Skip to content

Commit

Permalink
MOSIP-36175 updated prereg properties
Browse files Browse the repository at this point in the history
Signed-off-by: Sohan Kumar Dey <[email protected]>
  • Loading branch information
Sohandey committed Sep 30, 2024
1 parent f7e11ae commit 0810976
Showing 1 changed file with 0 additions and 201 deletions.
201 changes: 0 additions & 201 deletions api-test/src/main/resources/config/prereg.properties
Original file line number Diff line number Diff line change
@@ -1,201 +0,0 @@
#---------------------------------- End point(s) relative URLs ----------------------------------#
authclientidsecretkeyURL = /v1/authmanager/authenticate/clientidsecretkey
authenticationInternal = /v1/authmanager/authenticate/internal/useridPwd
keycloakAuthURL = /auth/realms/master/protocol/openid-connect/token
auditLog_URI = /v1/auditmanager/audits
EmailNotification_URI = /v1/notifier/email/send
preregSendOtp = /preregistration/v1/login/sendOtp/langcode
preregValidateOtp = /preregistration/v1/login/validateOtp
zoneMappingUrl = /v1/masterdata/zoneuser
zoneNameUrl = /v1/masterdata/zones/zonename
zoneMappingActivateUrl = /v1/masterdata/zoneuser
userCenterMappingUrl = /v1/masterdata/usercentermapping
bulkUploadUrl = /v1/admin/bulkupload
currentUserURI=/#/uinservices/viewhistory
actuatorEndpoint=/resident/v1/actuator/env
actuatorAdminEndpoint=/v1/admin/actuator/env
actuatorMasterDataEndpoint=/v1/masterdata/actuator/env
actuatorIDAEndpoint=/idauthentication/v1/actuator/env
actuatorRegprocEndpoint=/registrationprocessor/v1/registrationtransaction/actuator/env
actuatorEsignetEndpoint=/v1/esignet/actuator/env
tokenEndpoint=/v1/esignet/oauth/token
auditActuatorEndpoint=/v1/auditmanager/actuator/info
validateBindingEndpoint=ida-binding
esignetWellKnownEndPoint=/v1/esignet/oidc/.well-known/openid-configuration
signupSettingsEndPoint=/v1/signup/settings
esignetActuatorPropertySection=esignet-default.properties



#---------------------------------- APP IDs ----------------------------------#
#-- When test rig ran in docker, these values dervied from the environment ---#
mosip_pms_app_id = partner
mosip_resident_app_id = resident
mosip_idrepo_app_id = idrepo
mosip_regclient_app_id = registrationclient
mosip_hotlist_app_id = hotlist
mosip_regprocclient_app_id = regproc
AuthAppID = resident
mosip_admin_app_id = admin



#---------------------------------- Client IDs -------------------------------#
#-- When test rig ran in docker, these values dervied from the environment ---#
mosip_pms_client_id = mosip-pms-client
mosip_partner_client_id = mosip-partner-client
mosip_resident_client_id = mosip-resident-client
mosip_idrepo_client_id = mosip-idrepo-client
mosip_reg_client_id = mosip-reg-client
mosip_admin_client_id = mosip-admin-client
mosip_hotlist_client_id = mosip-hotlist-client
mosip_regproc_client_id = mosip-regproc-client
mpartner_default_mobile_client_id = mpartner-default-mobile
mosip_testrig_client_id = mosip-testrig-client
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



#----------------------------- minio proprties ------------------------------#
s3-user-key = minioadmin
s3-user-secret = minioadmin
s3-host = http://minio.minio:9000
s3-account = automation
s3-region = null
reportExpirationInDays = 3
s3-account-for-persona-data = personaData
push-reports-to-s3 = yes


#-------------------- Keycloak User Creation proprties ----------------------#
#-- When test rig ran in docker,few of below dervied from the environment ---#
new_Resident_User = 111995
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-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
roles.globaladmin = GLOBAL_ADMIN,REGISTRATION_ADMIN,uma_authorization,ZONAL_ADMIN,default-roles-mosip


#------------------------- DB Connectivity proprties ------------------------#
#-- When test rig ran in docker,few of below dervied from the environment ---#
driver_class=org.postgresql.Driver
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_username=postgres
audit_password=cNIE2mC7Wf
audit_default_schema=audit
DB_PORT=
installation-domain=
partner_url=jdbc:postgresql://qa-plan.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
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
pms_db_schema=pms
km_db_schema=keymgr
master_db_schema=master
audit_db_schema=audit
ida_db_schema=ida


#------------------------- DSL specific proprties ------------------------#
#------------------------- We need to see how to have DSL specific proprties file ------------------------#
packetUtilityBaseUrl=http://localhost:8080
mountPathForScenario=D:/centralized/mountvolume
mountPath=/home/mosip/mountvolume
# Add scenarios to skip from automation and server side
# supported values "S-scnearioNumber" for server side and "A-scnearioNumber" for automation
scenariosToSkip=
# Add scenarios to include in the the execution list
# Empty if we want to execute all the scenarios---
scenariosToExecute=
# supported values yes or no
useExternalScenarioSheet=yes
# supported values are 1 to 8
threadCount=1

#------------------------ Generic properties ------------------------#
enableDebug=yes
preconfiguredOtp=111111
usePreConfiguredOtp=true
# supported values yes or no. Assume that by Default e-signet is deployed
eSignetDeployed=yes
partnerUrlSuffix=oYf63Lax0DY2QkYMRHnrmDqhmO3RMWQagwm0ftgLlkuin1KOND/666/576732
reportIgnoredTestCases=no
reportKnownIssueTestCases=no
servicesNotDeployed=
esignetMockBaseURL=esignet-insurance.
sunBirdBaseURL=registry
slack-webhook-url=
serverErrorsToMonitor=IDA-MLC-018
pmsAuthInternal=true
partner_password=mosip123
partner_userName=111997
partner_user_password=mosip123
policytest_password=mosip123
policytest_userName=111998
policytest_without_pmrole_userName=111887
admin_password=mosip123
admin_userName=220005
admin_zone_password=mosip123
admin_zone_userName=globaladmin
mockNotificationChannel=email,phone
mountPathForReport=/home/mosip/testrig/report



#------------------------- Need to check if these are used or not ------------------------#
OTPTimeOut = 181
attempt = 10
ConfigParameters=mosip.kernel.rid.length,mosip.kernel.uin.length,mosip.kernel.sms.country.code,mosip.kernel.sms.number.length,mosip.kernel.otp.default-length,mosip.kernel.otp.expiry-time,mosip.kernel.otp.key-freeze-time,mosip.kernel.otp.validation-attempt-threshold,mosip.kernel.otp.min-key-length,mosip.kernel.otp.max-key-length,mosip.kernel.licensekey.length,mosip.supported-languages
# supported values are 0 ,1, 2 based on number of env languages
langselect=0



#----------------------------------AuthDemoService Host properties----------------------------------------------------------#
#Uncommemnt the below to run locally
#authCertsPath=
#Uncommemnt the below to run in Docker
authCertsPath=/home/mosip/authcerts

0 comments on commit 0810976

Please sign in to comment.