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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add ServiceUser field accessControl, type object: AccessControl configures service-specific access control rules for the user.
When this block is present, the operator manages the full access-control scope it contains
Add OpenSearchACLConfig to manage OpenSearch ACL
BREAKING: Removed ClickhouseUser/ServiceUser field connInfoSecretSource.namespace, type string: cross-namespace
secret references are no longer supported. The source secret must be in the same namespace as the resource.
This fixes a potential confused deputy vulnerability where the operator could be exploited to exfiltrate secrets from other namespaces.