The External Secrets Inc. Audit & Compliance product suite is a premium product.
It requires a specific subscription. Contact us for more information.
Access Compliance
This policy example will check if the actor identifier is equal to “my-credentials” and the secret name contains “my-secret”. The policy will be non-compliant if the actor identifier is not equal to “my-credentials” or the secret name does not contain “my-secret”.Policy Execution Time
This policy example should be executed onRead
events.
Default Deny, Allow Case-by-Case Policy Code
my-secret
secrets are only done by credentials within credentials_list
.
Default Allow, Deny Case-by-Case Policy Code
my-secret
secrets are only done by credentials that are not within credentials_list
.