-
Notifications
You must be signed in to change notification settings - Fork 59
Password Credential support #758
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
base: main
Are you sure you want to change the base?
Conversation
61a39b4 to
16d8aa7
Compare
16d8aa7 to
c518752
Compare
| github.com/hashicorp/boundary/sdk v0.0.55 | ||
| github.com/hashicorp/boundary v0.18.1-0.20251118203559-6533c8bdb302 | ||
| github.com/hashicorp/boundary/api v0.0.59-0.20251118203559-6533c8bdb302 | ||
| github.com/hashicorp/boundary/sdk v0.0.56-0.20251118203559-6533c8bdb302 |
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.
I'm pulling from main because the LLB changes have been merged. I am assuming we still need to wait for a release to use a stable the most up to date SDK version. Does that sound correct? @louisruch
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.
Right we can update this and merge it once we release boundary - though I am not sure why main is at 0.18.1-xxx
| ) | ||
|
|
||
| const ( | ||
| credentialPasswordKey = "password" |
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.
Yeah this is a bit weird because this should be credentialPasswordPasswordKey if we follow the norm as in others. Since this isn't exported and not globally needed we can leave it, but we probably should talk through a better approach to these fields going forward
de406f2 to
c518752
Compare
c518752 to
061604f
Compare
Adding support for password only credential type.