Merge pull request #229 from Sebas-h/patch-1

Fix authc configuration format.
This commit is contained in:
Andrew Etter 2021-10-18 14:20:02 -07:00 committed by GitHub
commit 97476bda60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -53,10 +53,10 @@ The `authc` section has the following format:
http_enabled: <true|false>
transport_enabled: <true|false>
order: <integer>
http_authenticator:
...
authentication_backend:
...
http_authenticator:
...
authentication_backend:
...
```
An entry in the `authc` section is called an *authentication domain*. It specifies where to get the user credentials and against which backend they should be authenticated.