Skip to content

RuiEusebio/confluent-selfservice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Confluent Selfservice

Requirements

  • docker
  • kind
  • make
  • helm

provision local cluster

The completion of the setup typically requires approximately 10 minutes.


make setup

Service Account Template

name: change-me
quotas: 1mb
password: change-me
owners:
  - one
  - two
enabled: true

Create encrypted password

make generate-secret

User Interfaces

Argocd

endpoint: http://localhost:30080/
user: admin
password: password

ControlCenter

endpoint: http://localhost:30021
user: kafka
password: kafka-secret

Ldap

endpoint: ldap://localhost:30389
user dn: cn=admin,dc=test,dc=com
base dn: dc=test,dc=com
password: confluentrox

Kafka

endpoint: localhost:30023
user: kafka
password: kafka-secret
command to test: kcat -L -b localhost:30023 -X security.protocol=SASL_PLAINTEXT -X sasl.mechanisms=PLAIN -X sasl.username="kafka" -X sasl.password="kafka-secret"

clear all

make clear

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published