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

[7.x] Encode API key as base64 in common code (#18945) #19064

Merged
merged 1 commit into from
Jun 9, 2020

Commits on Jun 9, 2020

  1. Encode API key as base64 in common code (elastic#18945)

    * Encode API key as base64 in common code
    
    * Adding comment on API key field
    
    * Adding CHANGELOG entries
    
    * Adding test
    
    * Base64-encode API key in constructor
    
    * Move encodedAPIKey field to Connection
    
    * Update doc on `api_key` setting value
    
    * Adding API key format to setting section
    
    * Compute entire API key auth header value up front
    ycombinator committed Jun 9, 2020
    Configuration menu
    Copy the full SHA
    490462d View commit details
    Browse the repository at this point in the history