https://flyte.org logo
#ask-the-community
Title
# ask-the-community
f

Felix Ruess

11/03/2022, 5:26 PM
Is there an alternative way to specify
FLYTE_AWS_SECRET_ACCESS_KEY
not as env var so that this secret is not visible to anyone who can see get the pod details?
r

Rahul Mehta

11/03/2022, 6:03 PM
You could mount the secret as a volume instead and add a startup hook (postInit) to read the file and export it as an env var perhaps?
2 Views