We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80a28e0 commit 6c6c147Copy full SHA for 6c6c147
otel-collector-config.dev.yaml
@@ -33,6 +33,8 @@ exporters:
33
tls:
34
insecure: true
35
headers:
36
+ # hardcoded JWT signed by the dev secret key ('<randomly generated secret key>') to ship logs to team 1
37
+ # (TODO: use normal capture tokens instead of these jwts)
38
authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ0ZWFtX2lkIjoiMSIsImV4cCI6OTIyMzM3MjAzNjg1NDc3Nn0.M2CClSDIm9T6aDUjffL1BjI2lHEsXYLkt_pShIgItrU
39
40
extensions: # Declaring the extensions
0 commit comments