-
Notifications
You must be signed in to change notification settings - Fork 544
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 support for AppRole SecretIDs #31
Conversation
Allow users to generate and manage AppRole SecretIDs. Depends on #30.
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.
Pending question on sort/ordering
Sensitive: true, | ||
}, | ||
|
||
"cidr_list": { |
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.
Is sort/ordering relevant here?
|
||
d.Set("backend", backend) | ||
d.Set("role_name", role) | ||
d.Set("cidr_list", cidrs) |
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.
check error from setting non-scalar value please
Make cidr_list a set, because we're not necessarily guaranteed an order. Check the error when setting complex types in state.
Think I've addressed all the feedback here. Still look good? |
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.
👍
…e_auth_backend_role_secret_id Add support for AppRole SecretIDs
Allow users to generate and manage AppRole SecretIDs.
Depends on #30.