Skip to content

Commit

Permalink
Readme precision for basic auth
Browse files Browse the repository at this point in the history
- close #57
  • Loading branch information
tchiotludo committed May 11, 2019
1 parent 119436f commit 3c6cf23
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ kafkahq:
#### Basic Auth
* `kafkahq.security.basic-auth`: List user & password with affected roles
* `username`: login of user
* `actual-username`: login of the current user as a yaml key (may be anything email, login, ...)
* `password`: Password in sha256, can be converted with command `echo -n "password" | sha256sum`
* `roles`: Role for current users

Expand All @@ -160,8 +160,8 @@ kafkahq:
behind a reverse proxy with subdomain <http://kafkahq.my-server/>

### Kafka admin / producer / consumer default properties
* `kafkahq.clients-defaults.{{admin|producer|consumer}}.properties`: if behind a reverse proxy, path to kafkahq with
trailing slash
* `kafkahq.clients-defaults.{{admin|producer|consumer}}.properties`: default configuration for admin producer or
consumer. All properties from [Kafka documentation](https://kafka.apache.org/documentation/) is available.

### Micronaut configuration
> Since KafkaHQ is based on [Micronaut](https://micronaut.io/), you can customize configurations (server port, ssl, ...) with [Micronaut configuration](https://docs.micronaut.io/snapshot/guide/configurationreference.html#io.micronaut.http.server.HttpServerConfiguration).
Expand Down

0 comments on commit 3c6cf23

Please sign in to comment.