akhq
parent
e6ef094732
commit
f14d6258b3
|
@ -6,6 +6,14 @@ metadata:
|
||||||
data:
|
data:
|
||||||
application.yml: |
|
application.yml: |
|
||||||
akhq:
|
akhq:
|
||||||
|
security:
|
||||||
|
default-group: no-roles
|
||||||
|
basic-auth:
|
||||||
|
- username: admin
|
||||||
|
password: "$2a$10$zBr9YyaCto68TJ.aYsP8/eQXHm5MqJUULRm0OpzEOowhmG2Pjv2ry"
|
||||||
|
passwordHash: BCRYPT
|
||||||
|
groups:
|
||||||
|
- admin
|
||||||
connections:
|
connections:
|
||||||
kafka-cluster:
|
kafka-cluster:
|
||||||
properties:
|
properties:
|
||||||
|
@ -13,6 +21,7 @@ data:
|
||||||
schema-registry:
|
schema-registry:
|
||||||
url: "http://schemaregistry.tcs.svc.cluster.local:8081"
|
url: "http://schemaregistry.tcs.svc.cluster.local:8081"
|
||||||
type: "confluent"
|
type: "confluent"
|
||||||
|
|
||||||
micronaut:
|
micronaut:
|
||||||
security:
|
security:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
@ -24,12 +33,7 @@ data:
|
||||||
secret: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJkYXRhIjpbeyJ0b29sdHQiOiJodHRwczovL3Rvb2x0dC5jb20ifV0sImlhdCI6MTY4NTY4OTU1MiwiZXhwIjoyNTM3NjI1NTk5LCJhdWQiOiIiLCJpc3MiOiJzbWFsbGtvdWRhaSIsInN1YiI6IiJ9.mKw9nKRhQimdaNtMWLHT9TqIn2-iIcZR4txgy8z07xQ
|
secret: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJkYXRhIjpbeyJ0b29sdHQiOiJodHRwczovL3Rvb2x0dC5jb20ifV0sImlhdCI6MTY4NTY4OTU1MiwiZXhwIjoyNTM3NjI1NTk5LCJhdWQiOiIiLCJpc3MiOiJzbWFsbGtvdWRhaSIsInN1YiI6IiJ9.mKw9nKRhQimdaNtMWLHT9TqIn2-iIcZR4txgy8z07xQ
|
||||||
|
|
||||||
akhq.security:
|
akhq.security:
|
||||||
basic-auth:
|
|
||||||
- username: admin
|
|
||||||
password: "$2a$10$zBr9YyaCto68TJ.aYsP8/eQXHm5MqJUULRm0OpzEOowhmG2Pjv2ry"
|
|
||||||
passwordHash: BCRYPT
|
|
||||||
groups:
|
|
||||||
- admin
|
|
||||||
|
|
||||||
---
|
---
|
||||||
apiVersion: apps/v1
|
apiVersion: apps/v1
|
||||||
|
|
Loading…
Reference in New Issue