mirror of https://github.com/docker/docs.git
Merge pull request #1156 from vsaraswat/patch-8
Permission Levels Full Control Warning (UCP 2.0)
This commit is contained in:
commit
ddfc106de8
|
@ -37,6 +37,10 @@ access to full control over the resources.
|
||||||
When a user only has a default permission assigned, only them and admin
|
When a user only has a default permission assigned, only them and admin
|
||||||
users can see the containers they deploy in the cluster.
|
users can see the containers they deploy in the cluster.
|
||||||
|
|
||||||
|
**NOTE**: Full-control users can utilize host-mounted volumes, which can potentially gain
|
||||||
|
access to sensitive material on the cluster. We recommend giving full-control permissions
|
||||||
|
to users you would trust with admin-level access.
|
||||||
|
|
||||||
## Team permission levels
|
## Team permission levels
|
||||||
|
|
||||||
Teams allow you to define fine-grain permissions to services, containers, and
|
Teams allow you to define fine-grain permissions to services, containers, and
|
||||||
|
|
Loading…
Reference in New Issue