Documentation
¶
Index ¶
Constants ¶
View Source
const ( DefaultSecretKeyName = "default" LabelAccountID = "account.nauth.io/id" LabelAccountSignedBy = "account.nauth.io/signed-by" LabelUserID = "user.nauth.io/id" LabelUserAccountID = "user.nauth.io/account-id" LabelUserSignedBy = "user.nauth.io/signed-by" UserCredentialSecretKeyName = "user.creds" LabelSecretType = "nauth.io/secret-type" LabelManaged = "nauth.io/managed" LabelManagedValue = "true" LabelManagementPolicy = "nauth.io/management-policy" LabelManagementPolicyObserveValue = "observe" )
View Source
const ( SecretNameAccountRootTemplate = "%s-ac-root-%s" SecretNameAccountSignTemplate = "%s-ac-sign-%s" )
View Source
const ( SecretTypeAccountRoot = "account-root" SecretTypeAccountSign = "account-sign" SecretTypeOperatorSign = "operator-sign" SecretTypeSystemAccountUserCreds = "system-account-user-creds" SecretTypeUserCredentials = "user-creds" )
View Source
const ( DeprecatedSecretNameAccountRootTemplate = "%s-ac-root" DeprecatedSecretNameAccountSignTemplate = "%s-ac-sign" )
View Source
const (
OperatorVersion = "OPERATOR_VERSION"
)
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.