what's the currently recommended way of handling s...
# announcements
d
what's the currently recommended way of handling secrets in YAML config
s
We don’t really have special support for secrets atm. If dagster weren’t in play, how would you be managing them? e.g. are you using a service to do so (Vault or similar)
d
git-crypt
just curious if there was something else in the works. I remember a while back there was some chatter about a special config for secrets
s
we experimented with an is_secret flag on fields in config. the intended feature would be to hide it within the config editor in dagit. however that feature wasn’t implemented and was delayed and so we ripped out is_secret.
that would be compatible with git-crypt, if my cursory reading of the feature is accurate
d
yep sounds it
s
what secrets support would you want/expect?
d
really just obfuscation in the UI
s
got it
m
and i think obfuscation in graphql queries
s
👍 1