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

Improve documenation to work with serverless projects #78

Open
carsonip opened this issue Sep 20, 2024 · 0 comments
Open

Improve documenation to work with serverless projects #78

carsonip opened this issue Sep 20, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@carsonip
Copy link
Member

carsonip commented Sep 20, 2024

Serverless only accepts api key auth, not secret token auth.

  1. elastic-helm deployment.yaml only takes secret token and passes it to otlp/elastic with hardcoded Bearer Authorization. See https://github.com/elastic/opentelemetry-demo/blob/main/kubernetes/elastic-helm/deployment.yaml#L74
  2. docker compose flow is also broken because of https://github.com/elastic/opentelemetry-demo/blob/main/src/otelcollector/otelcol-elastic-config-extras.yaml#L7
@carsonip carsonip added the bug Something isn't working label Sep 20, 2024
@carsonip carsonip changed the title elastic-helm deployment.yaml does not work with serverless projects Improve documenation to work with serverless projects Sep 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant