akhq
parent
f14d6258b3
commit
a27a159a6d
|
@ -13,6 +13,15 @@ data:
|
|||
schema-registry:
|
||||
url: "http://schemaregistry-0-internal:8081,http://schemaregistry-1-internal:8081,http://schemaregistry-2-internal:8081"
|
||||
type: "confluent"
|
||||
security:
|
||||
default-group: no-roles
|
||||
basic-auth:
|
||||
- username: admin
|
||||
password: "$2a$10$zBr9YyaCto68TJ.aYsP8/eQXHm5MqJUULRm0OpzEOowhmG2Pjv2ry"
|
||||
passwordHash: BCRYPT
|
||||
groups:
|
||||
- admin
|
||||
|
||||
micronaut:
|
||||
security:
|
||||
enabled: true
|
||||
|
@ -23,13 +32,6 @@ data:
|
|||
generator:
|
||||
secret: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJkYXRhIjpbeyJ0b29sdHQiOiJodHRwczovL3Rvb2x0dC5jb20ifV0sImlhdCI6MTY4NTY4OTU1MiwiZXhwIjoyNTM3NjI1NTk5LCJhdWQiOiIiLCJpc3MiOiJzbWFsbGtvdWRhaSIsInN1YiI6IiJ9.mKw9nKRhQimdaNtMWLHT9TqIn2-iIcZR4txgy8z07xQ
|
||||
|
||||
akhq.security:
|
||||
basic-auth:
|
||||
- username: admin
|
||||
password: "$2a$10$ARWW4TWyaAywZ0vS4ua62OS8s.qm3cVHGmApWx8vALSMzUVS.q.Se"
|
||||
passwordHash: BCRYPT
|
||||
groups:
|
||||
- admin
|
||||
|
||||
---
|
||||
apiVersion: apps/v1
|
||||
|
|
Loading…
Reference in New Issue