We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Modify config to have a getSecrets() method that will return the secret values stored in vault.
getSecrets()
Will need to add environment variables to connect to and read from vault.
As a model for how to do this: https://github.com/icgc-argo/files-service/blob/develop/src/external/vault.ts https://github.com/icgc-argo/files-service/blob/develop/src/config.ts#L96
This service needs to read from vault:
The text was updated successfully, but these errors were encountered:
joneubank
No branches or pull requests
Modify config to have a
getSecrets()
method that will return the secret values stored in vault.Will need to add environment variables to connect to and read from vault.
As a model for how to do this:
https://github.com/icgc-argo/files-service/blob/develop/src/external/vault.ts
https://github.com/icgc-argo/files-service/blob/develop/src/config.ts#L96
This service needs to read from vault:
The text was updated successfully, but these errors were encountered: