-
Notifications
You must be signed in to change notification settings - Fork 2k
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
acl: modify update endpoints behavior #15580
acl: modify update endpoints behavior #15580
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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; any chance we can add a test case that stresses the changes to UpsertAuthMethods
?
Well maybe related, but they're also broken on main https://github.com/hashicorp/nomad/actions/runs/3733911824/jobs/6335331833 |
oof that's bad. I'll fix in a separate PR. |
I'm going to lock this pull request because it has been closed for 120 days ⏳. This helps our maintainers find and focus on the active contributions. |
API and RPC endpoints for
ACLAuthMethod
s andACLBindingRule
s should allow users to send incomplete objects in order to, e.g., update single fields. This PR provides "merging" functionality for these endpoints.Relates to #13120