|
@@ -2014,6 +2014,39 @@ should match snapshot of default values:
|
|
|
auth:
|
|
auth:
|
|
|
description: Auth configures how the Operator authenticates with the Infisical API
|
|
description: Auth configures how the Operator authenticates with the Infisical API
|
|
|
properties:
|
|
properties:
|
|
|
|
|
+ awsAuthCredentials:
|
|
|
|
|
+ properties:
|
|
|
|
|
+ identityId:
|
|
|
|
|
+ description: |-
|
|
|
|
|
+ A reference to a specific 'key' within a Secret resource.
|
|
|
|
|
+ In some instances, `key` is a required field.
|
|
|
|
|
+ properties:
|
|
|
|
|
+ key:
|
|
|
|
|
+ description: |-
|
|
|
|
|
+ A key in the referenced Secret.
|
|
|
|
|
+ Some instances of this field may be defaulted, in others it may be required.
|
|
|
|
|
+ maxLength: 253
|
|
|
|
|
+ minLength: 1
|
|
|
|
|
+ pattern: ^[-._a-zA-Z0-9]+$
|
|
|
|
|
+ type: string
|
|
|
|
|
+ name:
|
|
|
|
|
+ description: The name of the Secret resource being referred to.
|
|
|
|
|
+ maxLength: 253
|
|
|
|
|
+ minLength: 1
|
|
|
|
|
+ pattern: ^[a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*$
|
|
|
|
|
+ type: string
|
|
|
|
|
+ namespace:
|
|
|
|
|
+ description: |-
|
|
|
|
|
+ The namespace of the Secret resource being referred to.
|
|
|
|
|
+ Ignored if referent is not cluster-scoped, otherwise defaults to the namespace of the referent.
|
|
|
|
|
+ maxLength: 63
|
|
|
|
|
+ minLength: 1
|
|
|
|
|
+ pattern: ^[a-z0-9]([-a-z0-9]*[a-z0-9])?$
|
|
|
|
|
+ type: string
|
|
|
|
|
+ type: object
|
|
|
|
|
+ required:
|
|
|
|
|
+ - identityId
|
|
|
|
|
+ type: object
|
|
|
azureAuthCredentials:
|
|
azureAuthCredentials:
|
|
|
properties:
|
|
properties:
|
|
|
identityId:
|
|
identityId:
|
|
@@ -2232,6 +2265,67 @@ should match snapshot of default values:
|
|
|
- identityId
|
|
- identityId
|
|
|
- jwt
|
|
- jwt
|
|
|
type: object
|
|
type: object
|
|
|
|
|
+ kubernetesAuthCredentials:
|
|
|
|
|
+ properties:
|
|
|
|
|
+ identityId:
|
|
|
|
|
+ description: |-
|
|
|
|
|
+ A reference to a specific 'key' within a Secret resource.
|
|
|
|
|
+ In some instances, `key` is a required field.
|
|
|
|
|
+ properties:
|
|
|
|
|
+ key:
|
|
|
|
|
+ description: |-
|
|
|
|
|
+ A key in the referenced Secret.
|
|
|
|
|
+ Some instances of this field may be defaulted, in others it may be required.
|
|
|
|
|
+ maxLength: 253
|
|
|
|
|
+ minLength: 1
|
|
|
|
|
+ pattern: ^[-._a-zA-Z0-9]+$
|
|
|
|
|
+ type: string
|
|
|
|
|
+ name:
|
|
|
|
|
+ description: The name of the Secret resource being referred to.
|
|
|
|
|
+ maxLength: 253
|
|
|
|
|
+ minLength: 1
|
|
|
|
|
+ pattern: ^[a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*$
|
|
|
|
|
+ type: string
|
|
|
|
|
+ namespace:
|
|
|
|
|
+ description: |-
|
|
|
|
|
+ The namespace of the Secret resource being referred to.
|
|
|
|
|
+ Ignored if referent is not cluster-scoped, otherwise defaults to the namespace of the referent.
|
|
|
|
|
+ maxLength: 63
|
|
|
|
|
+ minLength: 1
|
|
|
|
|
+ pattern: ^[a-z0-9]([-a-z0-9]*[a-z0-9])?$
|
|
|
|
|
+ type: string
|
|
|
|
|
+ type: object
|
|
|
|
|
+ serviceAccountTokenPath:
|
|
|
|
|
+ description: |-
|
|
|
|
|
+ A reference to a specific 'key' within a Secret resource.
|
|
|
|
|
+ In some instances, `key` is a required field.
|
|
|
|
|
+ properties:
|
|
|
|
|
+ key:
|
|
|
|
|
+ description: |-
|
|
|
|
|
+ A key in the referenced Secret.
|
|
|
|
|
+ Some instances of this field may be defaulted, in others it may be required.
|
|
|
|
|
+ maxLength: 253
|
|
|
|
|
+ minLength: 1
|
|
|
|
|
+ pattern: ^[-._a-zA-Z0-9]+$
|
|
|
|
|
+ type: string
|
|
|
|
|
+ name:
|
|
|
|
|
+ description: The name of the Secret resource being referred to.
|
|
|
|
|
+ maxLength: 253
|
|
|
|
|
+ minLength: 1
|
|
|
|
|
+ pattern: ^[a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*$
|
|
|
|
|
+ type: string
|
|
|
|
|
+ namespace:
|
|
|
|
|
+ description: |-
|
|
|
|
|
+ The namespace of the Secret resource being referred to.
|
|
|
|
|
+ Ignored if referent is not cluster-scoped, otherwise defaults to the namespace of the referent.
|
|
|
|
|
+ maxLength: 63
|
|
|
|
|
+ minLength: 1
|
|
|
|
|
+ pattern: ^[a-z0-9]([-a-z0-9]*[a-z0-9])?$
|
|
|
|
|
+ type: string
|
|
|
|
|
+ type: object
|
|
|
|
|
+ required:
|
|
|
|
|
+ - identityId
|
|
|
|
|
+ type: object
|
|
|
ldapAuthCredentials:
|
|
ldapAuthCredentials:
|
|
|
properties:
|
|
properties:
|
|
|
identityId:
|
|
identityId:
|
|
@@ -2529,6 +2623,39 @@ should match snapshot of default values:
|
|
|
- tenancyId
|
|
- tenancyId
|
|
|
- userId
|
|
- userId
|
|
|
type: object
|
|
type: object
|
|
|
|
|
+ tokenAuthCredentials:
|
|
|
|
|
+ properties:
|
|
|
|
|
+ accessToken:
|
|
|
|
|
+ description: |-
|
|
|
|
|
+ A reference to a specific 'key' within a Secret resource.
|
|
|
|
|
+ In some instances, `key` is a required field.
|
|
|
|
|
+ properties:
|
|
|
|
|
+ key:
|
|
|
|
|
+ description: |-
|
|
|
|
|
+ A key in the referenced Secret.
|
|
|
|
|
+ Some instances of this field may be defaulted, in others it may be required.
|
|
|
|
|
+ maxLength: 253
|
|
|
|
|
+ minLength: 1
|
|
|
|
|
+ pattern: ^[-._a-zA-Z0-9]+$
|
|
|
|
|
+ type: string
|
|
|
|
|
+ name:
|
|
|
|
|
+ description: The name of the Secret resource being referred to.
|
|
|
|
|
+ maxLength: 253
|
|
|
|
|
+ minLength: 1
|
|
|
|
|
+ pattern: ^[a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*$
|
|
|
|
|
+ type: string
|
|
|
|
|
+ namespace:
|
|
|
|
|
+ description: |-
|
|
|
|
|
+ The namespace of the Secret resource being referred to.
|
|
|
|
|
+ Ignored if referent is not cluster-scoped, otherwise defaults to the namespace of the referent.
|
|
|
|
|
+ maxLength: 63
|
|
|
|
|
+ minLength: 1
|
|
|
|
|
+ pattern: ^[a-z0-9]([-a-z0-9]*[a-z0-9])?$
|
|
|
|
|
+ type: string
|
|
|
|
|
+ type: object
|
|
|
|
|
+ required:
|
|
|
|
|
+ - accessToken
|
|
|
|
|
+ type: object
|
|
|
universalAuthCredentials:
|
|
universalAuthCredentials:
|
|
|
properties:
|
|
properties:
|
|
|
clientId:
|
|
clientId:
|