Skip to content

Commit

Permalink
feat: add logoutUrl to gateway.yaml
Browse files Browse the repository at this point in the history
(cherry picked from commit 8b7679d)
  • Loading branch information
f-necas committed Jan 24, 2024
1 parent 6fa9a46 commit 7d013e1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gateway/gateway.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ spring.config.import: application.yaml, security.yaml, routes.yaml, roles-mappin

georchestra:
gateway:
# Redirection URL after a successfull logout : Default to /?logout
# logoutUrl : "/?logout"
default-headers:
# Default security headers to append to proxied requests
proxy: true
Expand Down

0 comments on commit 7d013e1

Please sign in to comment.