Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions LICENSES
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ github.com/go418/concurrentcache,Apache-2.0
github.com/go418/concurrentcache/logger,Apache-2.0
github.com/gogo/protobuf,BSD-3-Clause
github.com/golang-jwt/jwt/v4,MIT
github.com/golang-jwt/jwt/v5,MIT
github.com/google/btree,Apache-2.0
github.com/google/cel-go,Apache-2.0
github.com/google/cel-go,BSD-3-Clause
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.18.0
controller-gen.kubebuilder.io/version: v0.19.0
name: venaficonnections.jetstack.io
spec:
group: jetstack.io
Expand Down Expand Up @@ -261,7 +261,7 @@ spec:
type: string
url:
description: |-
The URL to connect to the Venafi TPP instance. The two URLs
The URL to connect to the Certificate Manager, Self-Hosted instance. The two URLs
https://tpp.example.com and https://tpp.example.com/vedsdk are
equivalent. The ending `/vedsdk` is optional and is stripped out
by our client.
Expand All @@ -273,13 +273,13 @@ spec:
type: object
vcpOAuth:
description: |-
VCPOAuth is a SecretSource step that authenticates to the Venafi Control
Plane. This step is meant to be the last step and requires a prior step
VCPOAuth is a SecretSource step that authenticates to the
Certificate Manager, SaaS. This step is meant to be the last step and requires a prior step
that outputs a JWT token.
properties:
tenantID:
description: TenantID is the tenant ID used to authenticate
with VCP.
with Certificate Manager, SaaS.
type: string
type: object
type: object
Expand All @@ -293,7 +293,8 @@ spec:
type: array
x-kubernetes-list-type: atomic
url:
description: The URL to connect to the Venafi Firefly instance.
description: The URL to connect to the Workload Identity Manager
instance.
type: string
required:
- url
Expand Down Expand Up @@ -463,7 +464,7 @@ spec:
type: string
url:
description: |-
The URL to connect to the Venafi TPP instance. The two URLs
The URL to connect to the Certificate Manager, Self-Hosted instance. The two URLs
https://tpp.example.com and https://tpp.example.com/vedsdk are
equivalent. The ending `/vedsdk` is optional and is stripped out
by our client.
Expand All @@ -475,13 +476,13 @@ spec:
type: object
vcpOAuth:
description: |-
VCPOAuth is a SecretSource step that authenticates to the Venafi Control
Plane. This step is meant to be the last step and requires a prior step
VCPOAuth is a SecretSource step that authenticates to the
Certificate Manager, SaaS. This step is meant to be the last step and requires a prior step
that outputs a JWT token.
properties:
tenantID:
description: TenantID is the tenant ID used to authenticate
with VCP.
with Certificate Manager, SaaS.
type: string
type: object
type: object
Expand All @@ -496,7 +497,7 @@ spec:
x-kubernetes-list-type: atomic
url:
description: |-
The URL to connect to the Venafi TPP instance. The two URLs
The URL to connect to the Certificate Manager Self-Hosted instance. The two URLs
https://tpp.example.com and https://tpp.example.com/vedsdk are
equivalent. The ending `/vedsdk` is optional and is stripped out by
venafi-connection-lib.
Expand All @@ -511,7 +512,7 @@ spec:
accessToken:
description: |-
The list of steps to retrieve the Access Token that will be used to connect
to VCP.
to Certificate Manager, SaaS.
items:
properties:
hashicorpVaultLDAP:
Expand Down Expand Up @@ -673,7 +674,7 @@ spec:
type: string
url:
description: |-
The URL to connect to the Venafi TPP instance. The two URLs
The URL to connect to the Certificate Manager, Self-Hosted instance. The two URLs
https://tpp.example.com and https://tpp.example.com/vedsdk are
equivalent. The ending `/vedsdk` is optional and is stripped out
by our client.
Expand All @@ -685,13 +686,13 @@ spec:
type: object
vcpOAuth:
description: |-
VCPOAuth is a SecretSource step that authenticates to the Venafi Control
Plane. This step is meant to be the last step and requires a prior step
VCPOAuth is a SecretSource step that authenticates to the
Certificate Manager, SaaS. This step is meant to be the last step and requires a prior step
that outputs a JWT token.
properties:
tenantID:
description: TenantID is the tenant ID used to authenticate
with VCP.
with Certificate Manager, SaaS.
type: string
type: object
type: object
Expand All @@ -707,7 +708,7 @@ spec:
apiKey:
description: |-
The list of steps to retrieve the API key that will be used to connect to
VCP.
Certificate Manager, SaaS.
items:
properties:
hashicorpVaultLDAP:
Expand Down Expand Up @@ -869,7 +870,7 @@ spec:
type: string
url:
description: |-
The URL to connect to the Venafi TPP instance. The two URLs
The URL to connect to the Certificate Manager, Self-Hosted instance. The two URLs
https://tpp.example.com and https://tpp.example.com/vedsdk are
equivalent. The ending `/vedsdk` is optional and is stripped out
by our client.
Expand All @@ -881,13 +882,13 @@ spec:
type: object
vcpOAuth:
description: |-
VCPOAuth is a SecretSource step that authenticates to the Venafi Control
Plane. This step is meant to be the last step and requires a prior step
VCPOAuth is a SecretSource step that authenticates to the
Certificate Manager, SaaS. This step is meant to be the last step and requires a prior step
that outputs a JWT token.
properties:
tenantID:
description: TenantID is the tenant ID used to authenticate
with VCP.
with Certificate Manager, SaaS.
type: string
type: object
type: object
Expand All @@ -902,7 +903,7 @@ spec:
x-kubernetes-list-type: atomic
url:
description: |-
The URL to connect to the Venafi VCP instance. If not set, the default
The URL to connect to the Certificate Manager, SaaS instance. If not set, the default
value https://api.venafi.cloud is used.
type: string
type: object
Expand All @@ -916,7 +917,7 @@ spec:
accessToken:
description: |-
The list of steps to retrieve the Access Token that will be used to connect
to VCP.
to Certificate Manager, SaaS.
items:
properties:
hashicorpVaultLDAP:
Expand Down Expand Up @@ -1078,7 +1079,7 @@ spec:
type: string
url:
description: |-
The URL to connect to the Venafi TPP instance. The two URLs
The URL to connect to the Certificate Manager, Self-Hosted instance. The two URLs
https://tpp.example.com and https://tpp.example.com/vedsdk are
equivalent. The ending `/vedsdk` is optional and is stripped out
by our client.
Expand All @@ -1090,13 +1091,13 @@ spec:
type: object
vcpOAuth:
description: |-
VCPOAuth is a SecretSource step that authenticates to the Venafi Control
Plane. This step is meant to be the last step and requires a prior step
VCPOAuth is a SecretSource step that authenticates to the
Certificate Manager, SaaS. This step is meant to be the last step and requires a prior step
that outputs a JWT token.
properties:
tenantID:
description: TenantID is the tenant ID used to authenticate
with VCP.
with Certificate Manager, SaaS.
type: string
type: object
type: object
Expand All @@ -1112,7 +1113,7 @@ spec:
apiKey:
description: |-
The list of steps to retrieve the API key that will be used to connect to
VCP.
Certificate Manager, SaaS.
items:
properties:
hashicorpVaultLDAP:
Expand Down Expand Up @@ -1274,7 +1275,7 @@ spec:
type: string
url:
description: |-
The URL to connect to the Venafi TPP instance. The two URLs
The URL to connect to the Certificate Manager, Self-Hosted instance. The two URLs
https://tpp.example.com and https://tpp.example.com/vedsdk are
equivalent. The ending `/vedsdk` is optional and is stripped out
by our client.
Expand All @@ -1286,13 +1287,13 @@ spec:
type: object
vcpOAuth:
description: |-
VCPOAuth is a SecretSource step that authenticates to the Venafi Control
Plane. This step is meant to be the last step and requires a prior step
VCPOAuth is a SecretSource step that authenticates to the
Certificate Manager, SaaS. This step is meant to be the last step and requires a prior step
that outputs a JWT token.
properties:
tenantID:
description: TenantID is the tenant ID used to authenticate
with VCP.
with Certificate Manager, SaaS.
type: string
type: object
type: object
Expand All @@ -1307,7 +1308,7 @@ spec:
x-kubernetes-list-type: atomic
url:
description: |-
The URL to connect to the Venafi VCP instance. If not set, the default
The URL to connect to the Certificate Manager, SaaS instance. If not set, the default
value https://api.venafi.cloud is used.
type: string
type: object
Expand Down Expand Up @@ -1367,8 +1368,8 @@ spec:
type: string
tokenValidUntil:
description: |-
The ValidUntil time of the token used to authenticate with the Venafi
Control Plane server.
The ValidUntil time of the token used to authenticate with the
Certificate Manager, SaaS.
format: date-time
type: string
type:
Expand Down
Loading