X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fcps%2Ftemplates%2Fcps-kafka-user.yaml;fp=kubernetes%2Fcps%2Ftemplates%2Fcps-kafka-user.yaml;h=469dddae861aa3677a9e4ec7846c708803ea569c;hb=9f2a0a07f134c9f5346ae241bb24748068e4f6bd;hp=229e5dc2d5deb3e47a800180adc42e29bc83417a;hpb=23f5499dad42a1147b4edbd6d7b6480895d985bc;p=oom.git diff --git a/kubernetes/cps/templates/cps-kafka-user.yaml b/kubernetes/cps/templates/cps-kafka-user.yaml index 229e5dc2d5..469dddae86 100644 --- a/kubernetes/cps/templates/cps-kafka-user.yaml +++ b/kubernetes/cps/templates/cps-kafka-user.yaml @@ -1,5 +1,5 @@ {{/* -# Copyright © 2022 Nordix Foundation +# Copyright © 2022-2023 Nordix Foundation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -26,18 +26,6 @@ spec: authorization: type: simple acls: - - resource: - type: group - name: {{ .Values.config.dataUpdatedTopic.consumer.groupId }} - operation: Read - - resource: - type: topic - name: {{ .Values.config.dataUpdatedTopic.name }} - operation: Read - - resource: - type: topic - name: {{ .Values.config.dataUpdatedTopic.name }} - operation: Write - resource: type: group name: {{ .Values.config.ncmpEventsTopic.consumer.groupId }}