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

Fix AppRole secret reference #432

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ownercoder
Copy link

Hi!

AppRole has SecretRef field, which contains name of the k8s secret. When i create AuthStatic in different namespace, i can't get secret, because operator try to get secret from current namespace.

For example:
VaultAuth with name default placed in vault-secrets-operator namespace, also i've created k8s secret in this namespace. When i create AuthStatic with vault-secrets-operator/default auth reference in different namespace, i've got an error Failed to get secret because it try to get secret from namespace StaticAuth CR.

@ownercoder ownercoder requested a review from a team as a code owner October 27, 2023 15:15
@hashicorp-cla
Copy link

hashicorp-cla commented Oct 27, 2023

CLA assistant check
All committers have signed the CLA.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants