Skip to content

Commit

Permalink
docs(cruise control): format fix for cc api users section (#10485)
Browse files Browse the repository at this point in the history
Signed-off-by: prmellor <pmellor@redhat.com>
  • Loading branch information
PaulRMellor authored Aug 22, 2024
1 parent 04c59ea commit cf8a12c
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,10 @@ The following use cases would benefit from accessing the Cruise Control API with
Cruise Control reads authentication credentials for API users in Jetty's `HashLoginService` file format.

Standard Cruise Control `USER` and `VIEWER` roles are supported.
* `USER` has has access to all the `GET` endpoints except bootstrap and train.
* `VIEWER` has access to `kafka_cluster_state`, `user_tasks` and `review_board` endpoints.

* `USER` has access to all the `GET` endpoints except `bootstrap` and `train`.
* `VIEWER` has access to `kafka_cluster_state`, `user_tasks`, and `review_board` endpoints.

In this example, we define two custom API users in the supported format in a text file called `cruise-control-auth.txt`:

[source]
Expand Down

0 comments on commit cf8a12c

Please sign in to comment.