-
Notifications
You must be signed in to change notification settings - Fork 554
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
Data source vault auth backends #1827
Data source vault auth backends #1827
Conversation
Signed-off-by: Brian Menges <mengesb@gmail.com>
Signed-off-by: Brian Menges <mengesb@gmail.com>
Signed-off-by: Brian Menges <mengesb@gmail.com>
Signed-off-by: Brian Menges <mengesb@gmail.com>
Signed-off-by: Brian Menges <mengesb@gmail.com>
Signed-off-by: Brian Menges <mengesb@gmail.com>
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.
Thanks @mengesb! Just a few small changes and this should be good to go!
quoted references deprecated Co-authored-by: John-Michael Faircloth <fairclothjm@users.noreply.github.com>
Use consts Co-authored-by: John-Michael Faircloth <fairclothjm@users.noreply.github.com>
Regarding use of consts @fairclothjm Should I update the accessors as well? I'm assuming I should leave |
@mengesb RE: consts Yes, let's update all fields to use consts. If not already defined in https://github.com/hashicorp/terraform-provider-vault/blob/main/internal/consts/consts.go then we can add new entries.
We are requiring that all new resources use consts. |
Signed-off-by: Brian Menges <mengesb@gmail.com>
* Include consts * Rename accessors to auth_method_accessors per consts * Update tests to reflect changes using consts * Update documentation Signed-off-by: Brian Menges <mengesb@gmail.com>
|
Myriad of comments, commits, and overall byte sized goodness. |
Co-authored-by: John-Michael Faircloth <fairclothjm@users.noreply.github.com>
Signed-off-by: Brian Menges <mengesb@gmail.com>
Signed-off-by: Brian Menges <mengesb@gmail.com>
Signed-off-by: Brian Menges <mengesb@gmail.com>
|
OK I updated the tests to uses |
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.
One last nitpick and this PR can be merged
Signed-off-by: Brian Menges <mengesb@gmail.com>
Signed-off-by: Brian Menges <mengesb@gmail.com>
|
OK, we're all Hope everything is looking 👍 |
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! Thanks @mengesb !
Community Note
Closes #1793
Closes #1081
Release note for CHANGELOG:
Output from acceptance testing: