hashicorp / vault-plugin-secrets-azure

Vault Azure Secrets plugin
Mozilla Public License 2.0
26 stars 19 forks source link

How to generate new Secrets and delete them after using in existing Azure application #159

Open dfayazahmedkhan opened 1 year ago

dfayazahmedkhan commented 1 year ago

When referring the documentation, I understood we are creating new azure app/service principal (SP) and managing the azure app/SP. I did not find enough documentation on how we can generate new secrets for existing azure app.

https://developer.hashicorp.com/vault/docs/secrets/azure#roles

Can you please share existing document or confirm if this feature's availability.

dejoost commented 7 months ago

https://developer.hashicorp.com/vault/docs/secrets/azure#choosing-between-dynamic-or-existing-service-principals

static vs dynamic SP's

if you already have an existing SP, you need to provide the object ID in the role config, if none provided it will create a SP on-the-fly