|
@@ -1234,6 +1234,11 @@ spec:
|
|
|
type: string
|
|
type: string
|
|
|
principalType:
|
|
principalType:
|
|
|
description: 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.
|
|
description: 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.
|
|
|
|
|
+ enum:
|
|
|
|
|
+ - ""
|
|
|
|
|
+ - UserPrincipal
|
|
|
|
|
+ - InstancePrincipal
|
|
|
|
|
+ - Workload
|
|
|
type: string
|
|
type: string
|
|
|
region:
|
|
region:
|
|
|
description: Region is the region where vault is located.
|
|
description: Region is the region where vault is located.
|
|
@@ -2789,6 +2794,11 @@ spec:
|
|
|
type: string
|
|
type: string
|
|
|
principalType:
|
|
principalType:
|
|
|
description: 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.
|
|
description: 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.
|
|
|
|
|
+ enum:
|
|
|
|
|
+ - ""
|
|
|
|
|
+ - UserPrincipal
|
|
|
|
|
+ - InstancePrincipal
|
|
|
|
|
+ - Workload
|
|
|
type: string
|
|
type: string
|
|
|
region:
|
|
region:
|
|
|
description: Region is the region where vault is located.
|
|
description: Region is the region where vault is located.
|
|
@@ -5168,6 +5178,11 @@ spec:
|
|
|
type: string
|
|
type: string
|
|
|
principalType:
|
|
principalType:
|
|
|
description: 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.
|
|
description: 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.
|
|
|
|
|
+ enum:
|
|
|
|
|
+ - ""
|
|
|
|
|
+ - UserPrincipal
|
|
|
|
|
+ - InstancePrincipal
|
|
|
|
|
+ - Workload
|
|
|
type: string
|
|
type: string
|
|
|
region:
|
|
region:
|
|
|
description: Region is the region where vault is located.
|
|
description: Region is the region where vault is located.
|
|
@@ -6723,6 +6738,11 @@ spec:
|
|
|
type: string
|
|
type: string
|
|
|
principalType:
|
|
principalType:
|
|
|
description: 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.
|
|
description: 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.
|
|
|
|
|
+ enum:
|
|
|
|
|
+ - ""
|
|
|
|
|
+ - UserPrincipal
|
|
|
|
|
+ - InstancePrincipal
|
|
|
|
|
+ - Workload
|
|
|
type: string
|
|
type: string
|
|
|
region:
|
|
region:
|
|
|
description: Region is the region where vault is located.
|
|
description: Region is the region where vault is located.
|
|
@@ -8406,6 +8426,9 @@ spec:
|
|
|
resultType:
|
|
resultType:
|
|
|
default: Data
|
|
default: Data
|
|
|
description: Result type defines which data is returned from the generator. By default it is the "data" section of the Vault API response. When using e.g. /auth/token/create the "data" section is empty but the "auth" section contains the generated token. Please refer to the vault docs regarding the result data structure.
|
|
description: Result type defines which data is returned from the generator. By default it is the "data" section of the Vault API response. When using e.g. /auth/token/create the "data" section is empty but the "auth" section contains the generated token. Please refer to the vault docs regarding the result data structure.
|
|
|
|
|
+ enum:
|
|
|
|
|
+ - Data
|
|
|
|
|
+ - Auth
|
|
|
type: string
|
|
type: string
|
|
|
required:
|
|
required:
|
|
|
- path
|
|
- path
|