Skip to content
Discussion options

You must be logged in to vote

The simple way to do this is to read the value from the environment or an external property:

myProp = read("prop:apikey")
myEnv = read("env:APIKEY")

A more complex (but more secure) way to do this is using an external reader to directly connect to some secret store without potentially exposing secrets via CLI args or the environment.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@kaihendry
Comment options

Answer selected by kaihendry
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants