We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
workspacesettings
Provide an example of gatekeeper guarding workspacesettings - the specific collection of fields like securitysettings or so.
securitysettings
The text was updated successfully, but these errors were encountered:
Sample:
Gatekeeper Constraint Template: https://open-policy-agent.github.io/gatekeeper-library/website/validation/requiredannotations
Sample enforcement:
apiVersion: constraints.gatekeeper.sh/v1beta1 kind: K8sRequiredAnnotations metadata: name: bookinfo-constraint spec: enforcementAction: deny match: namespaces: - bookinfo kinds: - apiGroups: gateway.tsb.tetrate.io kind: IngressGateway - apiGroups: security.tsb.tetrate.io kind: SecuritySetting parameters: message: "Must apply proper workspace annotation for namespace" annotations: - key: tsb.tetrate.io/workspace allowedRegex: "bookinfo"
Sorry, something went wrong.
No branches or pull requests
Provide an example of gatekeeper guarding
workspacesettings
- the specific collection of fields likesecuritysettings
or so.The text was updated successfully, but these errors were encountered: