Skip to content

Commit 580064f

Browse files
committed
Changing auth to mTLS
1 parent a599779 commit 580064f

File tree

3 files changed

+3
-9
lines changed

3 files changed

+3
-9
lines changed

incubator/argo-cd/environments/base/confluent/control-centre.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,7 @@ spec:
2828
kafka:
2929
bootstrapEndpoint: kafka:9071
3030
authentication:
31-
type: plain
32-
jaasConfig:
33-
secretRef: credential
31+
type: mtls
3432
tls:
3533
enabled: true
3634
mds:

incubator/argo-cd/environments/base/confluent/kafka.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,7 @@ spec:
3838
listeners:
3939
internal:
4040
authentication:
41-
type: plain
42-
jaasConfigPassThrough:
43-
secretRef: credential
41+
type: mtls
4442
tls:
4543
enabled: true
4644
external:

incubator/argo-cd/environments/base/confluent/zookeeper.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,4 @@ spec:
1212
tls:
1313
autoGeneratedCerts: true
1414
authentication:
15-
type: digest
16-
jaasConfig:
17-
secretRef: credential
15+
type: mtls

0 commit comments

Comments
 (0)