Skip to content

Commit

Permalink
MOSIP-36077 - Restructured the config manager
Browse files Browse the repository at this point in the history
Signed-off-by: Mohanachandran S <[email protected]>
  • Loading branch information
mohanachandran-s committed Sep 30, 2024
1 parent 3dcf517 commit 7dea6ad
Showing 1 changed file with 34 additions and 29 deletions.
63 changes: 34 additions & 29 deletions apitest-commons/src/main/resources/config/Kernel.properties
Original file line number Diff line number Diff line change
Expand Up @@ -136,17 +136,17 @@ AuthClientID = mosip-resident-client

#---------------------------------- Client Secret Keys -----------------------#
#-- When test rig ran in docker, these values dervied from the environment ---#
mosip_partner_client_secret = aUwEyoouYWrRprmw
mosip_pms_client_secret = uGZHzTYWy96imYlO
mosip_resident_client_secret = eogyVJWJsiuPYq0m
mosip_idrepo_client_secret = 5rQpqVeqA52CLzey
mosip_reg_client_secret = e0zjTRpCCnUbqZ6Q
mosip_admin_client_secret = K21Ds3Qydxx8Merb
mosip_hotlist_client_secret = qevh4vVrfdcBtsrl
mosip_regproc_client_secret = 9NuShG8uPUvnKMNQ
mpartner_default_mobile_secret = 6OXwuFm903HB8odR
mosip_testrig_client_secret = 9ZwGtIyCBlrExRZ8
AuthClientSecret = eogyVJWJsiuPYq0m
mosip_partner_client_secret =
mosip_pms_client_secret =
mosip_resident_client_secret =
mosip_idrepo_client_secret =
mosip_reg_client_secret =
mosip_admin_client_secret =
mosip_hotlist_client_secret =
mosip_regproc_client_secret =
mpartner_default_mobile_secret =
mosip_testrig_client_secret =
AuthClientSecret =



Expand All @@ -158,7 +158,7 @@ s3-account = automation
s3-region = null
reportExpirationInDays = 3
s3-account-for-persona-data = personaData
push-reports-to-s3 = yes
push-reports-to-s3 = no


#-------------------- Keycloak User Creation proprties ----------------------#
Expand All @@ -168,17 +168,17 @@ new_Resident_Password = mosip123
new_Resident_Role = default-roles-mosip,PARTNER_ADMIN
roles.111995 = PARTNER_ADMIN,default-roles-mosip
keycloak_UserName = admin
keycloak_Password = I3ZTKvTu5t
keycloak-external-url = https://iam.qa-plan.mosip.net
keycloak_Password =
keycloak-external-url = https://iam.qa1-java21.mosip.net
keycloak-realm-id = mosip
iam-users-to-create = 111997,111998,220005,111992,globaladmin,111887,111999
iam-users-password = mosip123,mosip123,mosip123,mosip123,mosip123
roles.220005 = GLOBAL_ADMIN,ID_AUTHENTICATION,REGISTRATION_ADMIN,REGISTRATION_SUPERVISOR,ZONAL_ADMIN
roles.111997 = AUTH_PARTNER,PARTNER_ADMIN,PMS_ADMIN,POLICYMANAGER,REGISTRATION_SUPERVISOR
roles.111999 = AUTH_PARTNER,PARTNER_ADMIN,PMS_ADMIN,POLICYMANAGER,REGISTRATION_SUPERVISOR
roles.111887 = AUTH_PARTNER,PARTNER_ADMIN,PMS_ADMIN,REGISTRATION_SUPERVISOR
roles.111998 = POLICYMANAGER
roles.111992 = GLOBAL_ADMIN
iam-users-to-create=111997,111998,220005,111992,globaladmin,111999,111887
iam-users-password=mosip123,mosip123,mosip123,mosip123,mosip123,mosip123,mosip123
roles.220005=GLOBAL_ADMIN,ID_AUTHENTICATION,REGISTRATION_ADMIN,REGISTRATION_SUPERVISOR,ZONAL_ADMIN
roles.111997=AUTH_PARTNER,PARTNER_ADMIN,PMS_ADMIN,POLICYMANAGER,REGISTRATION_SUPERVISOR
roles.111999=AUTH_PARTNER,PARTNER_ADMIN,PMS_ADMIN,POLICYMANAGER,REGISTRATION_SUPERVISOR
roles.111887=AUTH_PARTNER,PARTNER_ADMIN,PMS_ADMIN,REGISTRATION_SUPERVISOR
roles.111998=POLICYMANAGER
roles.111992=GLOBAL_ADMIN
roles.globaladmin = GLOBAL_ADMIN,REGISTRATION_ADMIN,uma_authorization,ZONAL_ADMIN,default-roles-mosip


Expand All @@ -189,27 +189,27 @@ pool_size=1
dialect=org.hibernate.dialect.PostgreSQLDialect
show_sql=true
current_session_context_class=thread
audit_url=jdbc:postgresql://qa-plan.mosip.net:5432/mosip_audit
audit_url=jdbc:postgresql://qa1-java21.mosip.net:5432/mosip_audit
audit_username=postgres
audit_password=cNIE2mC7Wf
audit_password=
audit_default_schema=audit
DB_PORT=
installation-domain=
partner_url=jdbc:postgresql://qa-plan.mosip.net:5432/mosip_ida
partner_url=jdbc:postgresql://qa1-java21.mosip.net:5432/mosip_ida
partner_username=postgres
partner_password=cNIE2mC7Wf
partner_default_schema=partner
reportLogPath=automationLogAndReport
postgresqlUser=postgresql
db-port=5432
db-server=qa-plan.mosip.net
db-server=qa1-java21.mosip.net
hibernate.connection.driver_class=org.postgresql.Driver
hibernate.connection.pool_size=1
hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
hibernate.show_sql=true
hibernate.current_session_context_class=thread
db-su-user=postgres
postgres-password=cNIE2mC7Wf
postgres-password=
master_db_schema=master
ida_db_schema=ida

Expand All @@ -233,7 +233,7 @@ threadCount=1
#------------------------ Generic properties ------------------------#
enableDebug=yes
preconfiguredOtp=111111
usePreConfiguredOtp=true
usePreConfiguredOtp=false
# supported values yes or no. Assume that by Default e-signet is deployed
eSignetDeployed=yes
partnerUrlSuffix=oYf63Lax0DY2QkYMRHnrmDqhmO3RMWQagwm0ftgLlkuin1KOND/666/576732
Expand All @@ -247,6 +247,7 @@ serverErrorsToMonitor=IDA-MLC-018
pmsAuthInternal=true
partner_password=mosip123
partner_userName=111997
partner_revamp_userName=111999
partner_user_password=mosip123
policytest_password=mosip123
policytest_userName=111998
Expand All @@ -273,4 +274,8 @@ langselect=0
#Uncommemnt the below to run locally
#authCertsPath=
#Uncommemnt the below to run in Docker
authCertsPath=/home/mosip/authcerts
authCertsPath=/home/mosip/authcerts


mosip_components_base_urls=
#auditmanager=api-internal.dev1.mosip.net;idrepository=api-internal.dev1.mosip.net;partnermanager=api-internal.qa-inji.mosip.net;idauthentication=api-internal.qa-inji.mosip.net;policymanager=api-internal.qa-inji.mosip.net

0 comments on commit 7dea6ad

Please sign in to comment.