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

Plugin install Basic Auth #1121

Open
cdenneen opened this issue Jul 27, 2021 · 0 comments
Open

Plugin install Basic Auth #1121

cdenneen opened this issue Jul 27, 2021 · 0 comments

Comments

@cdenneen
Copy link
Contributor

As of Java 1.8 HTTPS Basic auth can't be part of the request https://user:pass@server
So need a way to provide base64 encoded user:pass to the elasticsearch::plugin url parameter as part of url connection:

urlConnection.setRequestProperty("Authorization", "Basic " + authStringEnc);
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

1 participant