Join Slack
Powered by
Is there an alternative way to specify `FLYTE_AWS_...
# flyte-support
q
quaint-diamond-37493
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?
e
elegant-australia-91422
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?
👍 1
154
Views
Open in Slack
Previous
Next