Skip to content
New issue

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

Restrict Operator to Vault Namespace #246

Merged
merged 1 commit into from
Jan 15, 2024

Commits on Jan 15, 2024

  1. Restrict Operator to Vault Namespace

    It is now possible to restrict the operator to a specific Vault
    Namespace. When the `VAULT_RESTRICT_NAMESPACE` environment variable is
    set to `true` the operator only reconciles secrets where the
    `spec.vaultNamespace` field is the same as the `VAULT_NAMESPACE`
    environment variable. VaultSecrets with another `spec.vaultNamespace`
    value will be ignored.
    
    When this feature is enabled the operator can not be used with nested
    Vault Namespaces.
    ricoberger committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    87fe8ef View commit details
    Browse the repository at this point in the history