Skip to content

Commit

Permalink
chore: update config schema and test
Browse files Browse the repository at this point in the history
  • Loading branch information
Noroth committed Jan 13, 2025
1 parent 2fe31f2 commit cc46adb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion router/pkg/config/fixtures/full.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ authentication:
- type: header
name: X-Authorization
value_prefix: Bearer
- type: cookie
- type: header
name: authz

authorization:
Expand Down
2 changes: 1 addition & 1 deletion router/pkg/config/testdata/config_full.json
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@
"ValuePrefix": "Bearer"
},
{
"Type": "cookie",
"Type": "header",
"Name": "authz",
"ValuePrefix": ""
}
Expand Down

0 comments on commit cc46adb

Please sign in to comment.