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 */ // TrustAnchorsEnvVar is the environment variable name for the trust anchors in the sidecar. TrustAnchorsEnvVar = "DAPR_TRUST_ANCHORS" // EnvKeysEnvVar is the variable injected in the daprd container with the list of injected env vars. EnvKeysEnvVar = "DAPR_ENV_KEYS" // 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" // ControlPlaneDefaultTrustAnchorsPath is the default path where the trust anchors are placed for control plane services. ControlPlaneDefaultTrustAnchorsPath = "/var/run/secrets/dapr.io/tls/ca.crt" // SchedulerAddressEnvVar is the env var for the scheduler addresses SchedulerHostAddressEnvVar = "DAPR_SCHEDULER_HOST_ADDRESS" )
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.