Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
dfayazahmedkhan opened this issue Sep 5, 2023 · 1 comment

Comments

@dfayazahmedkhan
Copy link

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
Copy link

dejoost commented Feb 8, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants