Skip to content
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

Does ElasticJob support zk authentication using SASL ? #2099

Closed
fengdh23 opened this issue Jun 24, 2022 · 2 comments · Fixed by #2442 · May be fixed by #2428
Closed

Does ElasticJob support zk authentication using SASL ? #2099

fengdh23 opened this issue Jun 24, 2022 · 2 comments · Fixed by #2442 · May be fixed by #2428
Assignees

Comments

@fengdh23
Copy link

Does the ElasticJob support zookeeper authentication using SASL ?

I know the ElasticJob supports zookeeper ACL using digest model .
and I want to know "Does the ElasticJob support zookeeper authentication using SASL"?

@fengdh23 fengdh23 changed the title Does ElasticJob support zk authentication? Does ElasticJob support zk authentication using SASL ? Jun 24, 2022
@linghengqian
Copy link
Member

There is no such configuration item. Do you plan to submit a PR?

@linghengqian
Copy link
Member

For normal OpenJDK, this is largely a matter of documentation, because JAAS's SASL Java API doesn't need to deal with any third-party libraries at all, and JAAS is too conservative and backward in design. But I did find a problem with the GraalVM Native Image that warranted more investigation for #2428 .

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