File tree Expand file tree Collapse file tree
custom-components-git-sync Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22apiVersion: authentication.stackable.tech/v1alpha1
33kind: AuthenticationClass
44metadata:
5- name: nifi-users
5+ name: nifi-user-credentials
66spec:
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:
Original file line number Diff line number Diff line change 22apiVersion: authentication.stackable.tech/v1alpha1
33kind: AuthenticationClass
44metadata:
5- name: nifi-users
5+ name: nifi-user-credentials
66spec:
77 provider:
88 static:
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
You can’t perform that action at this time.
0 commit comments