Skip to content

Commit 5577608

Browse files
committed
fix: trust ateapi certs in jwt clients
1 parent 31826cb commit 5577608

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

manifests/ate-install/jwt/kustomization.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ patches:
4646
- op: add
4747
path: /spec/template/spec/containers/0/args
4848
value:
49+
- --ateapi-ca-file=/run/servicedns-ca/trust-bundle.pem
4950
- --ateapi-auth=jwt
5051
- --ateapi-token-file=/run/ateapi-token/token
5152
- target:
@@ -55,6 +56,9 @@ patches:
5556
name: atenet-router
5657
namespace: ate-system
5758
patch: |-
59+
- op: add
60+
path: /spec/template/spec/containers/0/args/-
61+
value: --ateapi-ca-file=/run/servicedns-ca/trust-bundle.pem
5862
- op: add
5963
path: /spec/template/spec/containers/0/args/-
6064
value: --ateapi-auth=jwt

manifests/ate-install/kind-jwt/kustomization.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ patches:
4040
- op: add
4141
path: /spec/template/spec/containers/0/args
4242
value:
43+
- --ateapi-ca-file=/run/servicedns-ca/trust-bundle.pem
4344
- --ateapi-auth=jwt
4445
- --ateapi-token-file=/run/ateapi-token/token
4546
- target:
@@ -49,6 +50,9 @@ patches:
4950
name: atenet-router
5051
namespace: ate-system
5152
patch: |-
53+
- op: add
54+
path: /spec/template/spec/containers/0/args/-
55+
value: --ateapi-ca-file=/run/servicedns-ca/trust-bundle.pem
5256
- op: add
5357
path: /spec/template/spec/containers/0/args/-
5458
value: --ateapi-auth=jwt

0 commit comments

Comments
 (0)