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

Add Azure Auth WIF fields #2254

Merged
merged 12 commits into from
Jun 6, 2024
Merged

Conversation

Zlaticanin
Copy link
Contributor

No description provided.

@Zlaticanin Zlaticanin requested a review from a team May 30, 2024 20:52
@vinay-gopalan vinay-gopalan added this to the 4.3.0 milestone May 30, 2024
Copy link
Contributor

@fairclothjm fairclothjm left a comment

Choose a reason for hiding this comment

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

LGTM

vault/resource_azure_auth_backend_config.go Outdated Show resolved Hide resolved
callTune = true
}

if callTune {
if err := tuneMount(client, "auth/"+path, input); err != nil {
return err
if err := tuneMount(client, "auth/"+path, config); err != nil {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Similar to GCP, we should update this to pass in the context. I can update these in the follow up PR if that works with folks.

Copy link
Contributor

Choose a reason for hiding this comment

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

Works for me! 👍🏼

Copy link
Contributor

@vinay-gopalan vinay-gopalan left a comment

Choose a reason for hiding this comment

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

The Azure Auth WIF test is failing locally due to missing (resource) and unsupported (subscription_id) parameters. I believe this patch should get us to the desired state
azureauth.patch

website/docs/r/azure_auth_backend_config.html.md Outdated Show resolved Hide resolved
website/docs/r/azure_auth_backend_config.html.md Outdated Show resolved Hide resolved
@Zlaticanin
Copy link
Contributor Author

The Azure Auth WIF test is failing locally due to missing (resource) and unsupported (subscription_id) parameters. I believe this patch should get us to the desired state azureauth.patch

Thank you! I updated the PR with suggestions and ran the tests and they should be all passing locally. 🙏

Copy link
Contributor

@vinay-gopalan vinay-gopalan left a comment

Choose a reason for hiding this comment

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

LGTM

@Zlaticanin Zlaticanin merged commit c1a2473 into main Jun 6, 2024
12 checks passed
@Zlaticanin Zlaticanin deleted the VAULT-25133/add-azure-auth-wif-fields branch June 6, 2024 22:12
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

Successfully merging this pull request may close these issues.

3 participants