Documentation
¶
Index ¶
Constants ¶
View Source
const ( // APITokenEnvVar is the environment variable for the API token. //nolint:gosec APITokenEnvVar = "DAPR_API_TOKEN" // AppAPITokenEnvVar is the environment variable for the app API token. //nolint:gosec AppAPITokenEnvVar = "APP_API_TOKEN" // APITokenHeader is header name for HTTP/gRPC calls to hold the token. //nolint:gosec APITokenHeader = "dapr-api-token" // TrustBundleK8sSecretName is the name of the kubernetes secret that holds the trust bundle. TrustBundleK8sSecretName = "dapr-trust-bundle" /* #nosec */ // ServiceAccountTokenAudience is the audience for the service account token. ServiceAccountTokenAudience = "dapr.io/sentry" /* #nosec */ // TrustAnchorsEnvVar is the environment variable name for the trust anchors in the sidecar. TrustAnchorsEnvVar = "DAPR_TRUST_ANCHORS" // CertChainEnvVar is the environment variable name for the cert chain in the sidecar. CertChainEnvVar = "DAPR_CERT_CHAIN" // CertKeyEnvVar is the environment variable name for the cert key in the sidecar. CertKeyEnvVar = "DAPR_CERT_KEY" // EnvKeysEnvVar is the variable injected in the daprd container with the list of injected env vars. EnvKeysEnvVar = "DAPR_ENV_KEYS" // SentryLocalIdentityEnvVar is the environment variable for the local identity sent to Sentry. SentryLocalIdentityEnvVar = "SENTRY_LOCAL_IDENTITY" // SentryTokenFileEnvVar is the environment variable for the Sentry token file. //nolint:gosec SentryTokenFileEnvVar = "DAPR_SENTRY_TOKEN_FILE" // AnnotationKeyControlPlane is the annotation to mark a control plane // component. The value is the name of the control plane service. AnnotationKeyControlPlane = "dapr.io/control-plane" // ControlPlaneAddressEnvVar is the daprd environment variable for // configuring the control plane namespace. ControlPlaneNamespaceEnvVar = "DAPR_CONTROLPLANE_NAMESPACE" // ControlPlaneAddressEnvVar is the daprd environment variable for // configuring the control plane trust domain. ControlPlaneTrustDomainEnvVar = "DAPR_CONTROLPLANE_TRUST_DOMAIN" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.