Popular repositories
-
-
Forked from GayashanNA/SimpleExpenseManager
This is an android based basic expense manager application which will be used as a lab assignment for CS3042 - Database Systems course module.
Java
-
-
Forked from wso2/product-as
Welcome to the WSO2 Application Server source code! For info on working with the WSO2 Application Server repository and contributing code, click the link below.
Java
-
Forked from wso2/product-apim
Welcome to the WSO2 API Manager source code! For info on working with the WSO2 API Manager repository and contributing code, click the link below.
Java
1,479 contributions in the last year
Activity overview
Contribution activity
June 1, 2021
May 2021
Created 1 repository
Created a pull request in wso2/carbon-identity-framework that received 9 comments
Move app-mgt caches to tenant space
Proposed changes in this pull request Move app-mgt caches to tenant space Related to wso2/product-is#11690
Opened 21 other pull requests in 5 repositories
wso2/carbon-identity-framework
10
merged
1
closed
- Handle session cache for SaaS application.
- Always use the super tenant cache for the authentication flow.
- Improve tenant resolving logic.
- Improve Cache implementation
- Move authentication cache to tenant space test
- Move authentication cache to tenant space
- Move provisioning caches to tenant space
- Move claim metadata caches to tenant space
- Move CORS caches to tenant space
- Move idp-mgt caches to tenant space
- Introduce BaseCache which maintain cache in tenant spaces
wso2/product-is
4
merged
wso2-extensions/identity-inbound-auth-oauth
4
merged
wso2/carbon-kernel
1
open
wso2-extensions/identity-governance
1
merged
Reviewed 12 pull requests in 7 repositories
wso2/carbon-identity-framework 4 pull requests
wso2/product-is 2 pull requests
wso2-extensions/identity-governance 2 pull requests
wso2-extensions/identity-user-ekyc 1 pull request
wso2/performance-is 1 pull request
wso2/docs-is 1 pull request
wso2-extensions/identity-local-auth-basicauth 1 pull request
Created an issue in wso2/product-is that received 2 comments
Maintain the identity caches in the tenant space
Is your suggestion related to an experience? Please describe. In the current system, all the identity caches are maintained in super tenant with a …