Change authorization header key (#6)

* Change authorization header key

as the use of headers starting with X- has been deprecated in RFC6648.

* Update configuration.example.yaml

Co-authored-by: Sebastian Serth <MrSerth@users.noreply.github.com>
This commit is contained in:
Maximilian Paß
2021-10-04 12:23:41 +02:00
committed by GitHub
parent b530c58ee8
commit 9d7e59df36
3 changed files with 4 additions and 4 deletions

View File

@ -4,7 +4,7 @@ server:
address: 127.0.0.1
# Port on which the webserver listens
port: 7200
# If set, this token is required in the X-Poseidon-Token header for each route except /health
# If set, this token is required in the `Poseidon-Token` header for each route except /health
token: SECRET
# Configuration of TLS between the web client and Poseidon.
tls: