-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add application.firewall.isEnabled property to all relevant properties files * Update .env file * Update docker-compose to use new property * Add firewall.properties to ecc and dataapp resources * Update documentation * Add information about user credentials persistence and password encoding * Added info about self decription properties * Added connectorId ecc change Fixed port for pip services * Resource management update Added JDK_JAVA_OPTIONS param * Update documentation related to the new version of UC * New UC app security related features * Fix datalake path in Data App properties file * New cosign hash values --------- Co-authored-by: Marko Stojanovic <[email protected]>
- Loading branch information
1 parent
89e5489
commit 5d0b6d6
Showing
32 changed files
with
346 additions
and
103 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
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
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,18 @@ | ||
#Set which HTTP header names should be allowed (if want to allow all header names, keep it empty) | ||
allowedHeaderNames= | ||
#Set which values in header names should have the exact value and allowed (if want to allow any values keep it empty) | ||
allowedHeaderValues= | ||
#Set which HTTP methods should be allowed (if want to allow all header names, keep it empty) | ||
allowedMethods=GET,POST | ||
#Set if a backslash "\" or a URL encoded backslash "%5C" should be allowed in the path or not | ||
allowBackSlash=true | ||
#Set if a slash "/" that is URL encoded "%2F" should be allowed in the path or not | ||
allowUrlEncodedSlash=true | ||
#Set if double slash "//" that is URL encoded "%2F%2F" should be allowed in the path or not | ||
allowUrlEncodedDoubleSlash=true | ||
#Set if semicolon is allowed in the URL (i.e. matrix variables) | ||
allowSemicolon=true | ||
#Set if a percent "%" that is URL encoded "%25" should be allowed in the path or not | ||
allowUrlEncodedPercent=true | ||
#if a period "." that is URL encoded "%2E" should be allowed in the path or not | ||
allowUrlEncodedPeriod=true |
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
### Extended jwt validation <a href="#extendedjwt" id="extendedjwt"></a> | ||
|
||
TRUE Connector can check additional claims from jwToken. For more information please check the [following link](https://github.com/Engineering-Research-and-Development/true-connector-execution_core_container/blob/1.14.2/doc/TRANSPORTCERTSSHA256.md) | ||
TRUE Connector can check additional claims from jwToken. For more information please check the [following link](https://github.com/Engineering-Research-and-Development/true-connector-execution_core_container/blob/1.14.3/doc/TRANSPORTCERTSSHA256.md) |
Oops, something went wrong.