Rename permission docs path to plural (#11648)
* Rename permission docs path to plural Signed-off-by: Joon Park <joonp@spotify.com> * Update todo list plugin READMEs Signed-off-by: Joon Park <joonp@spotify.com>
This commit is contained in:
|
Before Width: | Height: | Size: 284 KiB After Width: | Height: | Size: 284 KiB |
|
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 21 KiB |
|
Before Width: | Height: | Size: 181 KiB After Width: | Height: | Size: 181 KiB |
@@ -152,6 +152,6 @@ permission:
|
||||
|
||||
3. Now that you’ve made this change, you should find that the unregister entity menu option on the catalog entity page is disabled.
|
||||
|
||||

|
||||

|
||||
|
||||
Now that the framework is fully configured, you can craft a permission policy that works best for your organization by utilizing a provided authorization method or by [writing your own policy](./writing-a-policy.md)!
|
||||
@@ -22,7 +22,7 @@ The permission framework was designed with a few key properties in mind:
|
||||
|
||||
- **Integrators** can author or configure policies that define which users can take certain actions upon which resources.
|
||||
|
||||

|
||||

|
||||
|
||||
1. The user triggers a request to perform some action. The request specifies the authorization details using the permission specified by the plugin (in this case, a resource read action).
|
||||
|
||||
+1
-1
@@ -105,7 +105,7 @@ The source code is available here:
|
||||
|
||||
Now if you start your application you should be able to reach the `/todo-list` page:
|
||||
|
||||

|
||||

|
||||
|
||||
---
|
||||
|
||||
@@ -259,19 +259,19 @@
|
||||
"auth/glossary"
|
||||
],
|
||||
"Permissions": [
|
||||
"permission/overview",
|
||||
"permission/concepts",
|
||||
"permission/getting-started",
|
||||
"permission/writing-a-policy",
|
||||
"permission/custom-rules",
|
||||
"permissions/overview",
|
||||
"permissions/concepts",
|
||||
"permissions/getting-started",
|
||||
"permissions/writing-a-policy",
|
||||
"permissions/custom-rules",
|
||||
{
|
||||
"type": "subcategory",
|
||||
"label": "Tutorial: using Permissions in your plugin",
|
||||
"ids": [
|
||||
"permission/plugin-authors/01-setup",
|
||||
"permission/plugin-authors/02-adding-a-basic-permission-check",
|
||||
"permission/plugin-authors/03-adding-a-resource-permission-check",
|
||||
"permission/plugin-authors/04-authorizing-access-to-paginated-data"
|
||||
"permissions/plugin-authors/01-setup",
|
||||
"permissions/plugin-authors/02-adding-a-basic-permission-check",
|
||||
"permissions/plugin-authors/03-adding-a-resource-permission-check",
|
||||
"permissions/plugin-authors/04-authorizing-access-to-paginated-data"
|
||||
]
|
||||
}
|
||||
],
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
# todo-list-backend
|
||||
|
||||
This package provides a starting point to demonstrate how plugin authors can use the Backstage permission framework. Refer to the [documentation](https://backstage.io/docs/permission/plugin-authors/01-setup) to get started.
|
||||
This package provides a starting point to demonstrate how plugin authors can use the Backstage permission framework. Refer to the [documentation](https://backstage.io/docs/permissions/plugin-authors/01-setup) to get started.
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
# todo-list-common
|
||||
|
||||
This package provides a starting point to demonstrate how plugin authors can use the Backstage permission framework. Refer to the [documentation](https://backstage.io/docs/permission/plugin-authors/01-setup) to get started.
|
||||
This package provides a starting point to demonstrate how plugin authors can use the Backstage permission framework. Refer to the [documentation](https://backstage.io/docs/permissions/plugin-authors/01-setup) to get started.
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
# todo-list
|
||||
|
||||
This package provides a starting point to demonstrate how plugin authors can use the Backstage permission framework. Refer to the [documentation](https://backstage.io/docs/permission/plugin-authors/01-setup) to get started.
|
||||
This package provides a starting point to demonstrate how plugin authors can use the Backstage permission framework. Refer to the [documentation](https://backstage.io/docs/permissions/plugin-authors/01-setup) to get started.
|
||||
|
||||
Reference in New Issue
Block a user