Skip to content

Commit 434f5a1

Browse files
make generate
Signed-off-by: Richard Wall <[email protected]>
1 parent 00b1bb6 commit 434f5a1

File tree

6 files changed

+106
-107
lines changed

6 files changed

+106
-107
lines changed

LICENSES

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ github.com/go418/concurrentcache,Apache-2.0
6161
github.com/go418/concurrentcache/logger,Apache-2.0
6262
github.com/gogo/protobuf,BSD-3-Clause
6363
github.com/golang-jwt/jwt/v4,MIT
64+
github.com/golang-jwt/jwt/v5,MIT
6465
github.com/google/btree,Apache-2.0
6566
github.com/google/cel-go,Apache-2.0
6667
github.com/google/cel-go,BSD-3-Clause

deploy/charts/venafi-kubernetes-agent/crd_bases/jetstack.io_venaficonnections.yaml

Lines changed: 36 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ apiVersion: apiextensions.k8s.io/v1
44
kind: CustomResourceDefinition
55
metadata:
66
annotations:
7-
controller-gen.kubebuilder.io/version: v0.18.0
7+
controller-gen.kubebuilder.io/version: v0.19.0
88
name: venaficonnections.jetstack.io
99
spec:
1010
group: jetstack.io
@@ -261,7 +261,7 @@ spec:
261261
type: string
262262
url:
263263
description: |-
264-
The URL to connect to the Venafi TPP instance. The two URLs
264+
The URL to connect to the Certificate Manager, Self-Hosted instance. The two URLs
265265
https://tpp.example.com and https://tpp.example.com/vedsdk are
266266
equivalent. The ending `/vedsdk` is optional and is stripped out
267267
by our client.
@@ -273,13 +273,13 @@ spec:
273273
type: object
274274
vcpOAuth:
275275
description: |-
276-
VCPOAuth is a SecretSource step that authenticates to the Venafi Control
277-
Plane. This step is meant to be the last step and requires a prior step
276+
VCPOAuth is a SecretSource step that authenticates to the
277+
Certificate Manager, SaaS. This step is meant to be the last step and requires a prior step
278278
that outputs a JWT token.
279279
properties:
280280
tenantID:
281281
description: TenantID is the tenant ID used to authenticate
282-
with VCP.
282+
with Certificate Manager, SaaS.
283283
type: string
284284
type: object
285285
type: object
@@ -293,7 +293,8 @@ spec:
293293
type: array
294294
x-kubernetes-list-type: atomic
295295
url:
296-
description: The URL to connect to the Venafi Firefly instance.
296+
description: The URL to connect to the Workload Identity Manager
297+
instance.
297298
type: string
298299
required:
299300
- url
@@ -463,7 +464,7 @@ spec:
463464
type: string
464465
url:
465466
description: |-
466-
The URL to connect to the Venafi TPP instance. The two URLs
467+
The URL to connect to the Certificate Manager, Self-Hosted instance. The two URLs
467468
https://tpp.example.com and https://tpp.example.com/vedsdk are
468469
equivalent. The ending `/vedsdk` is optional and is stripped out
469470
by our client.
@@ -475,13 +476,13 @@ spec:
475476
type: object
476477
vcpOAuth:
477478
description: |-
478-
VCPOAuth is a SecretSource step that authenticates to the Venafi Control
479-
Plane. This step is meant to be the last step and requires a prior step
479+
VCPOAuth is a SecretSource step that authenticates to the
480+
Certificate Manager, SaaS. This step is meant to be the last step and requires a prior step
480481
that outputs a JWT token.
481482
properties:
482483
tenantID:
483484
description: TenantID is the tenant ID used to authenticate
484-
with VCP.
485+
with Certificate Manager, SaaS.
485486
type: string
486487
type: object
487488
type: object
@@ -496,7 +497,7 @@ spec:
496497
x-kubernetes-list-type: atomic
497498
url:
498499
description: |-
499-
The URL to connect to the Venafi TPP instance. The two URLs
500+
The URL to connect to the Certificate Manager Self-Hosted instance. The two URLs
500501
https://tpp.example.com and https://tpp.example.com/vedsdk are
501502
equivalent. The ending `/vedsdk` is optional and is stripped out by
502503
venafi-connection-lib.
@@ -511,7 +512,7 @@ spec:
511512
accessToken:
512513
description: |-
513514
The list of steps to retrieve the Access Token that will be used to connect
514-
to VCP.
515+
to Certificate Manager, SaaS.
515516
items:
516517
properties:
517518
hashicorpVaultLDAP:
@@ -673,7 +674,7 @@ spec:
673674
type: string
674675
url:
675676
description: |-
676-
The URL to connect to the Venafi TPP instance. The two URLs
677+
The URL to connect to the Certificate Manager, Self-Hosted instance. The two URLs
677678
https://tpp.example.com and https://tpp.example.com/vedsdk are
678679
equivalent. The ending `/vedsdk` is optional and is stripped out
679680
by our client.
@@ -685,13 +686,13 @@ spec:
685686
type: object
686687
vcpOAuth:
687688
description: |-
688-
VCPOAuth is a SecretSource step that authenticates to the Venafi Control
689-
Plane. This step is meant to be the last step and requires a prior step
689+
VCPOAuth is a SecretSource step that authenticates to the
690+
Certificate Manager, SaaS. This step is meant to be the last step and requires a prior step
690691
that outputs a JWT token.
691692
properties:
692693
tenantID:
693694
description: TenantID is the tenant ID used to authenticate
694-
with VCP.
695+
with Certificate Manager, SaaS.
695696
type: string
696697
type: object
697698
type: object
@@ -707,7 +708,7 @@ spec:
707708
apiKey:
708709
description: |-
709710
The list of steps to retrieve the API key that will be used to connect to
710-
VCP.
711+
Certificate Manager, SaaS.
711712
items:
712713
properties:
713714
hashicorpVaultLDAP:
@@ -869,7 +870,7 @@ spec:
869870
type: string
870871
url:
871872
description: |-
872-
The URL to connect to the Venafi TPP instance. The two URLs
873+
The URL to connect to the Certificate Manager, Self-Hosted instance. The two URLs
873874
https://tpp.example.com and https://tpp.example.com/vedsdk are
874875
equivalent. The ending `/vedsdk` is optional and is stripped out
875876
by our client.
@@ -881,13 +882,13 @@ spec:
881882
type: object
882883
vcpOAuth:
883884
description: |-
884-
VCPOAuth is a SecretSource step that authenticates to the Venafi Control
885-
Plane. This step is meant to be the last step and requires a prior step
885+
VCPOAuth is a SecretSource step that authenticates to the
886+
Certificate Manager, SaaS. This step is meant to be the last step and requires a prior step
886887
that outputs a JWT token.
887888
properties:
888889
tenantID:
889890
description: TenantID is the tenant ID used to authenticate
890-
with VCP.
891+
with Certificate Manager, SaaS.
891892
type: string
892893
type: object
893894
type: object
@@ -902,7 +903,7 @@ spec:
902903
x-kubernetes-list-type: atomic
903904
url:
904905
description: |-
905-
The URL to connect to the Venafi VCP instance. If not set, the default
906+
The URL to connect to the Certificate Manager, SaaS instance. If not set, the default
906907
value https://api.venafi.cloud is used.
907908
type: string
908909
type: object
@@ -916,7 +917,7 @@ spec:
916917
accessToken:
917918
description: |-
918919
The list of steps to retrieve the Access Token that will be used to connect
919-
to VCP.
920+
to Certificate Manager, SaaS.
920921
items:
921922
properties:
922923
hashicorpVaultLDAP:
@@ -1078,7 +1079,7 @@ spec:
10781079
type: string
10791080
url:
10801081
description: |-
1081-
The URL to connect to the Venafi TPP instance. The two URLs
1082+
The URL to connect to the Certificate Manager, Self-Hosted instance. The two URLs
10821083
https://tpp.example.com and https://tpp.example.com/vedsdk are
10831084
equivalent. The ending `/vedsdk` is optional and is stripped out
10841085
by our client.
@@ -1090,13 +1091,13 @@ spec:
10901091
type: object
10911092
vcpOAuth:
10921093
description: |-
1093-
VCPOAuth is a SecretSource step that authenticates to the Venafi Control
1094-
Plane. This step is meant to be the last step and requires a prior step
1094+
VCPOAuth is a SecretSource step that authenticates to the
1095+
Certificate Manager, SaaS. This step is meant to be the last step and requires a prior step
10951096
that outputs a JWT token.
10961097
properties:
10971098
tenantID:
10981099
description: TenantID is the tenant ID used to authenticate
1099-
with VCP.
1100+
with Certificate Manager, SaaS.
11001101
type: string
11011102
type: object
11021103
type: object
@@ -1112,7 +1113,7 @@ spec:
11121113
apiKey:
11131114
description: |-
11141115
The list of steps to retrieve the API key that will be used to connect to
1115-
VCP.
1116+
Certificate Manager, SaaS.
11161117
items:
11171118
properties:
11181119
hashicorpVaultLDAP:
@@ -1274,7 +1275,7 @@ spec:
12741275
type: string
12751276
url:
12761277
description: |-
1277-
The URL to connect to the Venafi TPP instance. The two URLs
1278+
The URL to connect to the Certificate Manager, Self-Hosted instance. The two URLs
12781279
https://tpp.example.com and https://tpp.example.com/vedsdk are
12791280
equivalent. The ending `/vedsdk` is optional and is stripped out
12801281
by our client.
@@ -1286,13 +1287,13 @@ spec:
12861287
type: object
12871288
vcpOAuth:
12881289
description: |-
1289-
VCPOAuth is a SecretSource step that authenticates to the Venafi Control
1290-
Plane. This step is meant to be the last step and requires a prior step
1290+
VCPOAuth is a SecretSource step that authenticates to the
1291+
Certificate Manager, SaaS. This step is meant to be the last step and requires a prior step
12911292
that outputs a JWT token.
12921293
properties:
12931294
tenantID:
12941295
description: TenantID is the tenant ID used to authenticate
1295-
with VCP.
1296+
with Certificate Manager, SaaS.
12961297
type: string
12971298
type: object
12981299
type: object
@@ -1307,7 +1308,7 @@ spec:
13071308
x-kubernetes-list-type: atomic
13081309
url:
13091310
description: |-
1310-
The URL to connect to the Venafi VCP instance. If not set, the default
1311+
The URL to connect to the Certificate Manager, SaaS instance. If not set, the default
13111312
value https://api.venafi.cloud is used.
13121313
type: string
13131314
type: object
@@ -1367,8 +1368,8 @@ spec:
13671368
type: string
13681369
tokenValidUntil:
13691370
description: |-
1370-
The ValidUntil time of the token used to authenticate with the Venafi
1371-
Control Plane server.
1371+
The ValidUntil time of the token used to authenticate with the
1372+
Certificate Manager, SaaS.
13721373
format: date-time
13731374
type: string
13741375
type:

0 commit comments

Comments
 (0)