Skip to content

Plugin install Basic Auth #1121

@cdenneen

Description

@cdenneen
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);

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @cdenneen

        Issue actions

          Plugin install Basic Auth · Issue #1121 · voxpupuli/puppet-elasticsearch