Skip to content

Commit 315cafa

Browse files
committed
chore(permission): flesh out permissions docs
1 parent 637835f commit 315cafa

2 files changed

Lines changed: 22 additions & 3 deletions

File tree

35.8 KB
Loading

src/using-workflow/users-and-registration.md

Lines changed: 22 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,30 @@ pod "deis-controller-lto6v" deleted
5454
Kubernetes will automatically start a new Pod with the new environment variables set. Note that you will incur downtime
5555
for the Workflow API only. All running applications will continue to function.
5656

57-
## Promoting users to Administrators
57+
## Managing Administrative Permissions
5858

59-
You can use the `deis perms` command to promote a user to an administrator:
59+
You can use the `deis perms` command to promote a user to an admin:
6060

61-
$ deis perms:create john --admin
61+
```
62+
$ deis perms:create john --admin
63+
Adding john to system administrators... done
64+
```
65+
66+
View current admins:
67+
68+
```
69+
$ deis perms:list --admin
70+
=== Administrators
71+
admin
72+
john
73+
```
74+
75+
Demote admins to normal users:
76+
77+
```
78+
$ deis perms:delete john --admin
79+
Removing john from system administrators... done
80+
```
6281

6382
## Login to Workflow
6483

0 commit comments

Comments
 (0)