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

ApmServer secret token config is invalid for APM Server 8.0+ #6768

Closed
axw opened this issue May 8, 2023 · 2 comments · Fixed by #6769
Closed

ApmServer secret token config is invalid for APM Server 8.0+ #6768

axw opened this issue May 8, 2023 · 2 comments · Fixed by #6769
Assignees
Labels
>bug Something isn't working v2.8.0

Comments

@axw
Copy link
Member

axw commented May 8, 2023

APMServerSecretToken = "apm-server.secret_token" //nolint:gosec

ECK is setting outdated configuration for the APM secret token, that was removed in APM Server 8.0 (https://www.elastic.co/guide/en/apm/guide/current/release-notes-8.0.html#_breaking_changes_7). This should be updated to apm-server.auth.secret_token for 8.0+

The outcome of this bug is that, by default, APM Server has no secret token auth configured.

@botelastic botelastic bot added the triage label May 8, 2023
@pebrc pebrc added v2.8.0 >bug Something isn't working labels May 8, 2023
@botelastic botelastic bot removed the triage label May 8, 2023
@pebrc
Copy link
Collaborator

pebrc commented May 8, 2023

@barkbay I think we should try to fix this for the upcoming 2.8 release wdyt?

@barkbay
Copy link
Contributor

barkbay commented May 9, 2023

@barkbay I think we should try to fix this for the upcoming 2.8 release wdyt?

Yes 👀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
>bug Something isn't working v2.8.0
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants