Skip to content

Commit 35336be

Browse files
committed
Change RBAC bold text to a warning banner
1 parent eac76b4 commit 35336be

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/reference-docs/auth-backend-and-frontend.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,10 @@ app.register_graphql_authorization(graphql_authorization_instance)
270270
```
271271

272272
## Authorization and Workflows
273-
**Role-based access control for workflows is currently in beta. Initial support has been added to the backend, but the feature is not fully communicated through the UI yet.**
273+
274+
!!! Warning
275+
Role-based access control for workflows is currently in beta.
276+
Initial support has been added to the backend, but the feature is not fully communicated through the UI yet.
274277

275278
Certain `orchestrator-core` decorators accept authorization callbacks of type `type Authorizer = Callable[OIDCUserModel, bool]`, which return True when the input user is authorized, otherwise False.
276279

0 commit comments

Comments
 (0)