|
|
@@ -4333,15 +4333,18 @@ spec:
|
|
|
description: Conjur configures this store to sync secrets using conjur provider
|
|
|
properties:
|
|
|
auth:
|
|
|
+ description: Defines authentication settings for connecting to Conjur.
|
|
|
properties:
|
|
|
apikey:
|
|
|
+ description: Authenticates with Conjur using an API key.
|
|
|
properties:
|
|
|
account:
|
|
|
+ description: Account is the Conjur organization account name.
|
|
|
type: string
|
|
|
apiKeyRef:
|
|
|
description: |-
|
|
|
- A reference to a specific 'key' within a Secret resource.
|
|
|
- In some instances, `key` is a required field.
|
|
|
+ A reference to a specific 'key' containing the Conjur API key
|
|
|
+ within a Secret resource. In some instances, `key` is a required field.
|
|
|
properties:
|
|
|
key:
|
|
|
description: |-
|
|
|
@@ -4368,8 +4371,8 @@ spec:
|
|
|
type: object
|
|
|
userRef:
|
|
|
description: |-
|
|
|
- A reference to a specific 'key' within a Secret resource.
|
|
|
- In some instances, `key` is a required field.
|
|
|
+ A reference to a specific 'key' containing the Conjur username
|
|
|
+ within a Secret resource. In some instances, `key` is a required field.
|
|
|
properties:
|
|
|
key:
|
|
|
description: |-
|
|
|
@@ -4400,8 +4403,10 @@ spec:
|
|
|
- userRef
|
|
|
type: object
|
|
|
jwt:
|
|
|
+ description: Jwt enables JWT authentication using Kubernetes service account tokens.
|
|
|
properties:
|
|
|
account:
|
|
|
+ description: Account is the Conjur organization account name.
|
|
|
type: string
|
|
|
hostId:
|
|
|
description: |-
|
|
|
@@ -4475,6 +4480,7 @@ spec:
|
|
|
type: object
|
|
|
type: object
|
|
|
caBundle:
|
|
|
+ description: CABundle is a PEM encoded CA bundle that will be used to validate the Conjur server certificate.
|
|
|
type: string
|
|
|
caProvider:
|
|
|
description: |-
|
|
|
@@ -4513,6 +4519,7 @@ spec:
|
|
|
- type
|
|
|
type: object
|
|
|
url:
|
|
|
+ description: URL is the endpoint of the Conjur instance.
|
|
|
type: string
|
|
|
required:
|
|
|
- auth
|
|
|
@@ -11657,15 +11664,18 @@ spec:
|
|
|
description: Conjur configures this store to sync secrets using conjur provider
|
|
|
properties:
|
|
|
auth:
|
|
|
+ description: Defines authentication settings for connecting to Conjur.
|
|
|
properties:
|
|
|
apikey:
|
|
|
+ description: Authenticates with Conjur using an API key.
|
|
|
properties:
|
|
|
account:
|
|
|
+ description: Account is the Conjur organization account name.
|
|
|
type: string
|
|
|
apiKeyRef:
|
|
|
description: |-
|
|
|
- A reference to a specific 'key' within a Secret resource.
|
|
|
- In some instances, `key` is a required field.
|
|
|
+ A reference to a specific 'key' containing the Conjur API key
|
|
|
+ within a Secret resource. In some instances, `key` is a required field.
|
|
|
properties:
|
|
|
key:
|
|
|
description: |-
|
|
|
@@ -11692,8 +11702,8 @@ spec:
|
|
|
type: object
|
|
|
userRef:
|
|
|
description: |-
|
|
|
- A reference to a specific 'key' within a Secret resource.
|
|
|
- In some instances, `key` is a required field.
|
|
|
+ A reference to a specific 'key' containing the Conjur username
|
|
|
+ within a Secret resource. In some instances, `key` is a required field.
|
|
|
properties:
|
|
|
key:
|
|
|
description: |-
|
|
|
@@ -11724,8 +11734,10 @@ spec:
|
|
|
- userRef
|
|
|
type: object
|
|
|
jwt:
|
|
|
+ description: Jwt enables JWT authentication using Kubernetes service account tokens.
|
|
|
properties:
|
|
|
account:
|
|
|
+ description: Account is the Conjur organization account name.
|
|
|
type: string
|
|
|
hostId:
|
|
|
description: |-
|
|
|
@@ -11799,6 +11811,7 @@ spec:
|
|
|
type: object
|
|
|
type: object
|
|
|
caBundle:
|
|
|
+ description: CABundle is a PEM encoded CA bundle that will be used to validate the Conjur server certificate.
|
|
|
type: string
|
|
|
caProvider:
|
|
|
description: |-
|
|
|
@@ -11837,6 +11850,7 @@ spec:
|
|
|
- type
|
|
|
type: object
|
|
|
url:
|
|
|
+ description: URL is the endpoint of the Conjur instance.
|
|
|
type: string
|
|
|
required:
|
|
|
- auth
|