-
Notifications
You must be signed in to change notification settings - Fork 56
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
fix: default auth method with recovery kms #405
Conversation
3113d0f
to
ed4d294
Compare
ed4d294
to
7c4e888
Compare
…r provider authentication
7c4e888
to
6a285c0
Compare
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.
This looks great
@elimt can you work with rel-eng to get a back port GitHub action added to this repo, like there is on boundary? https://github.com/hashicorp/boundary/blob/main/.github/workflows/backport.yml |
TIL about the backport workflow. I'll reach out to rel-eng |
Considerations
boundary_auth_method_oidc.foo
test resource's scope to "global" to easily allow testing the default auth methodauth_method_id
,password_auth_method_login_name
&password_auth_method_password
fromtestConfigWithRecovery
since those fields are not needed for authenticating with Recovery KMS. Using those fields also previously caused tests to pass with the bug.This should address this issue: #404