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

Update Azure secrets engine to use MS Graph #12629

Merged
merged 4 commits into from Sep 29, 2021
Merged

Update Azure secrets engine to use MS Graph #12629

merged 4 commits into from Sep 29, 2021

Conversation

pcman312
Copy link
Contributor

@pcman312 pcman312 commented Sep 24, 2021

Pulls in hashicorp/vault-plugin-secrets-azure#67 to start migrating away from the deprecated Azure Active Directory API to the Microsoft Graph API.

Also adds docs for the new feature flag: use_microsoft_graph_api and a warning that current users should migrate their configurations before the AAD API is removed by Microsoft.

@vercel vercel bot temporarily deployed to Preview – vault September 24, 2021 19:14 Inactive
@@ -107,7 +107,7 @@ require (
github.com/hashicorp/vault-plugin-mock v0.16.1
github.com/hashicorp/vault-plugin-secrets-ad v0.10.0
github.com/hashicorp/vault-plugin-secrets-alicloud v0.9.0
github.com/hashicorp/vault-plugin-secrets-azure v0.10.0
github.com/hashicorp/vault-plugin-secrets-azure v0.6.3-0.20210924190759-58a034528e35
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't know why this is going to 0.6.3, but the commit hash is correct.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the repo needs to be tagged to v0.11.0 and we add that here. Thoughts?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was going to wait on tagging the repo since I'm going to be working on root credential rotation next. I can tag it now though if you prefer?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah good point, let's wait on tagging.

@pcman312 pcman312 added dependencies Pull requests that update a dependency file secret/azure labels Sep 24, 2021
@vercel vercel bot temporarily deployed to Preview – vault-storybook September 24, 2021 19:16 Inactive
@vercel vercel bot temporarily deployed to Preview – vault September 24, 2021 19:16 Inactive
@pcman312 pcman312 merged commit 4b5dc72 into main Sep 29, 2021
@pcman312 pcman312 deleted the azure-ms-graph branch October 4, 2021 16:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file docs secret/azure
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants