11 lines
392 B
Go
11 lines
392 B
Go
package rpc
|
|
|
|
const MetadataServiceAccountNameKey = "x-orchard-service-account-name"
|
|
|
|
//nolint:gosec // G101 check yields a false-positive here, this is not a hard-coded credential
|
|
const MetadataServiceAccountTokenKey = "x-orchard-service-account-token"
|
|
|
|
const MetadataWorkerNameKey = "x-orchard-worker-name"
|
|
|
|
const MetadataWorkerPortForwardingSessionKey = "x-orchard-port-forwarding-session"
|