libopenstorage / secrets

Openstorage support for Key Management Systems
Apache License 2.0
16 stars 16 forks source link

vault: update auth mount path parameter #38

Closed saheienko closed 4 years ago

saheienko commented 4 years ago

To enable a custom mount path for authentication method used command:

$ vault auth enable -path=my-login userpass

So it's a bit confusing to use auth/my-login as a mount parameter for secrets.

Expect VAULT_AUTH_MOUNT_PATH parameter to be without the 'auth/' prefix.

Signed-off-by: Serhii Aheienko serhii.aheienko@gmail.com