opentelekomcloud / vault-plugin-secrets-openstack

Create OpenStack tokens using HashiCorp Vault
Apache License 2.0
23 stars 6 forks source link

Implement static credentials #74

Closed gtema closed 2 years ago

gtema commented 2 years ago

Under some circumstances there is still need to use real user/password from application, but keep it managed by Vault. This is basically the same usecase as static users in the database secrets engine.

lego963 commented 2 years ago

@gtema do you mean tmp user user/password or root?

gtema commented 2 years ago

no, not the tmp user. Take a look at https://www.vaultproject.io/docs/secrets/databases#static-roles

artem-lifshits commented 2 years ago

Hi @gtema static roles&creds are implemented, please check.

gtema commented 2 years ago

Cool