How to hide resource configuration in Dagit UI? C...
# ask-community
a
How to hide resource configuration in Dagit UI? Currently anyone can see resource configuration which contains sensitive information.
🤖 1
z
I think if you use environment variables for configuring those values they'll automatically be hidden
a
I read from ENV like this in config.
Let me try to use
EnvVar
rather than
os.environ
.
Hm, it did work. Thanks!
🎉 1