Skip to content
This repository has been archived by the owner on Jun 26, 2024. It is now read-only.

Hashicorp Vault integration for transaction inputs #20

Open
brunotm opened this issue Mar 1, 2020 · 0 comments
Open

Hashicorp Vault integration for transaction inputs #20

brunotm opened this issue Mar 1, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@brunotm
Copy link
Contributor

brunotm commented Mar 1, 2020

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.

@brunotm brunotm added the enhancement New feature or request label Mar 1, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant