mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-01 05:17:56 +01:00
odps-auth: update
Change-Id: I7164568e8ee03ae503cf07cf6bbd5d370395e428
This commit is contained in:
parent
995fa02631
commit
18d901ba46
1 changed files with 3 additions and 3 deletions
|
@ -4,15 +4,15 @@
|
||||||
|
|
||||||
- Show authorities of a user:
|
- Show authorities of a user:
|
||||||
|
|
||||||
`show grants for {{account_name}};`
|
`show grants for {{user_name}};`
|
||||||
|
|
||||||
- Add user to current project:
|
- Add user to current project:
|
||||||
|
|
||||||
`add user {{account_name}};`
|
`add user {{user_name}};`
|
||||||
|
|
||||||
- Grant a set of authorities to a user:
|
- Grant a set of authorities to a user:
|
||||||
|
|
||||||
`grant {{action_list}} on {{object}} {{object_name}} to user {{account_name}};`
|
`grant {{action_list}} on {{object}} {{object_name}} to user {{user_name}};`
|
||||||
|
|
||||||
- Create a role:
|
- Create a role:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue