-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1300: Reverting change to the cors ESV as it is shared across a tenant (
#50) Reverting cors ESV name to `esv-cors-accepted-origins` This configuration applies to the tenant as a whole, if the tenant needs to support multiple realms then the value of `esv-cors-accepted-origins` needs to be a list containing all the accepted origins for both realms. SecureApiGateway/SecureApiGateway#1300
- Loading branch information
1 parent
b752556
commit fb50d9a
Showing
8 changed files
with
20 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 6 additions & 0 deletions
6
sapig-overlay/core/esvs/variables/esv-cors-accepted-origins.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"_id": "esv-cors-accepted-origins", | ||
"description": "", | ||
"expressionType": "list", | ||
"valueBase64": "${ESV_CORS_ACCEPTED_ORIGINS}" | ||
} |
6 changes: 0 additions & 6 deletions
6
sapig-overlay/core/esvs/variables/esv-sapig-core-cors-accepted-origins.json
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 6 additions & 0 deletions
6
sapig-overlay/ob/esvs/variables/esv-cors-accepted-origins.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"_id": "esv-cors-accepted-origins", | ||
"description": "", | ||
"expressionType": "list", | ||
"valueBase64": "${ESV_CORS_ACCEPTED_ORIGINS}" | ||
} |
6 changes: 0 additions & 6 deletions
6
sapig-overlay/ob/esvs/variables/esv-sapig-ob-cors-accepted-origins.json
This file was deleted.
Oops, something went wrong.