How to programmatically create an environment variable in Dagster Cloud deployment? #18701
Unanswered
sergii-imu
asked this question in
Q&A
Replies: 2 comments
-
The GraphQL API allows managing secrets. See https://docs.dagster.io/concepts/webserver/graphql-client for how to get started with the Python GraphQL client. Below are some mutations another customer put together for secrets. To use them you would need to pass the query to the
|
Beta Was this translation helpful? Give feedback.
0 replies
-
CLI functionality for this: dagster-io/dagster-cloud#28 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like to programmatically create an environment variable in a Dagster Cloud deployment. Is it possible using, for example, the REST API? If so, could you please point me to the relevant documentation?
For example, AWS user and its credentials are managed in its own GitHub repository using Infrastructure as Code (IAC). As part of its CI/CD process, I would like to integrate AWS credentials into the Dagster Cloud deployment. We are currently using Serverless deployment in Dagster Cloud.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions