app-sre / vault-manager

an automation tool for managing HashiCorp vault configurations based on Vault GO API Client
Apache License 2.0
6 stars 19 forks source link

Add option to populate approle credentials at specified vault path #84

Closed dwelch0 closed 1 year ago

dwelch0 commented 2 years ago

ticket: https://issues.redhat.com/browse/APPSRE-6389

NOTE: majority of total line changes is due to data.json update (testing dependency). This was required to include relevant outputPath attribute but also included all new changes within qontract-schemas since last generation of bundle.

This PR adds ability for vault manager to read the credentials for a managed approle and output the creds to a desired path within vault.

Dependent on https://github.com/app-sre/qontract-schemas/pull/270