Developer-first secrets specification #3622
Closed
cosmicBboy
started this conversation in
RFC Incubator
Replies: 2 comments 1 reply
-
Why do we need to store them in the DB? can't we just pass them as env vars on the execution? I guess the logic in secrets.get() would be that if the equivalent env var is available, then go decrypt the secret, if it's not available then fallback to existing secrets logic? |
Beta Was this translation helpful? Give feedback.
1 reply
-
2023-11-09 Contributor's meetup notes: implementation already in progress. |
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
-
User story: As a flytekit user, I'd like to securely mount secrets from my local environment variables so that I can easily use secrets like API tokens for various external services (e.g. OpenAI, Huggingface, etc)
Which can be specified in
pyflyte run
(maybe alsopyflyte register
?), with something like:pyflyte run ... --secret "SECRET_GROUP:SECRET_NAME=<value>"
Beta Was this translation helpful? Give feedback.
All reactions