This pack is for Hashicorp Vault integrations
Copy the example configuration in vault.yaml.example
to /opt/stackstorm/configs/vault.yaml and edit as required.
It should contain:
url- URL for the Vault servercert- Path to client-side certificatetoken- Authentication tokenverify- Whether to verify the SSL certificate or not
You can also use dynamic values from the datastore. See the docs for more info.
delete- Delete value from Vault serverget_policy- Read policy from Vault serveris_initialized- Read initialization status from Vault serverlist_policies- List policies from Vault serverread- Read value from Vault serverwrite- Write key/value to Vault server