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

Secret referencing not working if referenced secret has overrides #2812

Open
LouisHaftmann opened this issue Nov 28, 2024 · 1 comment
Open

Comments

@LouisHaftmann
Copy link

Describe the bug

Secret referencing does not work if the referenced secret has any user overrides. (also tried with env prefix, eg dev.SECRET)

To Reproduce

Steps to reproduce the behavior:

  1. Create a secret
  2. Add override
  3. Try to reference secret in another secret
  4. See error

Expected behavior

I should be able to reference secrets with overrides.

Screenshots

image
image

@YoungMahesh
Copy link

I tested this on my side, this issue is solved.

Currently, referenced secret not found only happens if suppose staging-value is empty in referenced-secret and you are trying to reference it in the staging-value of current secret, which is correct.

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

No branches or pull requests

2 participants