Skip to content

Commit aa05e21

Browse files
committed
fix authentication class secret clashes
1 parent 4e8a2d9 commit aa05e21

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

tests/templates/kuttl/cluster-sync-cs-bug/20-install-nifi.yaml.j2

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
apiVersion: authentication.stackable.tech/v1alpha1
33
kind: AuthenticationClass
44
metadata:
5-
name: nifi-users
5+
name: nifi-user-credentials
66
spec:
77
provider:
88
static:
@@ -176,7 +176,7 @@ spec:
176176
pullPolicy: IfNotPresent
177177
clusterConfig:
178178
authentication:
179-
- authenticationClass: nifi-users
179+
- authenticationClass: nifi-user-credentials
180180
sensitiveProperties:
181181
keySecret: nifi-sensitive-property-key
182182
nodes:

tests/templates/kuttl/custom-components-git-sync/30_install-nifi.yaml.j2

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
apiVersion: authentication.stackable.tech/v1alpha1
33
kind: AuthenticationClass
44
metadata:
5-
name: nifi-users
5+
name: nifi-user-credentials
66
spec:
77
provider:
88
static:
@@ -42,7 +42,7 @@ spec:
4242
clusterConfig:
4343
zookeeperConfigMapName: test-nifi-znode
4444
authentication:
45-
- authenticationClass: nifi-users
45+
- authenticationClass: nifi-user-credentials
4646
sensitiveProperties:
4747
keySecret: nifi-sensitive-property-key
4848
autoGenerate: true

0 commit comments

Comments
 (0)