mirror of
https://github.com/portainer/portainer.git
synced 2025-07-23 15:29:42 +02:00
fix rbac message when not enabled (#10933)
This commit is contained in:
parent
7528cabf5a
commit
b7635feff0
1 changed files with 4 additions and 1 deletions
|
@ -8,7 +8,10 @@ export function RBACAlert() {
|
||||||
Your cluster does not have Kubernetes role-based access control (RBAC)
|
Your cluster does not have Kubernetes role-based access control (RBAC)
|
||||||
enabled.
|
enabled.
|
||||||
</p>
|
</p>
|
||||||
<p>This means you can't use Portainer RBAC functionality to</p>
|
<p>
|
||||||
|
This means you can't use Portainer RBAC functionality to regulate
|
||||||
|
access to environment resources based on user roles.
|
||||||
|
</p>
|
||||||
<p className="mb-0">
|
<p className="mb-0">
|
||||||
To enable RBAC, start the
|
To enable RBAC, start the
|
||||||
<a
|
<a
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue