Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasCAI-mlv committed Jan 8, 2025
1 parent aa61079 commit 90a4bf3
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ The delivered JWT token will have the following format:
{
"roleBindings": [
{
"namespace": "myNamespace",
"namespaces": ["myNamespace"],
"verbs": [
"GET",
"POST",
Expand All @@ -165,16 +165,14 @@ The delivered JWT token will have the following format:
"schemas",
"schemas/config",
"topics",
"topics/import",
"topics/delete-records",
"connectors",
"connectors/import",
"connectors/change-state",
"connect-clusters",
"connect-clusters/vaults",
"acls",
"consumer-groups/reset",
"streams"
"streams",
"connect-clusters",
"connect-clusters/vaults"
]
}
],
Expand Down

0 comments on commit 90a4bf3

Please sign in to comment.