Advertisement
Guest User

Untitled

a guest
Nov 21st, 2018
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. # Example of restricting domain creation to "admin" and "product_admin" (custom role created for product team).
  2. keystone:create_domain: "rule:admin_required or role:product_admin"
  3. keystone:delete_domain: "rule:admin_or_owner"
  4.  
  5. # Example of restriction actions within domain to user that created that domain
  6. keystone:create_user: "rule:admin_or_owner"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement