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

Restrict access to hapi Request in registerAuth #38763

Merged

Commits on Jun 14, 2019

  1. Prevent exposing Hapi.Request to registerAuth.

    Prevent exposing headers.authorization in KibanaRequest.
    Introduce a mechanism to associate authorization headers with an
    incoming request and retrieve its value to perform a request to
    elasticsearch cluster.
    mshustov committed Jun 14, 2019
    Configuration menu
    Copy the full SHA
    090fdde View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7cf45df View commit details
    Browse the repository at this point in the history
  3. fix tests

    mshustov committed Jun 14, 2019
    Configuration menu
    Copy the full SHA
    4b30212 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2019

  1. Configuration menu
    Copy the full SHA
    104cd0b View commit details
    Browse the repository at this point in the history
  2. address @joshdover comments

    mshustov committed Jun 17, 2019
    Configuration menu
    Copy the full SHA
    bef4266 View commit details
    Browse the repository at this point in the history