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

Provide JAAS config dynamically via config #610

Closed
guruchai opened this issue Oct 21, 2019 · 0 comments
Closed

Provide JAAS config dynamically via config #610

guruchai opened this issue Oct 21, 2019 · 0 comments
Assignees

Comments

@guruchai
Copy link
Contributor

Introduce a mechanism to provide JAAS configuration for the use cases where in the jaas conf file(that is provided as java.security.auth.login.config property value) cannot be created,

Kafka has similar mechanism.
https://cwiki.apache.org/confluence/display/KAFKA/KIP-85%3A+Dynamic+JAAS+configuration+for+Kafka+clients

  • The Schema registry falls back to static JAAS config, in the absence of the config file.
  • One of the major advantages of this mechanism is that an application can run multiple clients each with varying JAAS configuration.
@guruchai guruchai self-assigned this Oct 21, 2019
guruchai added a commit that referenced this issue Oct 23, 2019
* ISSUE-610: Provide JAAS config dynamically via config #610

* Adding licence for new source files.
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

No branches or pull requests

2 participants