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

PMM-9450 Enable basic auth #411

Merged
merged 11 commits into from
Apr 22, 2022
Merged

PMM-9450 Enable basic auth #411

merged 11 commits into from
Apr 22, 2022

Commits on Jan 11, 2022

  1. Revert "Revert "serve metrics handler with prometheus exporter-toolkit (

    #393)" (#409)"
    
    PR-393 was merged before we can use it properly from pmm-managed.
    In order to make it work with basic auth, we need to implement the
    changes in pmm-managed/mongodb exporter config to create a new file
    having basic auth credentials.
    
    This reverts commit 5e5bf25.
    percona-csalguero committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    e1eeb6d View commit details
    Browse the repository at this point in the history
  2. Enable Basic Auth on new HTTP server

    This is intended to be applied on top of #393 (the re-revert) and adds a
    new parameter, the tls-config-path file that should be sent by
    pmm-managed, pointing to a file containing the credentials we use to
    enable basic auth.
    
    In the original implementation, we use exporter_shared library which
    receives basic auth credentials via env vars.
    Now, using Prometheus Toolkit library, we need to pass a file.
    percona-csalguero committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    48ed87d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9c7a05d View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2022

  1. Configuration menu
    Copy the full SHA
    b15bbbd View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2022

  1. Configuration menu
    Copy the full SHA
    6d830a4 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2022

  1. Configuration menu
    Copy the full SHA
    5b90ed3 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2022

  1. PMM-8566 TODO remove

    tshcherban committed Apr 17, 2022
    Configuration menu
    Copy the full SHA
    0ff951e View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2022

  1. Configuration menu
    Copy the full SHA
    232fd22 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2022

  1. Configuration menu
    Copy the full SHA
    362b274 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2022

  1. Configuration menu
    Copy the full SHA
    cecab74 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2022

  1. Configuration menu
    Copy the full SHA
    6236017 View commit details
    Browse the repository at this point in the history