|
| 1 | +--- |
| 2 | +apiVersion: platform.confluent.io/v1beta1 |
| 3 | +kind: Kafka |
| 4 | +metadata: |
| 5 | + name: kafka |
| 6 | +spec: |
| 7 | + configOverrides: |
| 8 | + server: |
| 9 | + - confluent.schema.registry.url=https://schemaregistry.sandbox.svc.cluster.local:8081 |
| 10 | + - listener.name.internal.plain.sasl.server.callback.handler.class=io.confluent.security.auth.provider.ldap.LdapAuthenticateCallbackHandler |
| 11 | + - listener.name.external.plain.sasl.server.callback.handler.class=io.confluent.security.auth.provider.ldap.LdapAuthenticateCallbackHandler |
| 12 | + - listener.name.replication.plain.sasl.server.callback.handler.class=io.confluent.security.auth.provider.ldap.LdapAuthenticateCallbackHandler |
| 13 | + tls: |
| 14 | + secretRef: tls-group1 |
| 15 | + metricReporter: |
| 16 | + enabled: true |
| 17 | + authentication: |
| 18 | + type: plain |
| 19 | + jaasConfigPassThrough: |
| 20 | + secretRef: broker-credential |
| 21 | + tls: |
| 22 | + enabled: true |
| 23 | + listeners: |
| 24 | + internal: |
| 25 | + authentication: |
| 26 | + type: plain |
| 27 | + jaasConfigPassThrough: |
| 28 | + secretRef: broker-credential |
| 29 | + tls: |
| 30 | + enabled: true |
| 31 | + external: |
| 32 | + authentication: |
| 33 | + type: plain |
| 34 | + jaasConfigPassThrough: |
| 35 | + secretRef: broker-credential |
| 36 | + tls: |
| 37 | + enabled: true |
| 38 | + authorization: |
| 39 | + type: rbac |
| 40 | + superUsers: |
| 41 | + - User:kafka |
| 42 | + services: |
| 43 | + mds: |
| 44 | + tls: |
| 45 | + enabled: true |
| 46 | + tokenKeyPair: |
| 47 | + secretRef: broker-credential |
| 48 | + provider: |
| 49 | + type: ldap |
| 50 | + ldap: |
| 51 | + address: ldap://ldap.sandbox.svc.cluster.local:389 |
| 52 | + authentication: |
| 53 | + type: simple |
| 54 | + simple: |
| 55 | + secretRef: broker-credential |
| 56 | + tls: |
| 57 | + enabled: true |
| 58 | + configurations: |
| 59 | + groupNameAttribute: cn |
| 60 | + groupObjectClass: groupOfNames |
| 61 | + groupMemberAttribute: member |
| 62 | + groupMemberAttributePattern: cn=(.*),ou=users,dc=test,dc=com |
| 63 | + groupSearchBase: ou=groups,dc=test,dc=com |
| 64 | + userNameAttribute: cn |
| 65 | + userMemberOfAttributePattern: cn=(.*),ou=users,dc=test,dc=com |
| 66 | + userObjectClass: organizationalRole |
| 67 | + userSearchBase: ou=users,dc=test,dc=com |
| 68 | + dependencies: |
| 69 | + kafkaRest: |
| 70 | + authentication: |
| 71 | + type: bearer |
| 72 | + bearer: |
| 73 | + secretRef: broker-credential |
| 74 | + zookeeper: |
| 75 | + endpoint: zookeeper.sandbox.svc.cluster.local:2182 |
| 76 | + authentication: |
| 77 | + type: digest |
| 78 | + jaasConfig: |
| 79 | + secretRef: broker-credential |
| 80 | + tls: |
| 81 | + enabled: true |
0 commit comments