odps-auth: update
Change-Id: Ibdf4b76b3c720610d1abf48dd29e173c02cd51f4
This commit is contained in:
@@ -14,14 +14,14 @@
|
|||||||
|
|
||||||
`grant {{action_list}} on {{object}} {{object_name}} to user {{user_name}};`
|
`grant {{action_list}} on {{object}} {{object_name}} to user {{user_name}};`
|
||||||
|
|
||||||
- Create a role:
|
- Create a user role:
|
||||||
|
|
||||||
`create role {{role_name}};`
|
`create role {{role_name}};`
|
||||||
|
|
||||||
- Grant a set of authorities to a role:
|
- Grant a user role to a user:
|
||||||
|
|
||||||
`grant {{action_list}} on {{object}} {{object_name}} to role {{role_name}};`
|
|
||||||
|
|
||||||
- Grant a role to a user:
|
|
||||||
|
|
||||||
`grant {{role_name}} to {{user_name}};`
|
`grant {{role_name}} to {{user_name}};`
|
||||||
|
|
||||||
|
- Grant a set of authorities to a user role:
|
||||||
|
|
||||||
|
`grant {{action_list}} on {{object}} {{object_name}} to role {{role_name}};`
|
||||||
|
Reference in New Issue
Block a user