Skip to content

Commit

Permalink
feat(auth): adding READ_CONFIG in default reader role (#1694)
Browse files Browse the repository at this point in the history
close #1693
  • Loading branch information
AlexisSouquiere authored Apr 4, 2024
1 parent d58967a commit 88fd733
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,8 @@ akhq:
reader:
- resources: [ "TOPIC", "TOPIC_DATA", "CONSUMER_GROUP", "CONNECT_CLUSTER", "CONNECTOR", "SCHEMA", "NODE", "ACL", "KSQLDB" ]
actions: [ "READ" ]
- resources: [ "TOPIC", "NODE" ]
actions: [ "READ_CONFIG" ]
topic-admin:
- resources: [ "TOPIC", "TOPIC_DATA" ]
actions: [ "READ", "CREATE", "UPDATE", "DELETE", "READ_CONFIG", "ALTER_CONFIG" ]
Expand Down

0 comments on commit 88fd733

Please sign in to comment.