Skip to content

Error when accessing Topic using principal.builder.class #6460

Discussion options

You must be logged in to vote

Thanks for all the support @scholzj Made it to work.

if any one is interested : code which worked for ssl make sure this is added to so that strimzi internal acl and functions are not affected.

if (!(principal instanceof X500Principal) || principal == KafkaPrincipal.ANONYMOUS) {
return new KafkaPrincipal(KafkaPrincipal.USER_TYPE, principal.getName());
}

Replies: 10 comments 21 replies

Comment options

You must be logged in to vote
1 reply
@scholzj
Comment options

Comment options

You must be logged in to vote
1 reply
@scholzj
Comment options

Comment options

You must be logged in to vote
1 reply
@scholzj
Comment options

Comment options

You must be logged in to vote
1 reply
@scholzj
Comment options

Comment options

You must be logged in to vote
4 replies
@scholzj
Comment options

@sreejesh-radhakrishnan-db
Comment options

@scholzj
Comment options

@sreejesh-radhakrishnan-db
Comment options

Comment options

You must be logged in to vote
3 replies
@scholzj
Comment options

@sreejesh-radhakrishnan-db
Comment options

@scholzj
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
6 replies
@scholzj
Comment options

@scholzj
Comment options

@sreejesh-radhakrishnan-db
Comment options

@scholzj
Comment options

@sreejesh-radhakrishnan-db
Comment options

Comment options

You must be logged in to vote
3 replies
@scholzj
Comment options

@sreejesh-radhakrishnan-db
Comment options

@scholzj
Comment options

Comment options

You must be logged in to vote
1 reply
@scholzj
Comment options

Answer selected by sreejesh-radhakrishnan-db
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants