2
0
mirror of https://github.com/VinylDNS/vinyldns synced 2025-08-22 10:10:12 +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

@ -327,8 +327,8 @@ akka.http {
}
parsing {
# Spray 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"]
}
}

View File

@ -329,8 +329,8 @@ akka.http {
}
parsing {
# Spray 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"]
}
}

View File

@ -327,8 +327,8 @@ akka.http {
}
parsing {
# Spray 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"]
}
}

View File

@ -336,8 +336,8 @@ akka.http {
}
parsing {
# Spray 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"]
}
}

View File

@ -327,8 +327,8 @@ akka.http {
}
parsing {
# Spray 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"]
}
}

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"]
}
}
}

View File

@ -297,7 +297,7 @@ akka.http {
}
parsing {
# Spray 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"]
}
}

View File

@ -352,7 +352,7 @@ akka.http {
}
parsing {
# Spray 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"]
}
}