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

environment-specific env vars in API are not added to environment #831

Closed
twardnw opened this issue Jan 3, 2019 · 1 comment
Closed

Comments

@twardnw
Copy link
Contributor

twardnw commented Jan 3, 2019

After adding env vars to an environment via the API, those env vars are not actually being made available for use.

steps to reproduce:
use addEnvVariable mutation to add a env var to an environment

mutation{
  addEnvVariable(input:{
    type:ENVIRONMENT
    typeId:390
    scope:RUNTIME
		name:"SECRET"
    value:"mysecret"
  }){
    id
  }
}

redploy that environment
check environment variables

@bryangruneberg
Copy link
Contributor

Can confirm for project "alba" as well

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

No branches or pull requests

2 participants