2
0
mirror of https://github.com/VinylDNS/vinyldns synced 2025-09-05 00:35:29 +00:00

Disable illegal header warning from akka-http

Fixes #864
This commit is contained in:
corubba
2022-04-17 21:03:49 +02:00
parent ee481c2e0a
commit 433c6efe19
8 changed files with 16 additions and 16 deletions

View File

@@ -792,8 +792,8 @@ v6-discovery-nibble-boundaries {
}
parsing {
# akka-http doesn't like the AWS4 headers
illegal-header-warnings = on
# Don't complain about the / in the AWS SigV4 auth header
ignore-illegal-header-for = ["authorization"]
}
}
}