You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can populate config or secret stores either inline in the fastly.toml file or by reading a file from disk. It would be nice if you could also populate them with environment variables from the host environment.
My current use case for this is passing in an API credential when running Viceroy in a test runner mode. I don't want to check this credential into git, and I would rather not have to bother with an external, local-only file.
The text was updated successfully, but these errors were encountered:
This is sort of the opposite direction of what I'd like to do, which is to populate environment variables within the process space from (probably) a config store.
Yes, but I don't view the two as mutually exclusive. And depending on how we namespace things, it's maybe possible that an environment variable FOO_BAR=baz in the host environment is alsoFOO_BAR=baz in the guest environment.
You can populate config or secret stores either inline in the fastly.toml file or by reading a file from disk. It would be nice if you could also populate them with environment variables from the host environment.
My current use case for this is passing in an API credential when running Viceroy in a test runner mode. I don't want to check this credential into git, and I would rather not have to bother with an external, local-only file.
The text was updated successfully, but these errors were encountered: