UKHomeOffice / vault-sidekick

Vault sidekick
Apache License 2.0
195 stars 62 forks source link

Provide authentication properties using evironment variables #71

Closed jeusdi closed 6 years ago

jeusdi commented 6 years ago

On documentation I see that I'm able to set authentification credential parameters using environment variables. This environment variables has to be prefixed with VAULT_SIDEKICK.

Which variables do I need to set in order to able sidekick to authenticate using approle providing app_role and secret_id?

What about userpass?

Thanks.