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

Missing environment variable with inheritance chain #53

Closed
rvillanueva opened this issue Aug 5, 2020 · 1 comment
Closed

Missing environment variable with inheritance chain #53

rvillanueva opened this issue Aug 5, 2020 · 1 comment

Comments

@rvillanueva
Copy link

Problem

Several of our environment variables in development inherit from staging, which in turn inherits from production.

image

Intermittently, these key value pairs will disappear when we use envkey_loader to load variables. It seems to be only those that are doing chained inheritance, though it's hard to isolate the cause since it seems to happen even though we haven't changed anything.

Workaround

Right now we can go in and just set the environment to inherits production instead of inherits staging, and if I recall correctly it's possible that just re-encrypting and re-sending inherits staging fixes the issue as well.

Possible Causes

Best guess is that if a user updates a development key but doesn't have access to production, maybe the values don't inherit correctly?

@danenania
Copy link
Contributor

Thanks for the bug report @rvillanueva! Looking into this...

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