You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enhance the current policy and / or assertion creation in UI to convert "actions" field from textfield to dropdown listing well known actions given below -
get, put, exec, update, create, read, assume_role, assume_aws_role
But also allow free form custom actions during policy and/or assertion creation.
Following URL paths in UI, allow creation of policy and / or assertion
https:///domain//policy ( Add policy button to add a new policy, add rule to add new assertion )
https:///domain//role//policy ( Add policy button to add a new policy, add rule to add new assertion )
Expectations:
New code and corresponding unit tests with 100% code coverage
The text was updated successfully, but these errors were encountered:
Enhance the current policy and / or assertion creation in UI to convert "actions" field from textfield to dropdown listing well known actions given below -
get, put, exec, update, create, read, assume_role, assume_aws_role
But also allow free form custom actions during policy and/or assertion creation.
Guide to start a local UI server - https://athenz.github.io/athenz/local_ui_development/
Following URL paths in UI, allow creation of policy and / or assertion
https:///domain//policy ( Add policy button to add a new policy, add rule to add new assertion )
https:///domain//role//policy ( Add policy button to add a new policy, add rule to add new assertion )
Expectations:
The text was updated successfully, but these errors were encountered: