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

Allow elastic agent in containers to use basic auth to get service token #29651

Commits on Dec 30, 2021

  1. Allow elastic agent in containers to use basic auth to get service token

    Allow the agent to use basic auth defined by env vars to retrieve a
    service token from Elasticsearch and inject it into the config used for
    the agent and fleet.
    michel-laterman committed Dec 30, 2021
    Configuration menu
    Copy the full SHA
    6acb0bc View commit details
    Browse the repository at this point in the history
  2. Fix linter

    michel-laterman committed Dec 30, 2021
    Configuration menu
    Copy the full SHA
    cb286d2 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2022

  1. USe Kibana API for all requests.

    Chagne from using the ES api to gather the token to the Kibana API.
    michel-laterman committed Jan 4, 2022
    Configuration menu
    Copy the full SHA
    8ba0d57 View commit details
    Browse the repository at this point in the history