Skip to content

Commit

Permalink
forward-headers-strategy: native
Browse files Browse the repository at this point in the history
  • Loading branch information
phavekes committed Jul 17, 2024
1 parent ef8186e commit 43d8786
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion roles/invite/templates/serverapplication.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ server:
error:
path: "/error"
include-message: always
forward-headers-strategy: framework
forward-headers-strategy: native
servlet:
session:
cookie:
Expand Down
2 changes: 2 additions & 0 deletions roles/oidc-playground/templates/serverapplication.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ server:
max-http-header-size: 10000000
tomcat:
max-http-post-size: 10000000
forward-headers-strategy: native


management:
health:
Expand Down

0 comments on commit 43d8786

Please sign in to comment.