Skip to content

Commit

Permalink
fix: clarify in case of multiple values in the header
Browse files Browse the repository at this point in the history
Signed-off-by: Kensei Nakada <[email protected]>
  • Loading branch information
sanposhiho committed Oct 24, 2024
1 parent 7626b80 commit 98841dc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ message APIKeyAuth {
config.core.v3.DataSource keys = 1 [(udpa.annotations.sensitive) = true];

// The header name to fetch the key.
// If multiple values are present in the given header, the filter rejects the request.
// Only one of authentication_header, authentication_query, or authentication_cookie should be set.
string authentication_header = 2;
// The query parameter name to fetch the key.
Expand Down

0 comments on commit 98841dc

Please sign in to comment.