Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change password expiry event listener priority order #6276

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

PasinduYeshan
Copy link
Contributor

Proposed changes in this pull request

102 order is used in cloud. Therefore, changing the order.

IS:
is-user-event-listeners

Cloud
asg-user-event-listeners-1

asg-user-event-listeners-2

helm

[[event_listener]]
id = "resource_throttler_listener"
type = "com.wso2.identity.asgardeo.limiter.resource.listener.ResourceLimitListener"
name = "com.wso2.identity.asgardeo.limiter.resource.listener.ResourceLimitListener"
order = 99

[[event_listener]]
id = "password_reset_authentication_handler"
name = "org.wso2.carbon.identity.password.expiry.EnforcePasswordResetAuthenticationHandler"
type = "org.wso2.carbon.identity.core.handler.AbstractIdentityHandler"
enable = false
order=5000

[[event_listener]]
id="basic_user_info_provider"
type="org.wso2.carbon.identity.core.handler.AbstractIdentityHandler"
name="org.wso2.carbon.identity.user.export.core.internal.service.impl.BasicUserInformationProvider"
order=91
enable=false

[[event_listener]]
id="consent_info_provider"
type="org.wso2.carbon.identity.core.handler.AbstractIdentityHandler"
name="org.wso2.carbon.identity.user.export.core.internal.service.impl.ConsentInformationProvider"
order=92
enable=false

[[event_listener]]
id="security_info_provider"
type="org.wso2.carbon.identity.core.handler.AbstractIdentityHandler"
name="org.wso2.carbon.identity.user.export.core.internal.service.impl.SecurityInformationProvider"
order=93
enable=false

[[event_listener]]
id = "authz_group_event_listener"
type = "org.wso2.carbon.user.core.listener.UserOperationEventListener"
name = "com.wso2.identity.asgardeo.authz.mgt.event.sync.AuthzGroupEventListener"
order = {{ .Values.wso2.deployment.wso2is.config.authzMgtEventSync.authzGroupEventListener.order }} - 81
enable = {{ .Values.wso2.deployment.wso2is.config.authzMgtEventSync.authzGroupEventListener.enable }}

[[event_listener]]
id = "identity_verification_event_listner"
type = "org.wso2.carbon.user.core.listener.UserOperationEventListener"
name = "org.wso2.carbon.extension.identity.verification.mgt.listeners.IdVUserOperationEventListener"
order = 120
enable = {{ .Values.wso2.deployment.wso2is.config.idvEventSync.IdVUserOperationEventListener.enable }}

[[event_listener]]
id = "org_shared_user_operation_event_listener"
type = "org.wso2.carbon.user.core.listener.UserOperationEventListener"
name = "org.wso2.carbon.identity.organization.user.invitation.management.listener.OrgSharedUserOperationEventListener"
order = 8
enable = {{ .Values.wso2.deployment.wso2is.config.invitation.orgUserOperationEventListener.enable }}

[[event_listener]]
id = "unique_claim_user_operation_event_listener"
type = "org.wso2.carbon.user.core.listener.UserOperationEventListener"
name = "org.wso2.carbon.identity.unique.claim.mgt.listener.UniqueClaimUserOperationEventListener"
order = {{ .Values.wso2.deployment.wso2is.config.uniqueClaimEventListener.order }} - 2
enable = {{ .Values.wso2.deployment.wso2is.config.uniqueClaimEventListener.enable }}

[[event_listener]]
id = "asgardeo_system_role_creation_listener"
type = "org.wso2.carbon.stratos.common.listeners.TenantMgtListener"
name = "com.wso2.identity.asgardeo.system.role.listener.AsgardeoSystemRoleCreationListener"
enable = true
order=50

[[event_listener]]
id = "remote_user_store_tenant_mgt_listener"
type = "org.wso2.carbon.stratos.common.listeners.TenantMgtListener"
name = "org.wso2.carbon.identity.remote.user.store.mgt.userstore.listeners.RemoteUserStoreTenantMgtListener"
enable = false
order=1008

[[event_listener]]
id = "remote_user_store_config_listener"
type = "org.wso2.carbon.user.core.listener.UserOperationEventListener"
name = "org.wso2.carbon.identity.remote.user.store.mgt.userstore.listeners.RemoteUserStoreConfigListener"
enable = false
order=1009

@jenkins-is-staging
Copy link

PR builder started
Link: https://github.com/wso2/product-is/actions/runs/12689532705

Copy link

sonarqubecloud bot commented Jan 9, 2025

Copy link

codecov bot commented Jan 9, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 45.58%. Comparing base (c8ec3ad) to head (492d64c).
Report is 9 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff              @@
##             master    #6276      +/-   ##
============================================
+ Coverage     45.30%   45.58%   +0.27%     
+ Complexity    14366    14289      -77     
============================================
  Files          1633     1655      +22     
  Lines        104178   103770     -408     
  Branches      18740    18556     -184     
============================================
+ Hits          47196    47301     +105     
+ Misses        50129    49681     -448     
+ Partials       6853     6788      -65     
Flag Coverage Δ
unit 29.00% <ø> (+0.56%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@jenkins-is-staging
Copy link

PR builder completed
Link: https://github.com/wso2/product-is/actions/runs/12689532705
Status: failure

@jenkins-is-staging
Copy link

PR builder started
Link: https://github.com/wso2/product-is/actions/runs/12723112051

@jenkins-is-staging
Copy link

PR builder completed
Link: https://github.com/wso2/product-is/actions/runs/12723112051
Status: failure

@jenkins-is-staging
Copy link

PR builder started
Link: https://github.com/wso2/product-is/actions/runs/12802954330

@jenkins-is-staging
Copy link

PR builder completed
Link: https://github.com/wso2/product-is/actions/runs/12802954330
Status: failure

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants