-
Notifications
You must be signed in to change notification settings - Fork 555
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
callTune = true | ||
} | ||
|
||
if callTune { | ||
if err := tuneMount(client, "auth/"+path, input); err != nil { | ||
return err | ||
if err := tuneMount(client, "auth/"+path, config); err != nil { |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works for me! 👍🏼
There was a problem hiding this 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
Thank you! I updated the PR with suggestions and ran the tests and they should be all passing locally. 🙏 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
No description provided.