Skip to content

Commit 6c6c147

Browse files
committed
explain hard coded jwt
1 parent 80a28e0 commit 6c6c147

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

otel-collector-config.dev.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ exporters:
3333
tls:
3434
insecure: true
3535
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)
3638
authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ0ZWFtX2lkIjoiMSIsImV4cCI6OTIyMzM3MjAzNjg1NDc3Nn0.M2CClSDIm9T6aDUjffL1BjI2lHEsXYLkt_pShIgItrU
3739

3840
extensions: # Declaring the extensions

0 commit comments

Comments
 (0)