Skip to content

Conversation

@lp247
Copy link
Contributor

@lp247 lp247 commented Nov 24, 2025

This change implements createAcls, describeAcls, and deleteAcls on the admin client.

on-behalf-of: @SAP [email protected]

This change implements `createAcls`, `describeAcls`, and `deleteAcls` on the
admin client.

on-behalf-of: @SAP [email protected]
@dellagustin-sap
Copy link

This seems to be a follow up of #150 due to #150 (comment) and #150 (comment).
@mcollina I'm a member of the SAP Open Source Program Office, sorry for the trouble, I'll review our guidelines for Copyright for 3rd party contributions and get back to you.

const aclSchema = {
type: 'object',
properties: {
resourceType: { type: 'number', enum: Object.values(ResourceTypes) },
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please use allowedResourceTypes as done elsewhere.

Same for all similar occurrences in this file.

TRANSACTIONAL_ID: 5,
DELEGATION_TOKEN: 6
DELEGATION_TOKEN: 6,
USER: 7
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Revert all changes in his file, except the addition of new values like this one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants