Skip to content

Commit

Permalink
Merge pull request #53 from indigo-dc/admin-actions-enable
Browse files Browse the repository at this point in the history
Enabled provider actions for admin (as uber-provider).
  • Loading branch information
kmarszalek authored May 16, 2018
2 parents 67e708b + 863c237 commit 6435a22
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions src/main/resources/rules/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,8 +194,13 @@ actions:
- !com.agreemount.slaneg.constraint.action.definition.StateEqualsDef
state: sideState
value: provider
- !com.agreemount.slaneg.constraint.action.definition.HasRoleDef
role: provider
- !com.agreemount.slaneg.constraint.action.definition.Operator
type: OR
children:
- !com.agreemount.slaneg.constraint.action.definition.HasRoleDef
role: provider
- !com.agreemount.slaneg.constraint.action.definition.HasRoleDef
role: admin
- !com.agreemount.slaneg.constraint.action.definition.Operator
type: AND
children:
Expand Down

0 comments on commit 6435a22

Please sign in to comment.