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
While performing some test in order to set up the defaults_roles key in the default policy with the create_role key set to false it was observed that when adding a non-existing role, that role was being created and added to the defaults_roles key of the policy.
STEPS TO REPRODUCE
Modify the already existing default policy to add a non-existing role.
EXPECTED RESULTS
The defaults_roles should point to nil since the specified role does not exist.
ACTUAL RESULTS
The is being created and is being added to the defaults_roles list of the default policy
ENVIRONMENT DETAILS
Vault v1.7.1
venafi-pki-monitor v0.9.0
COMMENTS/WORKAROUNDS
None
The text was updated successfully, but these errors were encountered:
ricrodriguezg
changed the title
Roles are being created when they are defined in a Policy even if the create_role key sis set to false
Roles are being created when they are defined in a Policy even if the create_role key is set to false
Jun 3, 2021
PROBLEM SUMMARY
While performing some test in order to set up the defaults_roles key in the default policy with the create_role key set to false it was observed that when adding a non-existing role, that role was being created and added to the defaults_roles key of the policy.
STEPS TO REPRODUCE
EXPECTED RESULTS
The defaults_roles should point to nil since the specified role does not exist.
ACTUAL RESULTS
The is being created and is being added to the defaults_roles list of the default policy
ENVIRONMENT DETAILS
COMMENTS/WORKAROUNDS
None
The text was updated successfully, but these errors were encountered: