-
Notifications
You must be signed in to change notification settings - Fork 20
Implement ACL APIs #150
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
Implement ACL APIs #150
Conversation
7153c11 to
250de4f
Compare
| @@ -1,4 +1,5 @@ | |||
| Copyright 2025 Platformatic | |||
| Copyright 2025 SAP SE or an SAP affiliate company. All rights reserved. | |||
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.
Why?
ShogunPanda
left a comment
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 minus the NOTICE file change.
This change implements createAcls, describeAcls, and deleteAcls on the admin client.
mcollina
left a comment
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
|
I'm sorry I made a mistake and landed with the attribution. We cannot accept that change. I've reverted the commit. Please send a again the PR without that attribution. |
|
(I've actually rebased out the commit, sorry) |
This change implements
createAcls,describeAcls, anddeleteAclson the admin client.Note: As I am contributing this PR (and others) on behalf of SAP, I added a contribution attribution for SAP in this PR. As I could not find any specific guidelines for that, I have added it to the NOTICE file in the root directory. Please let me know if you have any issues with that.