How to add multiple entities in resource authorization_policy_v2? #746
Unanswered
jasonchittenden
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am struggling with the entities section, I seem to only be able to apply one change and cannot add access to different entities in the authorization_policy_v2
The example shows a single entity, I woud like to add access to images via category then all vm's, subnets and clusters
entities {
reserved = "<entity_uuid>" # ex : "{"images":{"":{"eq":""}}}"
}
for example, reserved = "{"image":{"category_uuid":{"anyof":["uuid_ofcategory]}"]}}},{"vm":{"uuid":{"eq":"*"}}}"
many thanks
Beta Was this translation helpful? Give feedback.
All reactions