Skip to content

PermissionsIT - implement test cases with sasl enabled #3027

Open
@DomGarguilo

Description

@DomGarguilo

Is your feature request related to a problem? Please describe.
This ticket replaces TODOs in PermissionsIT:

case OBTAIN_DELEGATION_TOKEN:
if (saslEnabled()) {
// TODO Try to obtain a delegation token without the permission
}
break;
and
case OBTAIN_DELEGATION_TOKEN:
if (saslEnabled()) {
// TODO Try to obtain a delegation token with the permission
}
break;

Which requests that the test cases, where delegation tokens are attempted to be obtained with sasl enabled, are implemented.

Describe the solution you'd like
Enable sasl for this IT and attempt to obtain a delegation token with and without the needed permissions.

Additional context
These cases where investigated in #3001 and the comments were changed to remove the TODO.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementThis issue describes a new feature, improvement, or optimization.testAn issue pertaining to a test case

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions