Skip to content

Commit

Permalink
Fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandrebouthinon committed Jan 9, 2021
1 parent d1c3fa3 commit 3dd0ebe
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,15 +121,16 @@ middlewares:
[middlewares.your-well-named-middleware.plugin]
[middlewares.your-well-named-middleware.plugin.traefik-kuzzle-auth]
customRealm = "Use a valid Kuzzle user to authenticate" # optional

[middlewares.your-well-named-middleware.plugin.traefik-kuzzle-auth.kuzzle]
url = "http://localhost:7512" # required
allowedUsers = ["admin", "developer"] # optional

[middlewares.your-well-named-middleware.plugin.traefik-kuzzle-auth.kuzzle.routes] # optional
ping = /_publicApi
login = /_login/local
getCurrentUser = /_me # With Kuzzle v1 you must use '/users/_me'
[middlewares.your-well-named-middleware.plugin.traefik-kuzzle-auth.kuzzle.allowedUsers] # optional
- admin
- developer
ping = "/_publicApi"
login = "/_login/local"
getCurrentUser = "/_me" # With Kuzzle v1 you must use '/users/_me'

```

**Docker Compose Labels**
Expand Down

0 comments on commit 3dd0ebe

Please sign in to comment.