-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Comments
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. |
Hi, I don't think this is fixed. I've got the same problem as @LouisHaftmann. I have a bunch of similar variables that need to be overridden per developer... e.g
I want to do this instead:
And then have each developer individually override their When I try to update the variable that is referencing @YoungMahesh - I don't understand what you mean by |
@YoungMahesh - Thanks for clarifying. However, I don't think that's the problem @LouisHaftmann and I are having at all. We are not having problems referencing variables across different environments. We are having problems referencing overridden variables in the same environment. Here's how to reproduce:
NOTE that the overridden value of
I hope that clarifies the issue we're having. Let me know if you need any more info... |
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:
Expected behavior
I should be able to reference secrets with overrides.
Screenshots
The text was updated successfully, but these errors were encountered: