Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add FAB_ADD_SECURITY_API config option #1840

Merged
merged 2 commits into from
May 2, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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