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
My policies for storage admins do not allow to delete using the following constructs: allow group storage-admins to manage file-family in compartment xyz where request.permission != /DELETE/
or allow group storage-admins to manage file-family in compartment xyz where request.permission = <specific permission, like /UPDATE/>
The scripts is not able to recognize this construct and reports in check 1.14 that this as non-compliant.
Is it possible to extend the script to include such wildcard constructs?
The text was updated successfully, but these errors were encountered:
My policies for storage admins do not allow to delete using the following constructs:
allow group storage-admins to manage file-family in compartment xyz where request.permission != /DELETE/
or
allow group storage-admins to manage file-family in compartment xyz where request.permission = <specific permission, like /UPDATE/>
The scripts is not able to recognize this construct and reports in check 1.14 that this as non-compliant.
Is it possible to extend the script to include such wildcard constructs?
The text was updated successfully, but these errors were encountered: