-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b747ed5
commit ad7d28e
Showing
10 changed files
with
80 additions
and
39 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
mysqldriver/mysql-connector-java-5.1.46-bin.jar: | ||
size: 1004840 | ||
object_id: 0a7c82a6-c76d-4670-4f1e-158a88562956 | ||
sha: 0a22bced42a2f076aaa17feee67fc6b998cfd4f9 | ||
mysqldriver/mysql-connector-java-5.1.45-bin.jar: | ||
size: 999810 | ||
object_id: cfe00951-23ea-4a63-61e9-710b798475a8 | ||
sha: 6223be933fbc8d81f819aacad0ce09346d5911c4 | ||
openjdk/jdk-8u202-ea-bin-b03-linux-x64-07_nov_2018.tar.gz: | ||
size: 139097684 | ||
object_id: cb15cef2-fcd1-42a2-740a-af8e6d4fef06 | ||
object_id: 3cb3791e-1a9c-4536-7239-742cbadfb9b8 | ||
sha: 43df5d55fff80327cc83680cda6170f33308883c | ||
wso2am/wso2am-2.6.0.zip: | ||
size: 437096938 | ||
object_id: 43ce4312-d8b6-4c8c-5ff8-5f0bb9bf7265 | ||
sha: 721c82e0a54ab1dc878b19db6654a3db24837109 | ||
size: 444084271 | ||
object_id: 58aad1a7-ca6c-41af-72c1-f73f46aceae7 | ||
sha: c31c9c9dd87a6a6065779c28c6908bd76e4914f3 | ||
wso2am_analytics/wso2am-analytics-2.6.0.zip: | ||
size: 174219759 | ||
object_id: 3bb62e85-8cea-4d0a-6200-4aaa11619995 | ||
sha: 58f7b9013efb0b76721b6b171613ae72f8a51897 | ||
size: 180832478 | ||
object_id: 902c0851-16eb-4efd-755a-45196ad4935e | ||
sha: b60e811d5abb500f5793cc73012f1040bc2a88c0 |
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
39 changes: 39 additions & 0 deletions
39
...obs/wso2apim/templates/repository/deployment/server/jaggeryapps/admin/site/conf/site.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,39 @@ | ||
{ | ||
"theme": { | ||
"base": "wso2", | ||
"subtheme": "modern" | ||
}, | ||
"context": "/admin", | ||
"request_url": "READ_FROM_REQUEST", | ||
"tasksPerPage": 10, | ||
"allowedPermission": "/permission/admin/manage/apim_admin", | ||
"workflows": { | ||
"workFlowServerURL": "https://<BPSHost>:<BPSPort>/services/", | ||
}, | ||
"ssoConfiguration": { | ||
"enabled": "false", | ||
"issuer": "API_WORKFLOW_ADMIN", | ||
"identityProviderURL": "https://localhost:9443/samlsso", | ||
"keyStorePassword": "", | ||
"identityAlias": "", | ||
"keyStoreName": "", | ||
"verifyAssertionValidityPeriod": "true", | ||
"audienceRestrictionsEnabled": "true", | ||
"responseSigningEnabled": "true", | ||
"assertionSigningEnabled": "true", | ||
"assertionEncryptionEnabled": "false", | ||
"signRequests" : "true", | ||
"idpInit" : "false", | ||
"idpInitSSOURL" : "https://localhost:9443/samlsso?spEntityID=API_WORKFLOW_ADMIN", | ||
"externalLogoutPage" : "https://localhost:9443/samlsso?slo=true", | ||
"loginUserNameAttribute" : "" | ||
}, | ||
"reverseProxy" : { | ||
"enabled" : true, // values true , false , "auto" - will look for X-Forwarded-* headers | ||
"host" : "<%= p('route_registrar.routes')[0]['uris'][0] %>", // If reverse proxy do not have a domain name use IP | ||
"context": "/admin", | ||
"regContext": "" // Use only if different path is used for registry | ||
}, | ||
"whiteListedHostNames" : ["localhost"], | ||
"enableLogAnalyzer" : false | ||
} |