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

Change the Authentication mechanism for fleet. #14867

Merged
merged 3 commits into from
Dec 2, 2019

Conversation

ph
Copy link
Contributor

@ph ph commented Nov 29, 2019

Fleet changed how we should authenticate with them instead of using an
api key and a special header fields we now use the normal "Authorization" key and with this format:

Authorization: ApiKey {accessApiKey}

See elastic/kibana#49639 for details

Fleet changed how we should authenticate with them instead of using an
api key and a special header fields we now use the normal "Authorization" key and with this format:

```
Authorization: ApiKey {accessApiKey}
```

See #49639 for details
@ph ph requested a review from michalpristas November 29, 2019 19:28
@ph ph self-assigned this Nov 29, 2019
@michalpristas
Copy link
Contributor

no changes needed on enroll part?

@ph
Copy link
Contributor Author

ph commented Dec 2, 2019

@michalpristas Yes, it's done in another PR in #14869

Copy link
Contributor

@michalpristas michalpristas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good

@ph ph merged commit 5d49777 into elastic:fleet Dec 2, 2019
leweafan pushed a commit to leweafan/beats that referenced this pull request Apr 28, 2023
* Change the Authentication mechanism for fleet.

Fleet changed how we should authenticate with them instead of using an
api key and a special header fields we now use the normal "Authorization" key and with this format:

```
Authorization: ApiKey {accessApiKey}
```

See #49639 for details
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants