spec.md 220 KB

Packages:

external-secrets.io/v1

Package v1 contains resources for external-secrets

Resource Types:

    AWSAuth

    (Appears on: AWSProvider)

    AWSAuth tells the controller how to do authentication with aws. Only one of secretRef or jwt can be specified. if none is specified the controller will load credentials using the aws sdk defaults.

    AWSAuthSecretRef AWSJWTAuth
    Field Description
    secretRef
    (Optional)
    jwt
    (Optional)

    AWSAuthSecretRef

    (Appears on: AWSAuth)

    AWSAuthSecretRef holds secret references for AWS credentials both AccessKeyID and SecretAccessKey must be defined in order to properly authenticate.

    External Secrets meta/v1.SecretKeySelector External Secrets meta/v1.SecretKeySelector
    Field Description
    accessKeyIDSecretRef

    The AccessKeyID is used for authentication

    secretAccessKeySecretRef

    The SecretAccessKey is used for authentication

    sessionTokenSecretRef External Secrets meta/v1.SecretKeySelector

    The SessionToken used for authentication This must be defined if AccessKeyID and SecretAccessKey are temporary credentials see: https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_use-resources.html

    AWSJWTAuth

    (Appears on: AWSAuth)

    Authenticate against AWS using service account tokens.

    External Secrets meta/v1.ServiceAccountSelector
    Field Description
    serviceAccountRef

    AWSProvider

    (Appears on: SecretStoreProvider)

    AWSProvider configures a store to sync secrets with AWS.

    AWSServiceType AWSAuth
    Field Description
    service

    Service defines which service should be used to fetch the secrets

    auth
    (Optional)

    Auth defines the information necessary to authenticate against AWS if not set aws sdk will infer credentials from your environment see: https://docs.aws.amazon.com/sdk-for-go/v1/developer-guide/configuring-sdk.html#specifying-credentials

    role string (Optional)

    Role is a Role ARN which the provider will assume

    region string

    AWS Region to be used for the provider

    additionalRoles []string (Optional)

    AdditionalRoles is a chained list of Role ARNs which the provider will sequentially assume before assuming the Role

    externalID string

    AWS External ID set on assumed IAM roles

    sessionTags []*github.com/external-secrets/external-secrets/apis/externalsecrets/v1.Tag (Optional)

    AWS STS assume role session tags

    secretsManager SecretsManager (Optional)

    SecretsManager defines how the provider behaves when interacting with AWS SecretsManager

    transitiveTagKeys []string (Optional)

    AWS STS assume role transitive session tags. Required when multiple rules are used with the provider

    prefix string (Optional)

    Prefix adds a prefix to all retrieved values.

    AWSServiceType (string alias)

    (Appears on: AWSProvider)

    AWSServiceType is a enum that defines the service/API that is used to fetch the secrets.

    Value Description

    "ParameterStore"

    AWSServiceParameterStore is the AWS SystemsManager ParameterStore service. see: https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-parameter-store.html

    "SecretsManager"

    AWSServiceSecretsManager is the AWS SecretsManager service. see: https://docs.aws.amazon.com/secretsmanager/latest/userguide/intro.html

    AkeylessAuth

    (Appears on: AkeylessProvider)

    AkeylessAuthSecretRef AkeylessKubernetesAuth
    Field Description
    secretRef
    (Optional)

    Reference to a Secret that contains the details to authenticate with Akeyless.

    kubernetesAuth
    (Optional)

    Kubernetes authenticates with Akeyless by passing the ServiceAccount token stored in the named Secret resource.

    AkeylessAuthSecretRef

    (Appears on: AkeylessAuth)

    AkeylessAuthSecretRef AKEYLESS_ACCESS_TYPE_PARAM: AZURE_OBJ_ID OR GCP_AUDIENCE OR ACCESS_KEY OR KUB_CONFIG_NAME.

    External Secrets meta/v1.SecretKeySelector External Secrets meta/v1.SecretKeySelector
    Field Description
    accessID

    The SecretAccessID is used for authentication

    accessType
    accessTypeParam External Secrets meta/v1.SecretKeySelector

    AkeylessKubernetesAuth

    (Appears on: AkeylessAuth)

    Authenticate with Kubernetes ServiceAccount token stored.

    string string
    Field Description
    accessID

    the Akeyless Kubernetes auth-method access-id

    k8sConfName

    Kubernetes-auth configuration name in Akeyless-Gateway

    serviceAccountRef External Secrets meta/v1.ServiceAccountSelector (Optional)

    Optional service account field containing the name of a kubernetes ServiceAccount. If the service account is specified, the service account secret token JWT will be used for authenticating with Akeyless. If the service account selector is not supplied, the secretRef will be used instead.

    secretRef External Secrets meta/v1.SecretKeySelector (Optional)

    Optional secret field containing a Kubernetes ServiceAccount JWT used for authenticating with Akeyless. If a name is specified without a key, token is the default. If one is not specified, the one bound to the controller will be used.

    AkeylessProvider

    (Appears on: SecretStoreProvider)

    AkeylessProvider Configures an store to sync secrets using Akeyless KV.

    string AkeylessAuth
    Field Description
    akeylessGWApiURL

    Akeyless GW API Url from which the secrets to be fetched from.

    authSecretRef

    Auth configures how the operator authenticates with Akeyless.

    caBundle []byte (Optional)

    PEM/base64 encoded CA bundle used to validate Akeyless Gateway certificate. Only used if the AkeylessGWApiURL URL is using HTTPS protocol. If not set the system root certificates are used to validate the TLS connection.

    caProvider CAProvider (Optional)

    The provider for the CA bundle to use to validate Akeyless Gateway certificate.

    AlibabaAuth

    (Appears on: AlibabaProvider)

    AlibabaAuth contains a secretRef for credentials.

    AlibabaAuthSecretRef AlibabaRRSAAuth
    Field Description
    secretRef
    (Optional)
    rrsa
    (Optional)

    AlibabaAuthSecretRef

    (Appears on: AlibabaAuth)

    AlibabaAuthSecretRef holds secret references for Alibaba credentials.

    External Secrets meta/v1.SecretKeySelector External Secrets meta/v1.SecretKeySelector
    Field Description
    accessKeyIDSecretRef

    The AccessKeyID is used for authentication

    accessKeySecretSecretRef

    The AccessKeySecret is used for authentication

    AlibabaProvider

    (Appears on: SecretStoreProvider)

    AlibabaProvider configures a store to sync secrets using the Alibaba Secret Manager provider.

    AlibabaAuth string
    Field Description
    auth
    regionID

    Alibaba Region to be used for the provider

    AlibabaRRSAAuth

    (Appears on: AlibabaAuth)

    Authenticate against Alibaba using RRSA.

    string string
    Field Description
    oidcProviderArn
    oidcTokenFilePath
    roleArn string sessionName string

    AuthorizationProtocol

    (Appears on: WebhookProvider)

    AuthorizationProtocol contains the protocol-specific configuration

    NTLMProtocol
    Field Description
    ntlm
    (Optional)

    NTLMProtocol configures the store to use NTLM for auth

    AwsAuthCredentials

    (Appears on: InfisicalAuth)

    External Secrets meta/v1.SecretKeySelector
    Field Description
    identityId

    AwsCredentialsConfig

    (Appears on: GCPWorkloadIdentityFederation)

    AwsCredentialsConfig holds the region and the Secret reference which contains the AWS credentials.

    string SecretReference
    Field Description
    region

    region is for configuring the AWS region to be used.

    awsCredentialsSecretRef

    awsCredentialsSecretRef is the reference to the secret which holds the AWS credentials. Secret should be created with below names for keys - aws_access_key_id: Access Key ID, which is the unique identifier for the AWS account or the IAM user. - aws_secret_access_key: Secret Access Key, which is used to authenticate requests made to AWS services. - aws_session_token: Session Token, is the short-lived token to authenticate requests made to AWS services.

    AzureAuthCredentials

    (Appears on: InfisicalAuth)

    External Secrets meta/v1.SecretKeySelector External Secrets meta/v1.SecretKeySelector
    Field Description
    identityId
    resource
    (Optional)

    AzureAuthType (string alias)

    (Appears on: AzureKVProvider)

    AuthType describes how to authenticate to the Azure Keyvault Only one of the following auth types may be specified. If none of the following auth type is specified, the default one is ServicePrincipal.

    Value Description

    "ManagedIdentity"

    Using Managed Identity to authenticate. Used with aad-pod-identity installed in the cluster.

    "ServicePrincipal"

    Using service principal to authenticate, which needs a tenantId, a clientId and a clientSecret.

    "WorkloadIdentity"

    Using Workload Identity service accounts to authenticate.

    AzureCustomCloudConfig

    (Appears on: AzureKVProvider)

    AzureCustomCloudConfig specifies custom cloud configuration for private Azure environments IMPORTANT: Custom cloud configuration is ONLY supported when UseAzureSDK is true. The legacy go-autorest SDK does not support custom cloud endpoints.

    string string
    Field Description
    activeDirectoryEndpoint

    ActiveDirectoryEndpoint is the AAD endpoint for authentication Required when using custom cloud configuration

    keyVaultEndpoint
    (Optional)

    KeyVaultEndpoint is the Key Vault service endpoint

    keyVaultDNSSuffix string (Optional)

    KeyVaultDNSSuffix is the DNS suffix for Key Vault URLs

    resourceManagerEndpoint string (Optional)

    ResourceManagerEndpoint is the Azure Resource Manager endpoint

    AzureEnvironmentType (string alias)

    (Appears on: AzureKVProvider)

    AzureEnvironmentType specifies the Azure cloud environment endpoints to use for connecting and authenticating with Azure. By default it points to the public cloud AAD endpoint. The following endpoints are available, also see here: https://github.com/Azure/go-autorest/blob/main/autorest/azure/environments.go#L152 PublicCloud, USGovernmentCloud, ChinaCloud, GermanCloud, AzureStackCloud

    Value Description

    "AzureStackCloud"

    "ChinaCloud"

    "GermanCloud"

    "PublicCloud"

    "USGovernmentCloud"

    AzureKVAuth

    (Appears on: AzureKVProvider)

    Configuration used to authenticate with Azure.

    External Secrets meta/v1.SecretKeySelector External Secrets meta/v1.SecretKeySelector
    Field Description
    clientId
    (Optional)

    The Azure clientId of the service principle or managed identity used for authentication.

    tenantId
    (Optional)

    The Azure tenantId of the managed identity used for authentication.

    clientSecret External Secrets meta/v1.SecretKeySelector (Optional)

    The Azure ClientSecret of the service principle used for authentication.

    clientCertificate External Secrets meta/v1.SecretKeySelector (Optional)

    The Azure ClientCertificate of the service principle used for authentication.

    AzureKVProvider

    (Appears on: SecretStoreProvider)

    Configures an store to sync secrets using Azure KV.

    AzureAuthType string
    Field Description
    authType
    (Optional)

    Auth type defines how to authenticate to the keyvault service. Valid values are: - “ServicePrincipal” (default): Using a service principal (tenantId, clientId, clientSecret) - “ManagedIdentity”: Using Managed Identity assigned to the pod (see aad-pod-identity)

    vaultUrl

    Vault Url from which the secrets to be fetched from.

    tenantId string (Optional)

    TenantID configures the Azure Tenant to send requests to. Required for ServicePrincipal auth type. Optional for WorkloadIdentity.

    environmentType AzureEnvironmentType

    EnvironmentType specifies the Azure cloud environment endpoints to use for connecting and authenticating with Azure. By default it points to the public cloud AAD endpoint. The following endpoints are available, also see here: https://github.com/Azure/go-autorest/blob/main/autorest/azure/environments.go#L152 PublicCloud, USGovernmentCloud, ChinaCloud, GermanCloud, AzureStackCloud Use AzureStackCloud when you need to configure custom Azure Stack Hub or Azure Stack Edge endpoints.

    authSecretRef AzureKVAuth (Optional)

    Auth configures how the operator authenticates with Azure. Required for ServicePrincipal auth type. Optional for WorkloadIdentity.

    serviceAccountRef External Secrets meta/v1.ServiceAccountSelector (Optional)

    ServiceAccountRef specified the service account that should be used when authenticating with WorkloadIdentity.

    identityId string (Optional)

    If multiple Managed Identity is assigned to the pod, you can select the one to be used

    useAzureSDK bool (Optional)

    UseAzureSDK enables the use of the new Azure SDK for Go (azcore-based) instead of the legacy go-autorest SDK. This is experimental and may have behavioral differences. Defaults to false (legacy SDK).

    customCloudConfig AzureCustomCloudConfig (Optional)

    CustomCloudConfig defines custom Azure Stack Hub or Azure Stack Edge endpoints. Required when EnvironmentType is AzureStackCloud. IMPORTANT: This feature REQUIRES UseAzureSDK to be set to true. Custom cloud configuration is not supported with the legacy go-autorest SDK.

    BeyondTrustProviderSecretRef

    (Appears on: BeyondtrustAuth)

    string External Secrets meta/v1.SecretKeySelector
    Field Description
    value
    (Optional)

    Value can be specified directly to set a value without using a secret.

    secretRef
    (Optional)

    SecretRef references a key in a secret that will be used as value.

    BeyondtrustAuth

    (Appears on: BeyondtrustProvider)

    Configures a store to sync secrets using BeyondTrust Password Safe.

    BeyondTrustProviderSecretRef BeyondTrustProviderSecretRef
    Field Description
    apiKey

    APIKey If not provided then ClientID/ClientSecret become required.

    clientId

    ClientID is the API OAuth Client ID.

    clientSecret BeyondTrustProviderSecretRef

    ClientSecret is the API OAuth Client Secret.

    certificate BeyondTrustProviderSecretRef

    Certificate (cert.pem) for use when authenticating with an OAuth client Id using a Client Certificate.

    certificateKey BeyondTrustProviderSecretRef

    Certificate private key (key.pem). For use when authenticating with an OAuth client Id

    BeyondtrustProvider

    (Appears on: SecretStoreProvider)

    BeyondtrustAuth BeyondtrustServer
    Field Description
    auth

    Auth configures how the operator authenticates with Beyondtrust.

    server

    Auth configures how API server works.

    BeyondtrustServer

    (Appears on: BeyondtrustProvider)

    Configures a store to sync secrets using BeyondTrust Password Safe.

    string string
    Field Description
    apiUrl
    apiVersion
    retrievalType string

    The secret retrieval type. SECRET = Secrets Safe (credential, text, file). MANAGED_ACCOUNT = Password Safe account associated with a system.

    separator string

    A character that separates the folder names.

    verifyCA bool clientTimeOutSeconds int

    Timeout specifies a time limit for requests made by this Client. The timeout includes connection time, any redirects, and reading the response body. Defaults to 45 seconds.

    BitwardenSecretsManagerAuth

    (Appears on: BitwardenSecretsManagerProvider)

    BitwardenSecretsManagerAuth contains the ref to the secret that contains the machine account token.

    BitwardenSecretsManagerSecretRef
    Field Description
    secretRef

    BitwardenSecretsManagerProvider

    (Appears on: SecretStoreProvider)

    BitwardenSecretsManagerProvider configures a store to sync secrets with a Bitwarden Secrets Manager instance.

    string string
    Field Description
    apiURL
    identityURL
    bitwardenServerSDKURL string caBundle string (Optional)

    Base64 encoded certificate for the bitwarden server sdk. The sdk MUST run with HTTPS to make sure no MITM attack can be performed.

    caProvider CAProvider (Optional)

    see: https://external-secrets.io/latest/spec/#external-secrets.io/v1alpha1.CAProvider

    organizationID string

    OrganizationID determines which organization this secret store manages.

    projectID string

    ProjectID determines which project this secret store manages.

    auth BitwardenSecretsManagerAuth

    Auth configures how secret-manager authenticates with a bitwarden machine account instance. Make sure that the token being used has permissions on the given secret.

    BitwardenSecretsManagerSecretRef

    (Appears on: BitwardenSecretsManagerAuth)

    BitwardenSecretsManagerSecretRef contains the credential ref to the bitwarden instance.

    External Secrets meta/v1.SecretKeySelector
    Field Description
    credentials

    AccessToken used for the bitwarden instance.

    ByID

    (Appears on: FetchingPolicy)

    ByID configures the provider to interpret the data.secretKey.remoteRef.key field in ExternalSecret as secret ID.

    ByName

    (Appears on: FetchingPolicy)

    ByName configures the provider to interpret the data.secretKey.remoteRef.key field in ExternalSecret as secret name.

    string
    Field Description
    folderID

    The folder to fetch secrets from

    CAProvider

    (Appears on: AkeylessProvider, BitwardenSecretsManagerProvider, ConjurProvider, GitlabProvider, KubernetesServer, VaultProvider)

    Used to provide custom certificate authority (CA) certificates for a secret store. The CAProvider points to a Secret or ConfigMap resource that contains a PEM-encoded certificate.

    CAProviderType string
    Field Description
    type

    The type of provider to use such as “Secret”, or “ConfigMap”.

    name

    The name of the object located at the provider type.

    key string

    The key where the CA certificate can be found in the Secret or ConfigMap.

    namespace string (Optional)

    The namespace the Provider type is in. Can only be defined when used in a ClusterSecretStore.

    CAProviderType (string alias)

    (Appears on: CAProvider)

    Value Description

    "ConfigMap"

    "Secret"

    CSMAuth

    (Appears on: CloudruSMProvider)

    CSMAuth contains a secretRef for credentials.

    CSMAuthSecretRef
    Field Description
    secretRef
    (Optional)

    CSMAuthSecretRef

    (Appears on: CSMAuth)

    CSMAuthSecretRef holds secret references for Cloud.ru credentials.

    External Secrets meta/v1.SecretKeySelector External Secrets meta/v1.SecretKeySelector
    Field Description
    accessKeyIDSecretRef

    The AccessKeyID is used for authentication

    accessKeySecretSecretRef

    The AccessKeySecret is used for authentication

    CertAuth

    (Appears on: KubernetesAuth)

    External Secrets meta/v1.SecretKeySelector External Secrets meta/v1.SecretKeySelector
    Field Description
    clientCert
    clientKey

    ChefAuth

    (Appears on: ChefProvider)

    ChefAuth contains a secretRef for credentials.

    ChefAuthSecretRef
    Field Description
    secretRef

    ChefAuthSecretRef

    (Appears on: ChefAuth)

    ChefAuthSecretRef holds secret references for chef server login credentials.

    External Secrets meta/v1.SecretKeySelector
    Field Description
    privateKeySecretRef

    SecretKey is the Signing Key in PEM format, used for authentication.

    ChefProvider

    (Appears on: SecretStoreProvider)

    ChefProvider configures a store to sync secrets using basic chef server connection credentials.

    ChefAuth string
    Field Description
    auth

    Auth defines the information necessary to authenticate against chef Server

    username

    UserName should be the user ID on the chef server

    serverUrl string

    ServerURL is the chef server URL used to connect to. If using orgs you should include your org in the url and terminate the url with a “/”

    CloudruSMProvider

    (Appears on: SecretStoreProvider)

    CloudruSMProvider configures a store to sync secrets using the Cloud.ru Secret Manager provider.

    CSMAuth string
    Field Description
    auth
    projectID

    ProjectID is the project, which the secrets are stored in.

    ClusterExternalSecret

    ClusterExternalSecret is the Schema for the clusterexternalsecrets API.

    Kubernetes meta/v1.ObjectMeta ClusterExternalSecretSpec string ExternalSecretMetadata
    Field Description
    metadata
    Refer to the Kubernetes API documentation for the fields of the metadata field.
    spec


    ExternalSecretSpec
    externalSecretSpec

    The spec for the ExternalSecrets to be created

    externalSecretName
    (Optional)

    The name of the external secrets to be created. Defaults to the name of the ClusterExternalSecret

    externalSecretMetadata
    (Optional)

    The metadata of the external secrets to be created

    namespaceSelector Kubernetes meta/v1.LabelSelector (Optional)

    The labels to select by to find the Namespaces to create the ExternalSecrets in. Deprecated: Use NamespaceSelectors instead.

    namespaceSelectors []*k8s.io/apimachinery/pkg/apis/meta/v1.LabelSelector (Optional)

    A list of labels to select by to find the Namespaces to create the ExternalSecrets in. The selectors are ORed.

    namespaces []string (Optional)

    Choose namespaces by name. This field is ORed with anything that NamespaceSelectors ends up choosing. Deprecated: Use NamespaceSelectors instead.

    refreshTime Kubernetes meta/v1.Duration

    The time in which the controller should reconcile its objects and recheck namespaces for labels.

    status ClusterExternalSecretStatus

    ClusterExternalSecretConditionType (string alias)

    (Appears on: ClusterExternalSecretStatusCondition)

    Value Description

    "Ready"

    ClusterExternalSecretNamespaceFailure

    (Appears on: ClusterExternalSecretStatus)

    ClusterExternalSecretNamespaceFailure represents a failed namespace deployment and it’s reason.

    string string
    Field Description
    namespace

    Namespace is the namespace that failed when trying to apply an ExternalSecret

    reason
    (Optional)

    Reason is why the ExternalSecret failed to apply to the namespace

    ClusterExternalSecretSpec

    (Appears on: ClusterExternalSecret)

    ClusterExternalSecretSpec defines the desired state of ClusterExternalSecret.

    ExternalSecretSpec string
    Field Description
    externalSecretSpec

    The spec for the ExternalSecrets to be created

    externalSecretName
    (Optional)

    The name of the external secrets to be created. Defaults to the name of the ClusterExternalSecret

    externalSecretMetadata ExternalSecretMetadata (Optional)

    The metadata of the external secrets to be created

    namespaceSelector Kubernetes meta/v1.LabelSelector (Optional)

    The labels to select by to find the Namespaces to create the ExternalSecrets in. Deprecated: Use NamespaceSelectors instead.

    namespaceSelectors []*k8s.io/apimachinery/pkg/apis/meta/v1.LabelSelector (Optional)

    A list of labels to select by to find the Namespaces to create the ExternalSecrets in. The selectors are ORed.

    namespaces []string (Optional)

    Choose namespaces by name. This field is ORed with anything that NamespaceSelectors ends up choosing. Deprecated: Use NamespaceSelectors instead.

    refreshTime Kubernetes meta/v1.Duration

    The time in which the controller should reconcile its objects and recheck namespaces for labels.

    ClusterExternalSecretStatus

    (Appears on: ClusterExternalSecret)

    ClusterExternalSecretStatus defines the observed state of ClusterExternalSecret.

    string []ClusterExternalSecretNamespaceFailure
    Field Description
    externalSecretName

    ExternalSecretName is the name of the ExternalSecrets created by the ClusterExternalSecret

    failedNamespaces
    (Optional)

    Failed namespaces are the namespaces that failed to apply an ExternalSecret

    provisionedNamespaces []string (Optional)

    ProvisionedNamespaces are the namespaces where the ClusterExternalSecret has secrets

    conditions []ClusterExternalSecretStatusCondition (Optional)

    ClusterExternalSecretStatusCondition

    (Appears on: ClusterExternalSecretStatus)

    ClusterExternalSecretConditionType Kubernetes core/v1.ConditionStatus
    Field Description
    type
    status
    message string (Optional)

    ClusterSecretStore

    ClusterSecretStore represents a secure external location for storing secrets, which can be referenced as part of storeRef fields.

    Kubernetes meta/v1.ObjectMeta SecretStoreSpec SecretStoreProvider SecretStoreRetrySettings
    Field Description
    metadata
    Refer to the Kubernetes API documentation for the fields of the metadata field.
    spec


    string
    controller
    (Optional)

    Used to select the correct ESO controller (think: ingress.ingressClassName) The ESO controller is instantiated with a specific controller name and filters ES based on this property

    provider

    Used to configure the provider. Only one provider may be set

    retrySettings
    (Optional)

    Used to configure http retries if failed

    refreshInterval int (Optional)

    Used to configure store refresh interval in seconds. Empty or 0 will default to the controller config.

    conditions []ClusterSecretStoreCondition (Optional)

    Used to constraint a ClusterSecretStore to specific namespaces. Relevant only to ClusterSecretStore

    status SecretStoreStatus

    ClusterSecretStoreCondition

    (Appears on: SecretStoreSpec)

    ClusterSecretStoreCondition describes a condition by which to choose namespaces to process ExternalSecrets in for a ClusterSecretStore instance.

    Kubernetes meta/v1.LabelSelector []string
    Field Description
    namespaceSelector
    (Optional)

    Choose namespace using a labelSelector

    namespaces
    (Optional)

    Choose namespaces by name

    namespaceRegexes []string (Optional)

    Choose namespaces by using regex matching

    ConfigMapReference

    (Appears on: GCPWorkloadIdentityFederation)

    ConfigMapReference holds the details of a configmap.

    string string
    Field Description
    name

    name of the configmap.

    namespace

    namespace in which the configmap exists. If empty, configmap will looked up in local namespace.

    key string

    key name holding the external account credential config.

    ConjurAPIKey

    (Appears on: ConjurAuth)

    string External Secrets meta/v1.SecretKeySelector
    Field Description
    account

    Account is the Conjur organization account name.

    userRef

    A reference to a specific ‘key’ containing the Conjur username within a Secret resource. In some instances, key is a required field.

    apiKeyRef External Secrets meta/v1.SecretKeySelector

    A reference to a specific ‘key’ containing the Conjur API key within a Secret resource. In some instances, key is a required field.

    ConjurAuth

    (Appears on: ConjurProvider)

    ConjurAPIKey ConjurJWT
    Field Description
    apikey
    (Optional)

    Authenticates with Conjur using an API key.

    jwt
    (Optional)

    Jwt enables JWT authentication using Kubernetes service account tokens.

    ConjurJWT

    (Appears on: ConjurAuth)

    string string
    Field Description
    account

    Account is the Conjur organization account name.

    serviceID

    The conjur authn jwt webservice id

    hostId string (Optional)

    Optional HostID for JWT authentication. This may be used depending on how the Conjur JWT authenticator policy is configured.

    secretRef External Secrets meta/v1.SecretKeySelector (Optional)

    Optional SecretRef that refers to a key in a Secret resource containing JWT token to authenticate with Conjur using the JWT authentication method.

    serviceAccountRef External Secrets meta/v1.ServiceAccountSelector (Optional)

    Optional ServiceAccountRef specifies the Kubernetes service account for which to request a token for with the TokenRequest API.

    ConjurProvider

    (Appears on: SecretStoreProvider)

    string string
    Field Description
    url

    URL is the endpoint of the Conjur instance.

    caBundle
    (Optional)

    CABundle is a PEM encoded CA bundle that will be used to validate the Conjur server certificate.

    caProvider CAProvider (Optional)

    Used to provide custom certificate authority (CA) certificates for a secret store. The CAProvider points to a Secret or ConfigMap resource that contains a PEM-encoded certificate.

    auth ConjurAuth

    Defines authentication settings for connecting to Conjur.

    DelineaProvider

    (Appears on: SecretStoreProvider)

    See https://github.com/DelineaXPM/dsv-sdk-go/blob/main/vault/vault.go.

    DelineaProviderSecretRef DelineaProviderSecretRef
    Field Description
    clientId

    ClientID is the non-secret part of the credential.

    clientSecret

    ClientSecret is the secret part of the credential.

    tenant string

    Tenant is the chosen hostname / site name.

    urlTemplate string (Optional)

    URLTemplate If unset, defaults to “https://%s.secretsvaultcloud.%s/v1/%s%s”.

    tld string (Optional)

    TLD is based on the server location that was chosen during provisioning. If unset, defaults to “com”.

    DelineaProviderSecretRef

    (Appears on: DelineaProvider)

    string External Secrets meta/v1.SecretKeySelector
    Field Description
    value
    (Optional)

    Value can be specified directly to set a value without using a secret.

    secretRef
    (Optional)

    SecretRef references a key in a secret that will be used as value.

    Device42Auth

    (Appears on: Device42Provider)

    Device42SecretRef
    Field Description
    secretRef

    Device42Provider

    (Appears on: SecretStoreProvider)

    Device42Provider configures a store to sync secrets with a Device42 instance.

    string Device42Auth
    Field Description
    host

    URL configures the Device42 instance URL.

    auth

    Auth configures how secret-manager authenticates with a Device42 instance.

    Device42SecretRef

    (Appears on: Device42Auth)

    External Secrets meta/v1.SecretKeySelector
    Field Description
    credentials
    (Optional)

    Username / Password is used for authentication.

    DopplerAuth

    (Appears on: DopplerProvider)

    DopplerAuthSecretRef
    Field Description
    secretRef

    DopplerAuthSecretRef

    (Appears on: DopplerAuth)

    External Secrets meta/v1.SecretKeySelector
    Field Description
    dopplerToken

    The DopplerToken is used for authentication. See https://docs.doppler.com/reference/api#authentication for auth token types. The Key attribute defaults to dopplerToken if not specified.

    DopplerProvider

    (Appears on: SecretStoreProvider)

    DopplerProvider configures a store to sync secrets using the Doppler provider. Project and Config are required if not using a Service Token.

    DopplerAuth string
    Field Description
    auth

    Auth configures how the Operator authenticates with the Doppler API

    project
    (Optional)

    Doppler project (required if not using a Service Token)

    config string (Optional)

    Doppler config (required if not using a Service Token)

    nameTransformer string (Optional)

    Environment variable compatible name transforms that change secret names to a different format

    format string (Optional)

    Format enables the downloading of secrets as a file (string)

    ExternalSecret

    ExternalSecret is the Schema for the external-secrets API.

    Kubernetes meta/v1.ObjectMeta ExternalSecretSpec ExternalSecretTarget ExternalSecretRefreshPolicy
    Field Description
    metadata
    Refer to the Kubernetes API documentation for the fields of the metadata field.
    spec


    SecretStoreRef
    secretStoreRef
    (Optional)
    target
    (Optional)
    refreshPolicy
    (Optional)

    RefreshPolicy determines how the ExternalSecret should be refreshed: - CreatedOnce: Creates the Secret only if it does not exist and does not update it thereafter - Periodic: Synchronizes the Secret from the external source at regular intervals specified by refreshInterval. No periodic updates occur if refreshInterval is 0. - OnChange: Only synchronizes the Secret when the ExternalSecret’s metadata or specification changes

    refreshInterval Kubernetes meta/v1.Duration

    RefreshInterval is the amount of time before the values are read again from the SecretStore provider, specified as Golang Duration strings. Valid time units are “ns”, “us” (or “µs”), “ms”, “s”, “m”, “h” Example values: “1h”, “2h30m”, “10s” May be set to zero to fetch and create it once. Defaults to 1h.

    data []ExternalSecretData (Optional)

    Data defines the connection between the Kubernetes Secret keys and the Provider data

    dataFrom []ExternalSecretDataFromRemoteRef (Optional)

    DataFrom is used to fetch all properties from a specific Provider data If multiple entries are specified, the Secret keys are merged in the specified order

    status ExternalSecretStatus

    ExternalSecretConditionType (string alias)

    (Appears on: ExternalSecretStatusCondition)

    Value Description

    "Deleted"

    "Ready"

    ExternalSecretConversionStrategy (string alias)

    (Appears on: ExternalSecretDataRemoteRef, ExternalSecretFind)

    Value Description

    "Default"

    "Unicode"

    ExternalSecretCreationPolicy (string alias)

    (Appears on: ExternalSecretTarget)

    ExternalSecretCreationPolicy defines rules on how to create the resulting Secret.

    Value Description

    "Merge"

    Merge does not create the Secret, but merges the data fields to the Secret.

    "None"

    None does not create a Secret (future use with injector).

    "Orphan"

    Orphan creates the Secret and does not set the ownerReference. I.e. it will be orphaned after the deletion of the ExternalSecret.

    "Owner"

    Owner creates the Secret and sets .metadata.ownerReferences to the ExternalSecret resource.

    ExternalSecretData

    (Appears on: ExternalSecretSpec)

    ExternalSecretData defines the connection between the Kubernetes Secret key (spec.data.) and the Provider data.

    string ExternalSecretDataRemoteRef
    Field Description
    secretKey

    The key in the Kubernetes Secret to store the value.

    remoteRef

    RemoteRef points to the remote secret and defines which secret (version/property/..) to fetch.

    sourceRef StoreSourceRef

    SourceRef allows you to override the source from which the value will be pulled.

    ExternalSecretDataFromRemoteRef

    (Appears on: ExternalSecretSpec)

    ExternalSecretDataRemoteRef ExternalSecretFind
    Field Description
    extract
    (Optional)

    Used to extract multiple key/value pairs from one secret Note: Extract does not support sourceRef.Generator or sourceRef.GeneratorRef.

    find
    (Optional)

    Used to find secrets based on tags or regular expressions Note: Find does not support sourceRef.Generator or sourceRef.GeneratorRef.

    rewrite []ExternalSecretRewrite (Optional)

    Used to rewrite secret Keys after getting them from the secret Provider Multiple Rewrite operations can be provided. They are applied in a layered order (first to last)

    sourceRef StoreGeneratorSourceRef

    SourceRef points to a store or generator which contains secret values ready to use. Use this in combination with Extract or Find pull values out of a specific SecretStore. When sourceRef points to a generator Extract or Find is not supported. The generator returns a static map of values

    ExternalSecretDataRemoteRef

    (Appears on: ExternalSecretData, ExternalSecretDataFromRemoteRef)

    ExternalSecretDataRemoteRef defines Provider data location.

    string ExternalSecretMetadataPolicy
    Field Description
    key

    Key is the key used in the Provider, mandatory

    metadataPolicy
    (Optional)

    Policy for fetching tags/labels from provider secrets, possible options are Fetch, None. Defaults to None

    property string (Optional)

    Used to select a specific property of the Provider value (if a map), if supported

    version string (Optional)

    Used to select a specific version of the Provider value, if supported

    conversionStrategy ExternalSecretConversionStrategy (Optional)

    Used to define a conversion Strategy

    decodingStrategy ExternalSecretDecodingStrategy (Optional)

    Used to define a decoding Strategy

    ExternalSecretDecodingStrategy (string alias)

    (Appears on: ExternalSecretDataRemoteRef, ExternalSecretFind)

    Value Description

    "Auto"

    "Base64"

    "Base64URL"

    "None"

    ExternalSecretDeletionPolicy (string alias)

    (Appears on: ExternalSecretTarget)

    ExternalSecretDeletionPolicy defines rules on how to delete the resulting Secret.

    Value Description

    "Delete"

    Delete deletes the secret if all provider secrets are deleted. If a secret gets deleted on the provider side and is not accessible anymore this is not considered an error and the ExternalSecret does not go into SecretSyncedError status.

    "Merge"

    Merge removes keys in the secret, but not the secret itself. If a secret gets deleted on the provider side and is not accessible anymore this is not considered an error and the ExternalSecret does not go into SecretSyncedError status.

    "Retain"

    Retain will retain the secret if all provider secrets have been deleted. If a provider secret does not exist the ExternalSecret gets into the SecretSyncedError status.

    ExternalSecretFind

    (Appears on: ExternalSecretDataFromRemoteRef)

    string FindName
    Field Description
    path
    (Optional)

    A root path to start the find operations.

    name
    (Optional)

    Finds secrets based on the name.

    tags map[string]string (Optional)

    Find secrets based on tags.

    conversionStrategy ExternalSecretConversionStrategy (Optional)

    Used to define a conversion Strategy

    decodingStrategy ExternalSecretDecodingStrategy (Optional)

    Used to define a decoding Strategy

    ExternalSecretMetadata

    (Appears on: ClusterExternalSecretSpec)

    ExternalSecretMetadata defines metadata fields for the ExternalSecret generated by the ClusterExternalSecret.

    map[string]string map[string]string
    Field Description
    annotations
    (Optional)
    labels
    (Optional)

    ExternalSecretMetadataPolicy (string alias)

    (Appears on: ExternalSecretDataRemoteRef)

    Value Description

    "Fetch"

    "None"

    ExternalSecretRefreshPolicy (string alias)

    (Appears on: ExternalSecretSpec)

    Value Description

    "CreatedOnce"

    "OnChange"

    "Periodic"

    ExternalSecretRewrite

    (Appears on: ExternalSecretDataFromRemoteRef)

    ExternalSecretRewriteMerge ExternalSecretRewriteRegexp
    Field Description
    merge
    (Optional)

    Used to merge key/values in one single Secret The resulting key will contain all values from the specified secrets

    regexp
    (Optional)

    Used to rewrite with regular expressions. The resulting key will be the output of a regexp.ReplaceAll operation.

    transform ExternalSecretRewriteTransform (Optional)

    Used to apply string transformation on the secrets. The resulting key will be the output of the template applied by the operation.

    ExternalSecretRewriteMerge

    (Appears on: ExternalSecretRewrite)

    string []string
    Field Description
    into
    (Optional)

    Used to define the target key of the merge operation. Required if strategy is JSON. Ignored otherwise.

    priority
    (Optional)

    Used to define key priority in conflict resolution.

    priorityPolicy ExternalSecretRewriteMergePriorityPolicy (Optional)

    Used to define the policy when a key in the priority list does not exist in the input.

    conflictPolicy ExternalSecretRewriteMergeConflictPolicy (Optional)

    Used to define the policy to use in conflict resolution.

    strategy ExternalSecretRewriteMergeStrategy (Optional)

    Used to define the strategy to use in the merge operation.

    ExternalSecretRewriteMergeConflictPolicy (string alias)

    (Appears on: ExternalSecretRewriteMerge)

    Value Description

    "Error"

    "Ignore"

    ExternalSecretRewriteMergePriorityPolicy (string alias)

    (Appears on: ExternalSecretRewriteMerge)

    Value Description

    "IgnoreNotFound"

    "Strict"

    ExternalSecretRewriteMergeStrategy (string alias)

    (Appears on: ExternalSecretRewriteMerge)

    Value Description

    "Extract"

    "JSON"

    ExternalSecretRewriteRegexp

    (Appears on: ExternalSecretRewrite)

    string string
    Field Description
    source

    Used to define the regular expression of a re.Compiler.

    target

    Used to define the target pattern of a ReplaceAll operation.

    ExternalSecretRewriteTransform

    (Appears on: ExternalSecretRewrite)

    string
    Field Description
    template

    Used to define the template to apply on the secret name. .value will specify the secret name in the template.

    ExternalSecretSpec

    (Appears on: ClusterExternalSecretSpec, ExternalSecret)

    ExternalSecretSpec defines the desired state of ExternalSecret.

    SecretStoreRef ExternalSecretTarget
    Field Description
    secretStoreRef
    (Optional)
    target
    (Optional)
    refreshPolicy ExternalSecretRefreshPolicy (Optional)

    RefreshPolicy determines how the ExternalSecret should be refreshed: - CreatedOnce: Creates the Secret only if it does not exist and does not update it thereafter - Periodic: Synchronizes the Secret from the external source at regular intervals specified by refreshInterval. No periodic updates occur if refreshInterval is 0. - OnChange: Only synchronizes the Secret when the ExternalSecret’s metadata or specification changes

    refreshInterval Kubernetes meta/v1.Duration

    RefreshInterval is the amount of time before the values are read again from the SecretStore provider, specified as Golang Duration strings. Valid time units are “ns”, “us” (or “µs”), “ms”, “s”, “m”, “h” Example values: “1h”, “2h30m”, “10s” May be set to zero to fetch and create it once. Defaults to 1h.

    data []ExternalSecretData (Optional)

    Data defines the connection between the Kubernetes Secret keys and the Provider data

    dataFrom []ExternalSecretDataFromRemoteRef (Optional)

    DataFrom is used to fetch all properties from a specific Provider data If multiple entries are specified, the Secret keys are merged in the specified order

    ExternalSecretStatus

    (Appears on: ExternalSecret)

    Kubernetes meta/v1.Time string
    Field Description
    refreshTime

    refreshTime is the time and date the external secret was fetched and the target secret updated

    syncedResourceVersion

    SyncedResourceVersion keeps track of the last synced version

    conditions []ExternalSecretStatusCondition (Optional) binding Kubernetes core/v1.LocalObjectReference

    Binding represents a servicebinding.io Provisioned Service reference to the secret

    ExternalSecretStatusCondition

    (Appears on: ExternalSecretStatus)

    ExternalSecretConditionType Kubernetes core/v1.ConditionStatus
    Field Description
    type
    status
    reason string (Optional) message string (Optional) lastTransitionTime Kubernetes meta/v1.Time (Optional)

    ExternalSecretTarget

    (Appears on: ExternalSecretSpec)

    ExternalSecretTarget defines the Kubernetes Secret to be created There can be only one target per ExternalSecret.

    string ExternalSecretCreationPolicy
    Field Description
    name
    (Optional)

    The name of the Secret resource to be managed. Defaults to the .metadata.name of the ExternalSecret resource

    creationPolicy
    (Optional)

    CreationPolicy defines rules on how to create the resulting Secret. Defaults to “Owner”

    deletionPolicy ExternalSecretDeletionPolicy (Optional)

    DeletionPolicy defines rules on how to delete the resulting Secret. Defaults to “Retain”

    template ExternalSecretTemplate (Optional)

    Template defines a blueprint for the created Secret resource.

    immutable bool (Optional)

    Immutable defines if the final secret will be immutable

    ExternalSecretTemplate

    (Appears on: ExternalSecretTarget)

    ExternalSecretTemplate defines a blueprint for the created Secret resource. we can not use native corev1.Secret, it will have empty ObjectMeta values: https://github.com/kubernetes-sigs/controller-tools/issues/448

    Kubernetes core/v1.SecretType TemplateEngineVersion
    Field Description
    type
    (Optional)
    engineVersion

    EngineVersion specifies the template engine version that should be used to compile/execute the template specified in .data and .templateFrom[].

    metadata ExternalSecretTemplateMetadata (Optional) mergePolicy TemplateMergePolicy data map[string]string (Optional) templateFrom []TemplateFrom (Optional)

    ExternalSecretTemplateMetadata

    (Appears on: ExternalSecretTemplate)

    ExternalSecretTemplateMetadata defines metadata fields for the Secret blueprint.

    map[string]string map[string]string
    Field Description
    annotations
    (Optional)
    labels
    (Optional)
    finalizers []string (Optional)

    ExternalSecretValidator

    FakeProvider

    (Appears on: SecretStoreProvider)

    FakeProvider configures a fake provider that returns static values.

    []FakeProviderData ValidationResult
    Field Description
    data
    validationResult

    FakeProviderData

    (Appears on: FakeProvider)

    string string
    Field Description
    key
    value
    version string

    FetchingPolicy

    (Appears on: YandexCertificateManagerProvider, YandexLockboxProvider)

    ByID ByName
    Field Description
    byID
    byName

    FindName

    (Appears on: ExternalSecretFind)

    string
    Field Description
    regexp
    (Optional)

    Finds secrets base

    FortanixProvider

    (Appears on: SecretStoreProvider)

    string FortanixProviderSecretRef
    Field Description
    apiUrl

    APIURL is the URL of SDKMS API. Defaults to sdkms.fortanix.com.

    apiKey

    APIKey is the API token to access SDKMS Applications.

    FortanixProviderSecretRef

    (Appears on: FortanixProvider)

    External Secrets meta/v1.SecretKeySelector
    Field Description
    secretRef

    SecretRef is a reference to a secret containing the SDKMS API Key.

    GCPSMAuth

    (Appears on: GCPSMProvider)

    GCPSMAuthSecretRef GCPWorkloadIdentity
    Field Description
    secretRef
    (Optional)
    workloadIdentity
    (Optional)
    workloadIdentityFederation GCPWorkloadIdentityFederation (Optional)

    GCPSMAuthSecretRef

    (Appears on: GCPSMAuth)

    External Secrets meta/v1.SecretKeySelector
    Field Description
    secretAccessKeySecretRef
    (Optional)

    The SecretAccessKey is used for authentication

    GCPSMProvider

    (Appears on: SecretStoreProvider)

    GCPSMProvider Configures a store to sync secrets using the GCP Secret Manager provider.

    GCPSMAuth string
    Field Description
    auth
    (Optional)

    Auth defines the information necessary to authenticate against GCP

    projectID

    ProjectID project where secret is located

    location string

    Location optionally defines a location for a secret

    secretVersionSelectionPolicy SecretVersionSelectionPolicy (Optional)

    SecretVersionSelectionPolicy specifies how the provider selects a secret version when “latest” is disabled or destroyed. Possible values are: - LatestOrFail: the provider always uses “latest”, or fails if that version is disabled/destroyed. - LatestOrFetch: the provider falls back to fetching the latest version if the version is DESTROYED or DISABLED

    GCPWorkloadIdentity

    (Appears on: GCPSMAuth)

    External Secrets meta/v1.ServiceAccountSelector string
    Field Description
    serviceAccountRef
    clusterLocation
    (Optional)

    ClusterLocation is the location of the cluster If not specified, it fetches information from the metadata server

    clusterName string (Optional)

    ClusterName is the name of the cluster If not specified, it fetches information from the metadata server

    clusterProjectID string (Optional)

    ClusterProjectID is the project ID of the cluster If not specified, it fetches information from the metadata server

    GCPWorkloadIdentityFederation

    (Appears on: GCPSMAuth)

    GCPWorkloadIdentityFederation holds the configurations required for generating federated access tokens.

    ConfigMapReference External Secrets meta/v1.ServiceAccountSelector
    Field Description
    credConfig

    credConfig holds the configmap reference containing the GCP external account credential configuration in JSON format and the key name containing the json data. For using Kubernetes cluster as the identity provider, use serviceAccountRef instead. Operators mounted serviceaccount token cannot be used as the token source, instead serviceAccountRef must be used by providing operators service account details.

    serviceAccountRef

    serviceAccountRef is the reference to the kubernetes ServiceAccount to be used for obtaining the tokens, when Kubernetes is configured as provider in workload identity pool.

    awsSecurityCredentials AwsCredentialsConfig

    awsSecurityCredentials is for configuring AWS region and credentials to use for obtaining the access token, when using the AWS metadata server is not an option.

    audience string

    audience is the Secure Token Service (STS) audience which contains the resource name for the workload identity pool and the provider identifier in that pool. If specified, Audience found in the external account credential config will be overridden with the configured value. audience must be provided when serviceAccountRef or awsSecurityCredentials is configured.

    externalTokenEndpoint string

    externalTokenEndpoint is the endpoint explicitly set up to provide tokens, which will be matched against the credential_source.url in the provided credConfig. This field is merely to double-check the external token source URL is having the expected value.

    GcpIamAuthCredentials

    (Appears on: InfisicalAuth)

    External Secrets meta/v1.SecretKeySelector External Secrets meta/v1.SecretKeySelector
    Field Description
    identityId
    serviceAccountKeyFilePath

    GcpIdTokenAuthCredentials

    (Appears on: InfisicalAuth)

    External Secrets meta/v1.SecretKeySelector
    Field Description
    identityId

    GeneratorRef

    (Appears on: StoreGeneratorSourceRef, StoreSourceRef)

    GeneratorRef points to a generator custom resource.

    string string
    Field Description
    apiVersion

    Specify the apiVersion of the generator resource

    kind

    Specify the Kind of the generator resource

    name string

    Specify the name of the generator resource

    GenericStore

    GenericStore is a common interface for interacting with ClusterSecretStore or a namespaced SecretStore.

    GenericStoreValidator

    GithubAppAuth

    (Appears on: GithubProvider)

    External Secrets meta/v1.SecretKeySelector
    Field Description
    privateKey

    GithubProvider

    (Appears on: SecretStoreProvider)

    Configures a store to push secrets to Github Actions.

    string string
    Field Description
    url

    URL configures the Github instance URL. Defaults to https://github.com/.

    uploadURL
    (Optional)

    Upload URL for enterprise instances. Default to URL.

    auth GithubAppAuth

    auth configures how secret-manager authenticates with a Github instance.

    appID int64

    appID specifies the Github APP that will be used to authenticate the client

    installationID int64

    installationID specifies the Github APP installation that will be used to authenticate the client

    organization string

    organization will be used to fetch secrets from the Github organization

    repository string (Optional)

    repository will be used to fetch secrets from the Github repository within an organization

    environment string (Optional)

    environment will be used to fetch secrets from a particular environment within a github repository

    GitlabAuth

    (Appears on: GitlabProvider)

    GitlabSecretRef
    Field Description
    SecretRef

    GitlabProvider

    (Appears on: SecretStoreProvider)

    Configures a store to sync secrets with a GitLab instance.

    string GitlabAuth
    Field Description
    url

    URL configures the GitLab instance URL. Defaults to https://gitlab.com/.

    auth

    Auth configures how secret-manager authenticates with a GitLab instance.

    projectID string

    ProjectID specifies a project where secrets are located.

    inheritFromGroups bool

    InheritFromGroups specifies whether parent groups should be discovered and checked for secrets.

    groupIDs []string

    GroupIDs specify, which gitlab groups to pull secrets from. Group secrets are read from left to right followed by the project variables.

    environment string

    Environment environment_scope of gitlab CI/CD variables (Please see https://docs.gitlab.com/ee/ci/environments/#create-a-static-environment on how to create environments)

    caBundle []byte (Optional)

    Base64 encoded certificate for the GitLab server sdk. The sdk MUST run with HTTPS to make sure no MITM attack can be performed.

    caProvider CAProvider (Optional)

    see: https://external-secrets.io/latest/spec/#external-secrets.io/v1alpha1.CAProvider

    GitlabSecretRef

    (Appears on: GitlabAuth)

    External Secrets meta/v1.SecretKeySelector
    Field Description
    accessToken

    AccessToken is used for authentication.

    IBMAuth

    (Appears on: IBMProvider)

    IBMAuthSecretRef IBMAuthContainerAuth
    Field Description
    secretRef
    containerAuth

    IBMAuthContainerAuth

    (Appears on: IBMAuth)

    IBM Container-based auth with IAM Trusted Profile.

    string string
    Field Description
    profile

    the IBM Trusted Profile

    tokenLocation

    Location the token is mounted on the pod

    iamEndpoint string

    IBMAuthSecretRef

    (Appears on: IBMAuth)

    External Secrets meta/v1.SecretKeySelector
    Field Description
    secretApiKeySecretRef

    The SecretAccessKey is used for authentication

    IBMProvider

    (Appears on: SecretStoreProvider)

    Configures an store to sync secrets using a IBM Cloud Secrets Manager backend.

    IBMAuth string
    Field Description
    auth

    Auth configures how secret-manager authenticates with the IBM secrets manager.

    serviceUrl

    ServiceURL is the Endpoint URL that is specific to the Secrets Manager service instance

    InfisicalAuth

    (Appears on: InfisicalProvider)

    UniversalAuthCredentials AzureAuthCredentials
    Field Description
    universalAuthCredentials
    (Optional)
    azureAuthCredentials
    (Optional)
    gcpIdTokenAuthCredentials GcpIdTokenAuthCredentials (Optional) gcpIamAuthCredentials GcpIamAuthCredentials (Optional) jwtAuthCredentials JwtAuthCredentials (Optional) ldapAuthCredentials LdapAuthCredentials (Optional) ociAuthCredentials OciAuthCredentials (Optional) kubernetesAuthCredentials KubernetesAuthCredentials (Optional) awsAuthCredentials AwsAuthCredentials (Optional) tokenAuthCredentials TokenAuthCredentials (Optional)

    InfisicalProvider

    (Appears on: SecretStoreProvider)

    InfisicalProvider configures a store to sync secrets using the Infisical provider.

    InfisicalAuth MachineIdentityScopeInWorkspace
    Field Description
    auth

    Auth configures how the Operator authenticates with the Infisical API

    secretsScope

    SecretsScope defines the scope of the secrets within the workspace

    hostAPI string (Optional)

    HostAPI specifies the base URL of the Infisical API. If not provided, it defaults to “https://app.infisical.com/api”.

    IntegrationInfo

    (Appears on: OnePasswordSDKProvider)

    IntegrationInfo specifies the name and version of the integration built using the 1Password Go SDK.

    string string
    Field Description
    name

    Name defaults to “1Password SDK”.

    version

    Version defaults to “v1.0.0”.

    JwtAuthCredentials

    (Appears on: InfisicalAuth)

    External Secrets meta/v1.SecretKeySelector External Secrets meta/v1.SecretKeySelector
    Field Description
    identityId
    jwt

    KeeperSecurityProvider

    (Appears on: SecretStoreProvider)

    KeeperSecurityProvider Configures a store to sync secrets using Keeper Security.

    External Secrets meta/v1.SecretKeySelector string
    Field Description
    authRef
    folderID

    KubernetesAuth

    (Appears on: KubernetesProvider)

    CertAuth TokenAuth
    Field Description
    cert
    (Optional)

    has both clientCert and clientKey as secretKeySelector

    token
    (Optional)

    use static token to authenticate with

    serviceAccount External Secrets meta/v1.ServiceAccountSelector (Optional)

    points to a service account that should be used for authentication

    KubernetesAuthCredentials

    (Appears on: InfisicalAuth)

    External Secrets meta/v1.SecretKeySelector External Secrets meta/v1.SecretKeySelector
    Field Description
    identityId
    serviceAccountTokenPath
    (Optional)

    KubernetesProvider

    (Appears on: SecretStoreProvider)

    Configures a store to sync secrets with a Kubernetes instance.

    KubernetesServer KubernetesAuth
    Field Description
    server
    (Optional)

    configures the Kubernetes server Address.

    auth
    (Optional)

    Auth configures how secret-manager authenticates with a Kubernetes instance.

    authRef External Secrets meta/v1.SecretKeySelector (Optional)

    A reference to a secret that contains the auth information.

    remoteNamespace string (Optional)

    Remote namespace to fetch the secrets from

    KubernetesServer

    (Appears on: KubernetesProvider)

    string []byte
    Field Description
    url
    (Optional)

    configures the Kubernetes server Address.

    caBundle
    (Optional)

    CABundle is a base64-encoded CA certificate

    caProvider CAProvider (Optional)

    see: https://external-secrets.io/v0.4.1/spec/#external-secrets.io/v1alpha1.CAProvider

    LdapAuthCredentials

    (Appears on: InfisicalAuth)

    External Secrets meta/v1.SecretKeySelector External Secrets meta/v1.SecretKeySelector
    Field Description
    identityId
    ldapPassword
    ldapUsername External Secrets meta/v1.SecretKeySelector

    MachineIdentityScopeInWorkspace

    (Appears on: InfisicalProvider)

    string bool
    Field Description
    secretsPath
    (Optional)

    SecretsPath specifies the path to the secrets within the workspace. Defaults to “/” if not provided.

    recursive
    (Optional)

    Recursive indicates whether the secrets should be fetched recursively. Defaults to false if not provided.

    environmentSlug string

    EnvironmentSlug is the required slug identifier for the environment.

    projectSlug string

    ProjectSlug is the required slug identifier for the project.

    expandSecretReferences bool (Optional)

    ExpandSecretReferences indicates whether secret references should be expanded. Defaults to true if not provided.

    MaintenanceStatus (bool alias)

    Value Description

    true

    false

    NTLMProtocol

    (Appears on: AuthorizationProtocol)

    NTLMProtocol contains the NTLM-specific configuration.

    External Secrets meta/v1.SecretKeySelector External Secrets meta/v1.SecretKeySelector
    Field Description
    usernameSecret
    passwordSecret

    NgrokAuth

    (Appears on: NgrokProvider)

    NgrokProviderSecretRef
    Field Description
    apiKey
    (Optional)

    APIKey is the API Key used to authenticate with ngrok. See https://ngrok.com/docs/api/#authentication

    NgrokProvider

    (Appears on: SecretStoreProvider)

    NgrokProvider configures a store to sync secrets with a ngrok vault to use in traffic policies. See: https://ngrok.com/blog-post/secrets-for-traffic-policy

    string NgrokAuth
    Field Description
    apiUrl

    APIURL is the URL of the ngrok API.

    auth

    Auth configures how the ngrok provider authenticates with the ngrok API.

    vault NgrokVault

    Vault configures the ngrok vault to sync secrets with.

    NgrokProviderSecretRef

    (Appears on: NgrokAuth)

    External Secrets meta/v1.SecretKeySelector
    Field Description
    secretRef
    (Optional)

    SecretRef is a reference to a secret containing the ngrok API key.

    NgrokVault

    (Appears on: NgrokProvider)

    string
    Field Description
    name

    Name is the name of the ngrok vault to sync secrets with.

    NoSecretError

    NoSecretError shall be returned when a GetSecret can not find the desired secret. This is used for deletionPolicy.

    NotModifiedError

    NotModifiedError to signal that the webhook received no changes, and it should just return without doing anything.

    OciAuthCredentials

    (Appears on: InfisicalAuth)

    External Secrets meta/v1.SecretKeySelector External Secrets meta/v1.SecretKeySelector
    Field Description
    identityId
    privateKey
    privateKeyPassphrase External Secrets meta/v1.SecretKeySelector (Optional) fingerprint External Secrets meta/v1.SecretKeySelector userId External Secrets meta/v1.SecretKeySelector tenancyId External Secrets meta/v1.SecretKeySelector region External Secrets meta/v1.SecretKeySelector

    OnboardbaseAuthSecretRef

    (Appears on: OnboardbaseProvider)

    OnboardbaseAuthSecretRef holds secret references for onboardbase API Key credentials.

    External Secrets meta/v1.SecretKeySelector External Secrets meta/v1.SecretKeySelector
    Field Description
    apiKeyRef

    OnboardbaseAPIKey is the APIKey generated by an admin account. It is used to recognize and authorize access to a project and environment within onboardbase

    passcodeRef

    OnboardbasePasscode is the passcode attached to the API Key

    OnboardbaseProvider

    (Appears on: SecretStoreProvider)

    OnboardbaseProvider configures a store to sync secrets using the Onboardbase provider. Project and Config are required if not using a Service Token.

    OnboardbaseAuthSecretRef string
    Field Description
    auth

    Auth configures how the Operator authenticates with the Onboardbase API

    apiHost

    APIHost use this to configure the host url for the API for selfhosted installation, default is https://public.onboardbase.com/api/v1/

    project string

    Project is an onboardbase project that the secrets should be pulled from

    environment string

    Environment is the name of an environmnent within a project to pull the secrets from

    OnePasswordAuth

    (Appears on: OnePasswordProvider)

    OnePasswordAuth contains a secretRef for credentials.

    OnePasswordAuthSecretRef
    Field Description
    secretRef

    OnePasswordAuthSecretRef

    (Appears on: OnePasswordAuth)

    OnePasswordAuthSecretRef holds secret references for 1Password credentials.

    External Secrets meta/v1.SecretKeySelector
    Field Description
    connectTokenSecretRef

    The ConnectToken is used for authentication to a 1Password Connect Server.

    OnePasswordProvider

    (Appears on: SecretStoreProvider)

    OnePasswordProvider configures a store to sync secrets using the 1Password Secret Manager provider.

    OnePasswordAuth string
    Field Description
    auth

    Auth defines the information necessary to authenticate against OnePassword Connect Server

    connectHost

    ConnectHost defines the OnePassword Connect Server to connect to

    vaults map[string]int

    Vaults defines which OnePassword vaults to search in which order

    OnePasswordSDKAuth

    (Appears on: OnePasswordSDKProvider)

    OnePasswordSDKAuth contains a secretRef for the service account token.

    External Secrets meta/v1.SecretKeySelector
    Field Description
    serviceAccountSecretRef

    ServiceAccountSecretRef points to the secret containing the token to access 1Password vault.

    OnePasswordSDKProvider

    (Appears on: SecretStoreProvider)

    OnePasswordSDKProvider configures a store to sync secrets using the 1Password sdk.

    string IntegrationInfo
    Field Description
    vault

    Vault defines the vault’s name or uuid to access. Do NOT add op:// prefix. This will be done automatically.

    integrationInfo
    (Optional)

    IntegrationInfo specifies the name and version of the integration built using the 1Password Go SDK. If you don’t know which name and version to use, use DefaultIntegrationName and DefaultIntegrationVersion, respectively.

    auth OnePasswordSDKAuth

    Auth defines the information necessary to authenticate against OnePassword API.

    OracleAuth

    (Appears on: OracleProvider)

    string string
    Field Description
    tenancy

    Tenancy is the tenancy OCID where user is located.

    user

    User is an access OCID specific to the account.

    secretRef OracleSecretRef

    SecretRef to pass through sensitive information.

    OraclePrincipalType (string alias)

    (Appears on: OracleProvider)

    Value Description

    "InstancePrincipal"

    InstancePrincipal represents a instance principal.

    "UserPrincipal"

    UserPrincipal represents a user principal.

    "Workload"

    WorkloadPrincipal represents a workload principal.

    OracleProvider

    (Appears on: SecretStoreProvider)

    Configures an store to sync secrets using a Oracle Vault backend.

    string string
    Field Description
    region

    Region is the region where vault is located.

    vault

    Vault is the vault’s OCID of the specific vault where secret is located.

    compartment string (Optional)

    Compartment is the vault compartment OCID. Required for PushSecret

    encryptionKey string (Optional)

    EncryptionKey is the OCID of the encryption key within the vault. Required for PushSecret

    principalType OraclePrincipalType (Optional)

    The type of principal to use for authentication. If left blank, the Auth struct will determine the principal type. This optional field must be specified if using workload identity.

    auth OracleAuth (Optional)

    Auth configures how secret-manager authenticates with the Oracle Vault. If empty, use the instance principal, otherwise the user credentials specified in Auth.

    serviceAccountRef External Secrets meta/v1.ServiceAccountSelector (Optional)

    ServiceAccountRef specified the service account that should be used when authenticating with WorkloadIdentity.

    OracleSecretRef

    (Appears on: OracleAuth)

    External Secrets meta/v1.SecretKeySelector External Secrets meta/v1.SecretKeySelector
    Field Description
    privatekey

    PrivateKey is the user’s API Signing Key in PEM format, used for authentication.

    fingerprint

    Fingerprint is the fingerprint of the API private key.

    PassboltAuth

    (Appears on: PassboltProvider)

    Passbolt contains a secretRef for the passbolt credentials.

    External Secrets meta/v1.SecretKeySelector External Secrets meta/v1.SecretKeySelector
    Field Description
    passwordSecretRef
    privateKeySecretRef

    PassboltProvider

    (Appears on: SecretStoreProvider)

    PassboltAuth string
    Field Description
    auth

    Auth defines the information necessary to authenticate against Passbolt Server

    host

    Host defines the Passbolt Server to connect to

    PasswordDepotAuth

    (Appears on: PasswordDepotProvider)

    PasswordDepotSecretRef
    Field Description
    secretRef

    PasswordDepotProvider

    (Appears on: SecretStoreProvider)

    Configures a store to sync secrets with a Password Depot instance.

    string string
    Field Description
    host

    URL configures the Password Depot instance URL.

    database

    Database to use as source

    auth PasswordDepotAuth

    Auth configures how secret-manager authenticates with a Password Depot instance.

    PasswordDepotSecretRef

    (Appears on: PasswordDepotAuth)

    External Secrets meta/v1.SecretKeySelector
    Field Description
    credentials
    (Optional)

    Username / Password is used for authentication.

    PreviderAuth

    (Appears on: PreviderProvider)

    PreviderAuth contains a secretRef for credentials.

    PreviderAuthSecretRef
    Field Description
    secretRef
    (Optional)

    PreviderAuthSecretRef

    (Appears on: PreviderAuth)

    PreviderAuthSecretRef holds secret references for Previder Vault credentials.

    External Secrets meta/v1.SecretKeySelector
    Field Description
    accessToken

    The AccessToken is used for authentication

    PreviderProvider

    (Appears on: SecretStoreProvider)

    PreviderProvider configures a store to sync secrets using the Previder Secret Manager provider.

    PreviderAuth string
    Field Description
    auth
    baseUri
    (Optional)

    Provider

    Provider is a common interface for interacting with secret backends.

    PulumiProvider

    (Appears on: SecretStoreProvider)

    string PulumiProviderSecretRef
    Field Description
    apiUrl

    APIURL is the URL of the Pulumi API.

    accessToken

    AccessToken is the access tokens to sign in to the Pulumi Cloud Console.

    organization string

    Organization are a space to collaborate on shared projects and stacks. To create a new organization, visit https://app.pulumi.com/ and click “New Organization”.

    project string

    Project is the name of the Pulumi ESC project the environment belongs to.

    environment string

    Environment are YAML documents composed of static key-value pairs, programmatic expressions, dynamically retrieved values from supported providers including all major clouds, and other Pulumi ESC environments. To create a new environment, visit https://www.pulumi.com/docs/esc/environments/ for more information.

    PulumiProviderSecretRef

    (Appears on: PulumiProvider)

    External Secrets meta/v1.SecretKeySelector
    Field Description
    secretRef

    SecretRef is a reference to a secret containing the Pulumi API token.

    PushSecretData

    PushSecretData is an interface to allow using v1alpha1.PushSecretData content in Provider registered in v1.

    PushSecretRemoteRef

    PushSecretRemoteRef is an interface to allow using v1alpha1.PushSecretRemoteRef in Provider registered in v1.

    ScalewayProvider

    (Appears on: SecretStoreProvider)

    string string
    Field Description
    apiUrl
    (Optional)

    APIURL is the url of the api to use. Defaults to https://api.scaleway.com

    region

    Region where your secrets are located: https://developers.scaleway.com/en/quickstart/#region-and-zone

    projectId string

    ProjectID is the id of your project, which you can find in the console: https://console.scaleway.com/project/settings

    accessKey ScalewayProviderSecretRef

    AccessKey is the non-secret part of the api key.

    secretKey ScalewayProviderSecretRef

    SecretKey is the non-secret part of the api key.

    ScalewayProviderSecretRef

    (Appears on: ScalewayProvider)

    string External Secrets meta/v1.SecretKeySelector
    Field Description
    value
    (Optional)

    Value can be specified directly to set a value without using a secret.

    secretRef
    (Optional)

    SecretRef references a key in a secret that will be used as value.

    SecretReference

    (Appears on: AwsCredentialsConfig)

    SecretReference holds the details of a secret.

    string string
    Field Description
    name

    name of the secret.

    namespace

    namespace in which the secret exists. If empty, secret will looked up in local namespace.

    SecretServerProvider

    (Appears on: SecretStoreProvider)

    See https://github.com/DelineaXPM/tss-sdk-go/blob/main/server/server.go.

    SecretServerProviderRef SecretServerProviderRef
    Field Description
    username

    Username is the secret server account username.

    password

    Password is the secret server account password.

    domain string (Optional)

    Domain is the secret server domain.

    serverURL string

    ServerURL URL to your secret server installation

    SecretServerProviderRef

    (Appears on: SecretServerProvider)

    string External Secrets meta/v1.SecretKeySelector
    Field Description
    value
    (Optional)

    Value can be specified directly to set a value without using a secret.

    secretRef
    (Optional)

    SecretRef references a key in a secret that will be used as value.

    SecretStore

    SecretStore represents a secure external location for storing secrets, which can be referenced as part of storeRef fields.

    Kubernetes meta/v1.ObjectMeta SecretStoreSpec SecretStoreProvider SecretStoreRetrySettings
    Field Description
    metadata
    Refer to the Kubernetes API documentation for the fields of the metadata field.
    spec


    string
    controller
    (Optional)

    Used to select the correct ESO controller (think: ingress.ingressClassName) The ESO controller is instantiated with a specific controller name and filters ES based on this property

    provider

    Used to configure the provider. Only one provider may be set

    retrySettings
    (Optional)

    Used to configure http retries if failed

    refreshInterval int (Optional)

    Used to configure store refresh interval in seconds. Empty or 0 will default to the controller config.

    conditions []ClusterSecretStoreCondition (Optional)

    Used to constraint a ClusterSecretStore to specific namespaces. Relevant only to ClusterSecretStore

    status SecretStoreStatus

    SecretStoreCapabilities (string alias)

    (Appears on: SecretStoreStatus)

    SecretStoreCapabilities defines the possible operations a SecretStore can do.

    Value Description

    "ReadOnly"

    "ReadWrite"

    "WriteOnly"

    SecretStoreConditionType (string alias)

    (Appears on: SecretStoreStatusCondition)

    Value Description

    "Ready"

    SecretStoreProvider

    (Appears on: SecretStoreSpec)

    SecretStoreProvider contains the provider-specific configuration.

    AWSProvider AzureKVProvider
    Field Description
    aws
    (Optional)

    AWS configures this store to sync secrets using AWS Secret Manager provider

    azurekv
    (Optional)

    AzureKV configures this store to sync secrets using Azure Key Vault provider

    akeyless AkeylessProvider (Optional)

    Akeyless configures this store to sync secrets using Akeyless Vault provider

    bitwardensecretsmanager BitwardenSecretsManagerProvider (Optional)

    BitwardenSecretsManager configures this store to sync secrets using BitwardenSecretsManager provider

    vault VaultProvider (Optional)

    Vault configures this store to sync secrets using Hashi provider

    gcpsm GCPSMProvider (Optional)

    GCPSM configures this store to sync secrets using Google Cloud Platform Secret Manager provider

    oracle OracleProvider (Optional)

    Oracle configures this store to sync secrets using Oracle Vault provider

    ibm IBMProvider (Optional)

    IBM configures this store to sync secrets using IBM Cloud provider

    yandexcertificatemanager YandexCertificateManagerProvider (Optional)

    YandexCertificateManager configures this store to sync secrets using Yandex Certificate Manager provider

    yandexlockbox YandexLockboxProvider (Optional)

    YandexLockbox configures this store to sync secrets using Yandex Lockbox provider

    github GithubProvider (Optional)

    Github configures this store to push GitHub Action secrets using GitHub API provider. Note: This provider only supports write operations (PushSecret) and cannot fetch secrets from GitHub

    gitlab GitlabProvider (Optional)

    GitLab configures this store to sync secrets using GitLab Variables provider

    alibaba AlibabaProvider (Optional)

    Alibaba configures this store to sync secrets using Alibaba Cloud provider

    onepassword OnePasswordProvider (Optional)

    OnePassword configures this store to sync secrets using the 1Password Cloud provider

    onepasswordSDK OnePasswordSDKProvider (Optional)

    OnePasswordSDK configures this store to use 1Password’s new Go SDK to sync secrets.

    webhook WebhookProvider (Optional)

    Webhook configures this store to sync secrets using a generic templated webhook

    kubernetes KubernetesProvider (Optional)

    Kubernetes configures this store to sync secrets using a Kubernetes cluster provider

    fake FakeProvider (Optional)

    Fake configures a store with static key/value pairs

    senhasegura SenhaseguraProvider (Optional)

    Senhasegura configures this store to sync secrets using senhasegura provider

    scaleway ScalewayProvider (Optional)

    Scaleway

    doppler DopplerProvider (Optional)

    Doppler configures this store to sync secrets using the Doppler provider

    previder PreviderProvider (Optional)

    Previder configures this store to sync secrets using the Previder provider

    onboardbase OnboardbaseProvider (Optional)

    Onboardbase configures this store to sync secrets using the Onboardbase provider

    keepersecurity KeeperSecurityProvider (Optional)

    KeeperSecurity configures this store to sync secrets using the KeeperSecurity provider

    conjur ConjurProvider (Optional)

    Conjur configures this store to sync secrets using conjur provider

    delinea DelineaProvider (Optional)

    Delinea DevOps Secrets Vault https://docs.delinea.com/online-help/products/devops-secrets-vault/current

    secretserver SecretServerProvider (Optional)

    SecretServer configures this store to sync secrets using SecretServer provider https://docs.delinea.com/online-help/secret-server/start.htm

    chef ChefProvider (Optional)

    Chef configures this store to sync secrets with chef server

    pulumi PulumiProvider (Optional)

    Pulumi configures this store to sync secrets using the Pulumi provider

    fortanix FortanixProvider (Optional)

    Fortanix configures this store to sync secrets using the Fortanix provider

    passworddepot PasswordDepotProvider (Optional) passbolt PassboltProvider (Optional) device42 Device42Provider (Optional)

    Device42 configures this store to sync secrets using the Device42 provider

    infisical InfisicalProvider (Optional)

    Infisical configures this store to sync secrets using the Infisical provider

    beyondtrust BeyondtrustProvider (Optional)

    Beyondtrust configures this store to sync secrets using Password Safe provider.

    cloudrusm CloudruSMProvider (Optional)

    CloudruSM configures this store to sync secrets using the Cloud.ru Secret Manager provider

    volcengine VolcengineProvider (Optional)

    Volcengine configures this store to sync secrets using the Volcengine provider

    ngrok NgrokProvider (Optional)

    Ngrok configures this store to sync secrets using the ngrok provider.

    SecretStoreRef

    (Appears on: ExternalSecretSpec, StoreGeneratorSourceRef, StoreSourceRef)

    SecretStoreRef defines which SecretStore to fetch the ExternalSecret data.

    string string
    Field Description
    name

    Name of the SecretStore resource

    kind
    (Optional)

    Kind of the SecretStore resource (SecretStore or ClusterSecretStore) Defaults to SecretStore

    SecretStoreRetrySettings

    (Appears on: SecretStoreSpec)

    int32 string
    Field Description
    maxRetries
    retryInterval

    SecretStoreSpec

    (Appears on: ClusterSecretStore, SecretStore)

    SecretStoreSpec defines the desired state of SecretStore.

    string SecretStoreProvider
    Field Description
    controller
    (Optional)

    Used to select the correct ESO controller (think: ingress.ingressClassName) The ESO controller is instantiated with a specific controller name and filters ES based on this property

    provider

    Used to configure the provider. Only one provider may be set

    retrySettings SecretStoreRetrySettings (Optional)

    Used to configure http retries if failed

    refreshInterval int (Optional)

    Used to configure store refresh interval in seconds. Empty or 0 will default to the controller config.

    conditions []ClusterSecretStoreCondition (Optional)

    Used to constraint a ClusterSecretStore to specific namespaces. Relevant only to ClusterSecretStore

    SecretStoreStatus

    (Appears on: ClusterSecretStore, SecretStore)

    SecretStoreStatus defines the observed state of the SecretStore.

    []SecretStoreStatusCondition SecretStoreCapabilities
    Field Description
    conditions
    (Optional)
    capabilities
    (Optional)

    SecretStoreStatusCondition

    (Appears on: SecretStoreStatus)

    SecretStoreConditionType Kubernetes core/v1.ConditionStatus
    Field Description
    type
    status
    reason string (Optional) message string (Optional) lastTransitionTime Kubernetes meta/v1.Time (Optional)

    SecretVersionSelectionPolicy (string alias)

    (Appears on: GCPSMProvider)

    Value Description

    "LatestOrFail"

    SecretVersionSelectionPolicyLatestOrFail means the provider always uses “latest”, or fails if that version is disabled/destroyed.

    "LatestOrFetch"

    SecretVersionSelectionPolicyLatestOrFetch behaves like SecretVersionSelectionPolicyLatestOrFail but falls back to fetching the latest version if the version is DESTROYED or DISABLED.

    SecretsClient

    SecretsClient provides access to secrets.

    SecretsManager

    (Appears on: AWSProvider)

    SecretsManager defines how the provider behaves when interacting with AWS SecretsManager. Some of these settings are only applicable to controlling how secrets are deleted, and hence only apply to PushSecret (and only when deletionPolicy is set to Delete).

    bool int64
    Field Description
    forceDeleteWithoutRecovery
    (Optional)

    Specifies whether to delete the secret without any recovery window. You can’t use both this parameter and RecoveryWindowInDays in the same call. If you don’t use either, then by default Secrets Manager uses a 30 day recovery window. see: https://docs.aws.amazon.com/secretsmanager/latest/apireference/API_DeleteSecret.html#SecretsManager-DeleteSecret-request-ForceDeleteWithoutRecovery

    recoveryWindowInDays
    (Optional)

    The number of days from 7 to 30 that Secrets Manager waits before permanently deleting the secret. You can’t use both this parameter and ForceDeleteWithoutRecovery in the same call. If you don’t use either, then by default Secrets Manager uses a 30 day recovery window. see: https://docs.aws.amazon.com/secretsmanager/latest/apireference/API_DeleteSecret.html#SecretsManager-DeleteSecret-request-RecoveryWindowInDays

    SenhaseguraAuth

    (Appears on: SenhaseguraProvider)

    SenhaseguraAuth tells the controller how to do auth in senhasegura.

    string External Secrets meta/v1.SecretKeySelector
    Field Description
    clientId
    clientSecretSecretRef

    SenhaseguraModuleType (string alias)

    (Appears on: SenhaseguraProvider)

    SenhaseguraModuleType enum defines senhasegura target module to fetch secrets

    Value Description

    "DSM"

     SenhaseguraModuleDSM is the senhasegura DevOps Secrets Management module
    see: https://senhasegura.com/devops
    

    SenhaseguraProvider

    (Appears on: SecretStoreProvider)

    SenhaseguraProvider setup a store to sync secrets with senhasegura.

    string SenhaseguraModuleType
    Field Description
    url

    URL of senhasegura

    module

    Module defines which senhasegura module should be used to get secrets

    auth SenhaseguraAuth

    Auth defines parameters to authenticate in senhasegura

    ignoreSslCertificate bool

    IgnoreSslCertificate defines if SSL certificate must be ignored

    StoreGeneratorSourceRef

    (Appears on: ExternalSecretDataFromRemoteRef)

    StoreGeneratorSourceRef allows you to override the source from which the secret will be pulled from. You can define at maximum one property.

    SecretStoreRef GeneratorRef
    Field Description
    storeRef
    (Optional)
    generatorRef
    (Optional)

    GeneratorRef points to a generator custom resource.

    StoreSourceRef

    (Appears on: ExternalSecretData)

    StoreSourceRef allows you to override the SecretStore source from which the secret will be pulled from. You can define at maximum one property.

    SecretStoreRef GeneratorRef
    Field Description
    storeRef
    (Optional)
    generatorRef

    GeneratorRef points to a generator custom resource.

    Deprecated: The generatorRef is not implemented in .data[]. this will be removed with v1.

    Tag

    string string
    Field Description
    key
    value

    TemplateEngineVersion (string alias)

    (Appears on: ExternalSecretTemplate)

    Value Description

    "v2"

    TemplateFrom

    (Appears on: ExternalSecretTemplate)

    TemplateRef TemplateRef
    Field Description
    configMap
    secret
    target TemplateTarget (Optional) literal string (Optional)

    TemplateMergePolicy (string alias)

    (Appears on: ExternalSecretTemplate)

    Value Description

    "Merge"

    "Replace"

    TemplateRef

    (Appears on: TemplateFrom)

    string []TemplateRefItem
    Field Description
    name

    The name of the ConfigMap/Secret resource

    items

    A list of keys in the ConfigMap/Secret to use as templates for Secret data

    TemplateRefItem

    (Appears on: TemplateRef)

    string TemplateScope
    Field Description
    key

    A key in the ConfigMap/Secret

    templateAs

    TemplateScope (string alias)

    (Appears on: TemplateRefItem)

    Value Description

    "KeysAndValues"

    "Values"

    TemplateTarget (string alias)

    (Appears on: TemplateFrom)

    Value Description

    "Annotations"

    "Data"

    "Labels"

    TokenAuth

    (Appears on: KubernetesAuth)

    External Secrets meta/v1.SecretKeySelector
    Field Description
    bearerToken

    TokenAuthCredentials

    (Appears on: InfisicalAuth)

    External Secrets meta/v1.SecretKeySelector
    Field Description
    accessToken

    UniversalAuthCredentials

    (Appears on: InfisicalAuth)

    External Secrets meta/v1.SecretKeySelector External Secrets meta/v1.SecretKeySelector
    Field Description
    clientId
    clientSecret

    ValidationResult (byte alias)

    (Appears on: FakeProvider)

    Value Description

    2

    Error indicates that there is a misconfiguration.

    0

    Ready indicates that the client is configured correctly and can be used.

    1

    Unknown indicates that the client can be used but information is missing and it can not be validated.

    VaultAppRole

    (Appears on: VaultAuth)

    VaultAppRole authenticates with Vault using the App Role auth mechanism, with the role and secret stored in a Kubernetes Secret resource.

    string string
    Field Description
    path

    Path where the App Role authentication backend is mounted in Vault, e.g: “approle”

    roleId
    (Optional)

    RoleID configured in the App Role authentication backend when setting up the authentication backend in Vault.

    roleRef External Secrets meta/v1.SecretKeySelector (Optional)

    Reference to a key in a Secret that contains the App Role ID used to authenticate with Vault. The key field must be specified and denotes which entry within the Secret resource is used as the app role id.

    secretRef External Secrets meta/v1.SecretKeySelector

    Reference to a key in a Secret that contains the App Role secret used to authenticate with Vault. The key field must be specified and denotes which entry within the Secret resource is used as the app role secret.

    VaultAuth

    (Appears on: VaultProvider)

    VaultAuth is the configuration used to authenticate with a Vault server. Only one of tokenSecretRef, appRole, kubernetes, ldap, userPass, jwt or cert can be specified. A namespace to authenticate against can optionally be specified.

    string External Secrets meta/v1.SecretKeySelector
    Field Description
    namespace
    (Optional)

    Name of the vault namespace to authenticate to. This can be different than the namespace your secret is in. Namespaces is a set of features within Vault Enterprise that allows Vault environments to support Secure Multi-tenancy. e.g: “ns1”. More about namespaces can be found here https://www.vaultproject.io/docs/enterprise/namespaces This will default to Vault.Namespace field if set, or empty otherwise

    tokenSecretRef
    (Optional)

    TokenSecretRef authenticates with Vault by presenting a token.

    appRole VaultAppRole (Optional)

    AppRole authenticates with Vault using the App Role auth mechanism, with the role and secret stored in a Kubernetes Secret resource.

    kubernetes VaultKubernetesAuth (Optional)

    Kubernetes authenticates with Vault by passing the ServiceAccount token stored in the named Secret resource to the Vault server.

    ldap VaultLdapAuth (Optional)

    Ldap authenticates with Vault by passing username/password pair using the LDAP authentication method

    jwt VaultJwtAuth (Optional)

    Jwt authenticates with Vault by passing role and JWT token using the JWT/OIDC authentication method

    cert VaultCertAuth (Optional)

    Cert authenticates with TLS Certificates by passing client certificate, private key and ca certificate Cert authentication method

    iam VaultIamAuth (Optional)

    Iam authenticates with vault by passing a special AWS request signed with AWS IAM credentials AWS IAM authentication method

    userPass VaultUserPassAuth (Optional)

    UserPass authenticates with Vault by passing username/password pair

    VaultAwsAuth

    VaultAwsAuth tells the controller how to do authentication with aws. Only one of secretRef or jwt can be specified. if none is specified the controller will try to load credentials from its own service account assuming it is IRSA enabled.

    VaultAwsAuthSecretRef VaultAwsJWTAuth
    Field Description
    secretRef
    (Optional)
    jwt
    (Optional)

    VaultAwsAuthSecretRef

    (Appears on: VaultAwsAuth, VaultIamAuth)

    VaultAWSAuthSecretRef holds secret references for AWS credentials both AccessKeyID and SecretAccessKey must be defined in order to properly authenticate.

    External Secrets meta/v1.SecretKeySelector External Secrets meta/v1.SecretKeySelector
    Field Description
    accessKeyIDSecretRef
    (Optional)

    The AccessKeyID is used for authentication

    secretAccessKeySecretRef
    (Optional)

    The SecretAccessKey is used for authentication

    sessionTokenSecretRef External Secrets meta/v1.SecretKeySelector (Optional)

    The SessionToken used for authentication This must be defined if AccessKeyID and SecretAccessKey are temporary credentials see: https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_use-resources.html

    VaultAwsJWTAuth

    (Appears on: VaultAwsAuth, VaultIamAuth)

    VaultAwsJWTAuth Authenticate against AWS using service account tokens.

    External Secrets meta/v1.ServiceAccountSelector
    Field Description
    serviceAccountRef
    (Optional)

    VaultCertAuth

    (Appears on: VaultAuth)

    VaultCertAuth authenticates with Vault using the JWT/OIDC authentication method, with the role name and token stored in a Kubernetes Secret resource.

    External Secrets meta/v1.SecretKeySelector External Secrets meta/v1.SecretKeySelector
    Field Description
    clientCert
    (Optional)

    ClientCert is a certificate to authenticate using the Cert Vault authentication method

    secretRef
    (Optional)

    SecretRef to a key in a Secret resource containing client private key to authenticate with Vault using the Cert authentication method

    VaultCheckAndSet

    (Appears on: VaultProvider)

    VaultCheckAndSet defines the Check-And-Set (CAS) settings for Vault KV v2 PushSecret operations.

    bool
    Field Description
    required
    (Optional)

    Required when true, all write operations must include a check-and-set parameter. This helps prevent unintentional overwrites of secrets.

    VaultClientTLS

    (Appears on: VaultProvider)

    VaultClientTLS is the configuration used for client side related TLS communication, when the Vault server requires mutual authentication.

    External Secrets meta/v1.SecretKeySelector External Secrets meta/v1.SecretKeySelector
    Field Description
    certSecretRef
    (Optional)

    CertSecretRef is a certificate added to the transport layer when communicating with the Vault server. If no key for the Secret is specified, external-secret will default to ‘tls.crt’.

    keySecretRef
    (Optional)

    KeySecretRef to a key in a Secret resource containing client private key added to the transport layer when communicating with the Vault server. If no key for the Secret is specified, external-secret will default to ‘tls.key’.

    VaultIamAuth

    (Appears on: VaultAuth)

    VaultIamAuth authenticates with Vault using the Vault’s AWS IAM authentication method. Refer: https://developer.hashicorp.com/vault/docs/auth/aws

    When JWTAuth and SecretRef are not specified, the provider will use the controller pod’s identity to authenticate with AWS. This supports both IRSA and EKS Pod Identity.

    string string
    Field Description
    path
    (Optional)

    Path where the AWS auth method is enabled in Vault, e.g: “aws”

    region
    (Optional)

    AWS region

    role string (Optional)

    This is the AWS role to be assumed before talking to vault

    vaultRole string

    Vault Role. In vault, a role describes an identity with a set of permissions, groups, or policies you want to attach a user of the secrets engine

    externalID string

    AWS External ID set on assumed IAM roles

    vaultAwsIamServerID string (Optional)

    X-Vault-AWS-IAM-Server-ID is an additional header used by Vault IAM auth method to mitigate against different types of replay attacks. More details here: https://developer.hashicorp.com/vault/docs/auth/aws

    secretRef VaultAwsAuthSecretRef (Optional)

    Specify credentials in a Secret object

    jwt VaultAwsJWTAuth (Optional)

    Specify a service account with IRSA enabled

    VaultJwtAuth

    (Appears on: VaultAuth)

    VaultJwtAuth authenticates with Vault using the JWT/OIDC authentication method, with the role name and a token stored in a Kubernetes Secret resource or a Kubernetes service account token retrieved via TokenRequest.

    string string
    Field Description
    path

    Path where the JWT authentication backend is mounted in Vault, e.g: “jwt”

    role
    (Optional)

    Role is a JWT role to authenticate using the JWT/OIDC Vault authentication method

    secretRef External Secrets meta/v1.SecretKeySelector (Optional)

    Optional SecretRef that refers to a key in a Secret resource containing JWT token to authenticate with Vault using the JWT/OIDC authentication method.

    kubernetesServiceAccountToken VaultKubernetesServiceAccountTokenAuth (Optional)

    Optional ServiceAccountToken specifies the Kubernetes service account for which to request a token for with the TokenRequest API.

    VaultKVStoreVersion (string alias)

    (Appears on: VaultProvider)

    Value Description

    "v1"

    "v2"

    VaultKubernetesAuth

    (Appears on: VaultAuth)

    Authenticate against Vault using a Kubernetes ServiceAccount token stored in a Secret.

    string External Secrets meta/v1.ServiceAccountSelector
    Field Description
    mountPath

    Path where the Kubernetes authentication backend is mounted in Vault, e.g: “kubernetes”

    serviceAccountRef
    (Optional)

    Optional service account field containing the name of a kubernetes ServiceAccount. If the service account is specified, the service account secret token JWT will be used for authenticating with Vault. If the service account selector is not supplied, the secretRef will be used instead.

    secretRef External Secrets meta/v1.SecretKeySelector (Optional)

    Optional secret field containing a Kubernetes ServiceAccount JWT used for authenticating with Vault. If a name is specified without a key, token is the default. If one is not specified, the one bound to the controller will be used.

    role string

    A required field containing the Vault Role to assume. A Role binds a Kubernetes ServiceAccount with a set of Vault policies.

    VaultKubernetesServiceAccountTokenAuth

    (Appears on: VaultJwtAuth)

    VaultKubernetesServiceAccountTokenAuth authenticates with Vault using a temporary Kubernetes service account token retrieved by the TokenRequest API.

    External Secrets meta/v1.ServiceAccountSelector []string
    Field Description
    serviceAccountRef

    Service account field containing the name of a kubernetes ServiceAccount.

    audiences
    (Optional)

    Optional audiences field that will be used to request a temporary Kubernetes service account token for the service account referenced by serviceAccountRef. Defaults to a single audience vault it not specified. Deprecated: use serviceAccountRef.Audiences instead

    expirationSeconds int64 (Optional)

    Optional expiration time in seconds that will be used to request a temporary Kubernetes service account token for the service account referenced by serviceAccountRef. Deprecated: this will be removed in the future. Defaults to 10 minutes.

    VaultLdapAuth

    (Appears on: VaultAuth)

    VaultLdapAuth authenticates with Vault using the LDAP authentication method, with the username and password stored in a Kubernetes Secret resource.

    string string
    Field Description
    path

    Path where the LDAP authentication backend is mounted in Vault, e.g: “ldap”

    username

    Username is an LDAP username used to authenticate using the LDAP Vault authentication method

    secretRef External Secrets meta/v1.SecretKeySelector (Optional)

    SecretRef to a key in a Secret resource containing password for the LDAP user used to authenticate with Vault using the LDAP authentication method

    VaultProvider

    (Appears on: SecretStoreProvider)

    Configures an store to sync secrets using a HashiCorp Vault KV backend.

    VaultAuth string
    Field Description
    auth

    Auth configures how secret-manager authenticates with the Vault server.

    server

    Server is the connection address for the Vault server, e.g: “https://vault.example.com:8200”.

    path string (Optional)

    Path is the mount path of the Vault KV backend endpoint, e.g: “secret”. The v2 KV secret engine version specific “/data” path suffix for fetching secrets from Vault is optional and will be appended if not present in specified path.

    version VaultKVStoreVersion

    Version is the Vault KV secret engine version. This can be either “v1” or “v2”. Version defaults to “v2”.

    namespace string (Optional)

    Name of the vault namespace. Namespaces is a set of features within Vault Enterprise that allows Vault environments to support Secure Multi-tenancy. e.g: “ns1”. More about namespaces can be found here https://www.vaultproject.io/docs/enterprise/namespaces

    caBundle []byte (Optional)

    PEM encoded CA bundle used to validate Vault server certificate. Only used if the Server URL is using HTTPS protocol. This parameter is ignored for plain HTTP protocol connection. If not set the system root certificates are used to validate the TLS connection.

    tls VaultClientTLS (Optional)

    The configuration used for client side related TLS communication, when the Vault server requires mutual authentication. Only used if the Server URL is using HTTPS protocol. This parameter is ignored for plain HTTP protocol connection. It’s worth noting this configuration is different from the “TLS certificates auth method”, which is available under the auth.cert section.

    caProvider CAProvider (Optional)

    The provider for the CA bundle to use to validate Vault server certificate.

    readYourWrites bool (Optional)

    ReadYourWrites ensures isolated read-after-write semantics by providing discovered cluster replication states in each request. More information about eventual consistency in Vault can be found here https://www.vaultproject.io/docs/enterprise/consistency

    forwardInconsistent bool (Optional)

    ForwardInconsistent tells Vault to forward read-after-write requests to the Vault leader instead of simply retrying within a loop. This can increase performance if the option is enabled serverside. https://www.vaultproject.io/docs/configuration/replication#allow_forwarding_via_header

    headers map[string]string (Optional)

    Headers to be added in Vault request

    checkAndSet VaultCheckAndSet (Optional)

    CheckAndSet defines the Check-And-Set (CAS) settings for PushSecret operations. Only applies to Vault KV v2 stores. When enabled, write operations must include the current version of the secret to prevent unintentional overwrites.

    VaultUserPassAuth

    (Appears on: VaultAuth)

    VaultUserPassAuth authenticates with Vault using UserPass authentication method, with the username and password stored in a Kubernetes Secret resource.

    string string
    Field Description
    path

    Path where the UserPassword authentication backend is mounted in Vault, e.g: “userpass”

    username

    Username is a username used to authenticate using the UserPass Vault authentication method

    secretRef External Secrets meta/v1.SecretKeySelector (Optional)

    SecretRef to a key in a Secret resource containing password for the user used to authenticate with Vault using the UserPass authentication method

    VolcengineAuth

    (Appears on: VolcengineProvider)

    VolcengineAuth defines the authentication method for the Volcengine provider. Only one of the fields should be set.

    VolcengineAuthSecretRef
    Field Description
    secretRef
    (Optional)

    SecretRef defines the static credentials to use for authentication. If not set, IRSA is used.

    VolcengineAuthSecretRef

    (Appears on: VolcengineAuth)

    VolcengineAuthSecretRef defines the secret reference for static credentials.

    External Secrets meta/v1.SecretKeySelector External Secrets meta/v1.SecretKeySelector
    Field Description
    accessKeyID

    AccessKeyID is the reference to the secret containing the Access Key ID.

    secretAccessKey

    SecretAccessKey is the reference to the secret containing the Secret Access Key.

    token External Secrets meta/v1.SecretKeySelector (Optional)

    Token is the reference to the secret containing the STS(Security Token Service) Token.

    VolcengineProvider

    (Appears on: SecretStoreProvider)

    VolcengineProvider defines the configuration for the Volcengine provider.

    string VolcengineAuth
    Field Description
    region

    Region specifies the Volcengine region to connect to.

    auth
    (Optional)

    Auth defines the authentication method to use. If not specified, the provider will try to use IRSA (IAM Role for Service Account).

    WebhookCAProvider

    (Appears on: WebhookProvider)

    Defines a location to fetch the cert for the webhook provider from.

    WebhookCAProviderType string
    Field Description
    type

    The type of provider to use such as “Secret”, or “ConfigMap”.

    name

    The name of the object located at the provider type.

    key string

    The key where the CA certificate can be found in the Secret or ConfigMap.

    namespace string (Optional)

    The namespace the Provider type is in.

    WebhookCAProviderType (string alias)

    (Appears on: WebhookCAProvider)

    Value Description

    "ConfigMap"

    "Secret"

    WebhookProvider

    (Appears on: SecretStoreProvider)

    WebHookProvider Configures an store to sync secrets from simple web apis.

    string string
    Field Description
    method

    Webhook Method

    url

    Webhook url to call

    headers map[string]string (Optional)

    Headers

    auth AuthorizationProtocol (Optional)

    Auth specifies a authorization protocol. Only one protocol may be set.

    body string (Optional)

    Body

    timeout Kubernetes meta/v1.Duration (Optional)

    Timeout

    result WebhookResult

    Result formatting

    secrets []WebhookSecret (Optional)

    Secrets to fill in templates These secrets will be passed to the templating function as key value pairs under the given name

    caBundle []byte (Optional)

    PEM encoded CA bundle used to validate webhook server certificate. Only used if the Server URL is using HTTPS protocol. This parameter is ignored for plain HTTP protocol connection. If not set the system root certificates are used to validate the TLS connection.

    caProvider WebhookCAProvider (Optional)

    The provider for the CA bundle to use to validate webhook server certificate.

    WebhookResult

    (Appears on: WebhookProvider)

    string
    Field Description
    jsonPath
    (Optional)

    Json path of return value

    WebhookSecret

    (Appears on: WebhookProvider)

    string External Secrets meta/v1.SecretKeySelector
    Field Description
    name

    Name of this secret in templates

    secretRef

    Secret ref to fill in credentials

    YandexAuth

    (Appears on: YandexCertificateManagerProvider, YandexLockboxProvider)

    External Secrets meta/v1.SecretKeySelector
    Field Description
    authorizedKeySecretRef
    (Optional)

    The authorized key used for authentication

    YandexCAProvider

    (Appears on: YandexCertificateManagerProvider, YandexLockboxProvider)

    External Secrets meta/v1.SecretKeySelector
    Field Description
    certSecretRef

    YandexCertificateManagerProvider

    (Appears on: SecretStoreProvider)

    YandexCertificateManagerProvider Configures a store to sync secrets using the Yandex Certificate Manager provider.

    string YandexAuth
    Field Description
    apiEndpoint
    (Optional)

    Yandex.Cloud API endpoint (e.g. ‘api.cloud.yandex.net:443’)

    auth

    Auth defines the information necessary to authenticate against Yandex.Cloud

    caProvider YandexCAProvider (Optional)

    The provider for the CA bundle to use to validate Yandex.Cloud server certificate.

    fetching FetchingPolicy (Optional)

    FetchingPolicy configures the provider to interpret the data.secretKey.remoteRef.key field in ExternalSecret as certificate ID or certificate name

    YandexLockboxProvider

    (Appears on: SecretStoreProvider)

    YandexLockboxProvider Configures a store to sync secrets using the Yandex Lockbox provider.

    string YandexAuth
    Field Description
    apiEndpoint
    (Optional)

    Yandex.Cloud API endpoint (e.g. ‘api.cloud.yandex.net:443’)

    auth

    Auth defines the information necessary to authenticate against Yandex.Cloud

    caProvider YandexCAProvider (Optional)

    The provider for the CA bundle to use to validate Yandex.Cloud server certificate.

    fetching FetchingPolicy (Optional)

    FetchingPolicy configures the provider to interpret the data.secretKey.remoteRef.key field in ExternalSecret as secret ID or secret name


    Generated with gen-crd-api-reference-docs.