From 9d3e7b3920b3eb6bfa5734b3f78566244d8aee03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Greffier?= Date: Tue, 14 Jan 2025 14:25:30 +0100 Subject: [PATCH] Remove ns resource --- .../resources/admin/another-namespace2.yml | 147 ------------------ 1 file changed, 147 deletions(-) delete mode 100644 .docker/resources/admin/another-namespace2.yml diff --git a/.docker/resources/admin/another-namespace2.yml b/.docker/resources/admin/another-namespace2.yml deleted file mode 100644 index a26c9d36..00000000 --- a/.docker/resources/admin/another-namespace2.yml +++ /dev/null @@ -1,147 +0,0 @@ ---- -apiVersion: v1 -kind: Namespace -metadata: - name: anotherNamespace - cluster: local - labels: - contacts: namespace.owner@example.com -spec: - kafkaUser: user2 - connectClusters: - - local - topicValidator: - validationConstraints: - partitions: - validation-type: Range - min: 1 - max: 6 - replication.factor: - validation-type: Range - min: 1 - max: 1 - min.insync.replicas: - validation-type: Range - min: 1 - max: 1 - retention.ms: - optional: true - validation-type: Range - min: 60000 - max: 604800000 - cleanup.policy: - validation-type: ValidList - validStrings: - - delete - - compact - connectValidator: - validationConstraints: - key.converter: - validation-type: NonEmptyString - value.converter: - validation-type: NonEmptyString - connector.class: - validation-type: ValidString - validStrings: - - io.confluent.connect.jdbc.JdbcSinkConnector - - io.confluent.connect.jdbc.JdbcSourceConnector - - io.confluent.kafka.connect.datagen.DatagenConnector - classValidationConstraints: - io.confluent.kafka.connect.datagen.DatagenConnector: - schema.string: - validation-type: NonEmptyString - schema.keyfield: - validation-type: NonEmptyString ---- -apiVersion: v1 -kind: RoleBinding -metadata: - name: anotherRoleBinding1 - namespace: anotherNamespace -spec: - role: - resourceTypes: - - schemas - - schemas/config - - topics - - topics/import - - topics/delete-records - - connectors - - connectors/import - - connectors/change-state - - connect-clusters - - connect-clusters/vaults - - acls - - consumer-groups/reset - - streams - verbs: - - GET - - POST - - PUT - - DELETE - subject: - subjectType: GROUP - subjectName: DEV ---- -apiVersion: v1 -kind: RoleBinding -metadata: - name: anotherRoleBinding2 - namespace: anotherNamespace -spec: - role: - resourceTypes: - - quota - verbs: - - GET - subject: - subjectType: GROUP - subjectName: DEV ---- -apiVersion: v1 -kind: AccessControlEntry -metadata: - name: anotherTopicAcl - namespace: anotherNamespace -spec: - resourceType: TOPIC - resource: def. - resourcePatternType: PREFIXED - permission: OWNER - grantedTo: anotherNamespace ---- -apiVersion: v1 -kind: AccessControlEntry -metadata: - name: anotherGroupAcl - namespace: anotherNamespace -spec: - resourceType: GROUP - resource: def. - resourcePatternType: PREFIXED - permission: OWNER - grantedTo: anotherNamespace ---- -apiVersion: v1 -kind: AccessControlEntry -metadata: - name: anotherConnectAcl - namespace: anotherNamespace -spec: - resourceType: CONNECT - resource: def. - resourcePatternType: PREFIXED - permission: OWNER - grantedTo: anotherNamespace ---- -apiVersion: v1 -kind: AccessControlEntry -metadata: - name: anotherConnectClusterAcl - namespace: anotherNamespace -spec: - resourceType: CONNECT_CLUSTER - resource: def. - resourcePatternType: PREFIXED - permission: OWNER - grantedTo: anotherNamespace \ No newline at end of file