Skip to content

Commit

Permalink
Set default configs for tempTestConsoleHeaderNames and tempTestConsol…
Browse files Browse the repository at this point in the history
…eHeadersMode
  • Loading branch information
mevan-karu committed Sep 9, 2024
1 parent 605abb2 commit cf6fc4f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions adapter/config/default_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -202,9 +202,11 @@ var defaultConfig = &Config{
},
},
AuthHeader: authHeader{
EnableOutboundAuthHeader: false,
AuthorizationHeader: "authorization",
TestConsoleHeaderName: "Internal-Key",
EnableOutboundAuthHeader: false,
AuthorizationHeader: "authorization",
TestConsoleHeaderName: "Internal-Key",
TempTestConsoleHeaderNames: []string{},
TempTestConsoleHeadersMode: "monitor",
},
},
AuthService: authService{
Expand Down

0 comments on commit cf6fc4f

Please sign in to comment.