Skip to content

Commit

Permalink
docs: add FAB_ADD_SECURITY_API config option (#1840)
Browse files Browse the repository at this point in the history
* docs: add FAB_ADD_SECURITY_API config option

* add more explicit beta phase note
  • Loading branch information
dpgaspar committed May 2, 2022
1 parent b210102 commit 2ff99c5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,13 @@ Use config.py to configure the following parameters. By default it will use SQLL
| FAB_SECURITY_MANAGER_CLASS | Declare a new custom SecurityManager | |
| | class | No |
+----------------------------------------+--------------------------------------------+-----------+
| FAB_ADD_SECURITY_API | [Beta] Adds a CRUD REST API for users, | |
| | roles, permissions, view_menus. | No |
| | Further details on /swagger/v1 | |
| | All endpoints are under /api/v1/sercurity/ | |
| | [Note]: This feature is still in beta | |
| | breaking changes are likely to occur | |
+----------------------------------------+--------------------------------------------+-----------+
| FAB_ADD_SECURITY_VIEWS | Enables or disables registering all | |
| | security views (boolean default:True) | No |
+----------------------------------------+--------------------------------------------+-----------+
Expand Down

0 comments on commit 2ff99c5

Please sign in to comment.