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
{{ message }}
This repository has been archived by the owner on Jun 26, 2024. It is now read-only.
Is your feature request related to a problem? Please describe.
Transaction inputs can only be defined at the inputs field, which makes it hard to have version controlled tests without having to strip sensitive information and even harder to have test credentials to be rotated.
Describe the solution you'd like
Inputs should have a special field like "vault://secret/path" that would specify a secret path from a Vault system and populate the inputs with the key/value pairs available within the secret path.
This would must happen at before parsing/decoding at each transaction execution so existing scheduled tests will always have the latest data available from vault.
Additional context
The implementation should allow for pluggable data sources, eg: etcd://data/path.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Transaction inputs can only be defined at the inputs field, which makes it hard to have version controlled tests without having to strip sensitive information and even harder to have test credentials to be rotated.
Describe the solution you'd like
Inputs should have a special field like "vault://secret/path" that would specify a secret path from a Vault system and populate the inputs with the key/value pairs available within the secret path.
This would must happen at before parsing/decoding at each transaction execution so existing scheduled tests will always have the latest data available from vault.
Additional context
The implementation should allow for pluggable data sources, eg: etcd://data/path.
The text was updated successfully, but these errors were encountered: