Documentation ¶
Index ¶
- Constants
- func BuildTenantSecret(owner metav1.Object, secretName string, connectionInfo dtclient.ConnectionInfo) (*corev1.Secret, error)
- func ExtractSensitiveData(connectionInfo dtclient.ConnectionInfo) map[string][]byte
- func IsTenantSecretPresent(ctx context.Context, apiReader client.Reader, ...) (bool, error)
Constants ¶
View Source
const ( TenantUUIDKey = "tenant-uuid" TenantTokenKey = "tenant-token" CommunicationEndpointsKey = "communication-endpoints" TokenBasePath = "/var/lib/dynatrace/secrets/tokens" TenantTokenMountPoint = TokenBasePath + "/tenant-token" TenantSecretVolumeName = "connection-info-secret" EnvDtServer = "DT_SERVER" EnvDtTenant = "DT_TENANT" )
Variables ¶
This section is empty.
Functions ¶
func BuildTenantSecret ¶ added in v1.1.0
func ExtractSensitiveData ¶ added in v1.1.0
func ExtractSensitiveData(connectionInfo dtclient.ConnectionInfo) map[string][]byte
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.