Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions gateway/gateway.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ spring.config.import: application.yaml, security.yaml, routes.yaml, roles-mappin

georchestra:
gateway:
# This allows to use /login?=redirect=... to redirect to a specific URL after a successful login
# (if the URL is in the allow list below)
# Disabled by default for security reasons (open redirect vulnerability)
# loginRedirectAllowList: >
# https://localhost/datahub/,
# https://localhost/geoserver/,
# https://localhost/console/,
# https://localhost/mapstore/,
# https://localhost/import/,
# https://localhost/geonetwork/
# Redirection URL after a successful logout : Defaults to /?logout
# logoutUrl : "/?logout"
default-headers:
Expand Down
10 changes: 8 additions & 2 deletions mapstore/configs/localConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -792,13 +792,14 @@
},
"FeedbackMask"
],
"common": [],
"common": ["Easytheming"],
"maps": [
"Login",
"HomeDescription", "Fork",
"MapSearch",
"CreateNewMap",
"FeaturedMaps", "ContentTabs",
"Easytheming",
{
"name": "Header",
"cfg": {
Expand Down Expand Up @@ -854,6 +855,7 @@
}
},
"Details",
"Easytheming",
"AddWidgetDashboard",
"MapConnectionDashboard",
{
Expand Down Expand Up @@ -951,6 +953,7 @@
{ "name": "FeedbackMask" }
],
"geostory": [
"Easytheming",
{
"name": "OmniBar",
"cfg": {
Expand Down Expand Up @@ -1052,7 +1055,9 @@
"className": "navbar shadow navbar-home"
}
}, "Login", "ContextManager"],
"notallowed": [{
"notallowed": [
"Easytheming",
{
"name": "Header",
"cfg": {
"page": "msadmin"
Expand All @@ -1068,6 +1073,7 @@
"NotAllowed"
],
"context-creator": [
"Easytheming",
{
"name": "Header",
"cfg": {
Expand Down