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.
2 parents 79b0054 + 674dd1a commit 0e912a4Copy full SHA for 0e912a4
cmd/parca-debuginfo/main.go
@@ -50,7 +50,7 @@ type flags struct {
50
51
Upload struct {
52
StoreAddress string `kong:"required,help='gRPC address to sends symbols to.'"`
53
- BearerToken string `kong:"help='Bearer token to authenticate with store.'"`
+ BearerToken string `kong:"help='Bearer token to authenticate with store.',env='PARCA_DEBUGINFO_BEARER_TOKEN'"`
54
BearerTokenFile string `kong:"help='File to read bearer token from to authenticate with store.'"`
55
Insecure bool `kong:"help='Send gRPC requests via plaintext instead of TLS.'"`
56
InsecureSkipVerify bool `kong:"help='Skip TLS certificate verification.'"`
0 commit comments