-
-
Notifications
You must be signed in to change notification settings - Fork 471
Open
Description
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);
Activity