Facing error while deploying OpenCRVS version 1.4 #6605
Answered
by
sharma-rajat-93
sharma-rajat-93
asked this question in
Installation
-
OpenCRVS Core version1.4.0 OpenCRVS Countryconfig version1.4.0 Your operating system and versionUbuntu 22.04 Your node versionv16.13.0 Which of these describes your project best?
|
Beta Was this translation helpful? Give feedback.
Answered by
sharma-rajat-93
Mar 13, 2024
Replies: 2 comments 16 replies
-
Hi Team, I am trying to deploy OpenCRVS v1.4 to a qa environment but when running the GitHub action script, I am facing this error: I have forked the country config to my own repo which is here: https://github.com/radiantsolutionsorg/opencrvs-bahamas Any help will be greatly appreciated. |
Beta Was this translation helpful? Give feedback.
12 replies
Answer selected by
sharma-rajat-93
-
Okay I’ll get the MOSIP side values but to get the mediator client id,
secret etc. from the openCRVS UI, I’ll need to deploy it first correct? So
while deploying successfully, how can I get these values beforehand?
…On Mon, 18 Mar 2024 at 7:24 PM, Pyry Rouvila ***@***.***> wrote:
These are the values that connect to a OIDP integration, in MOSIP's case
it's E-Signet. The values could be for example:
NATIONAL_ID_OIDP_BASE_URL=https://esignet.test.mosip.net/
NATIONAL_ID_OIDP_REST_URL=https://esignet.test.mosip.net/v1/esignet/
NATIONAL_ID_OIDP_JWT_AUD_CLAIM=https://esignet.test.mosip.net/v1/esignet/oauth/v2/token <https://esignet.test.mosip.net/NATIONAL_ID_OIDP_REST_URL=https://esignet.test.mosip.net/v1/esignet/NATIONAL_ID_OIDP_JWT_AUD_CLAIM=https://esignet.test.mosip.net/v1/esignet/oauth/v2/token>
NATIONAL_ID_OIDP_CLIENT_ID=<<mosip provided client_id>>
NATIONAL_ID_OIDP_ESSENTIAL_CLAIMS=name,birthdate,address
NATIONAL_ID_OIDP_CLIENT_PRIVATE_KEY=<<base64 encoded private key, provided by MOSIP>>
The mediator client id, client secret and SHA secret are the national ID
system integration values created via the national system admin UI in
OpenCRVS. MOSIP provides the rest of the values; auth client id and secret
being auth partner values, auth URL being similar to "
https://iam.test.mosip.net/auth/realms/mosip/protocol/openid-connect/token",
auth user & pass being the keystore partner user name and password. The
death and birth proxy URL and generate AID url are URL's that are running
in MOSIP-side mediator.
—
Reply to this email directly, view it on GitHub
<#6605 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BAQKKESKPQYYIUZXOA477KDYY3W2XAVCNFSM6AAAAABETTMFFKVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DQMRYGM3TS>
.
You are receiving this because you modified the open/close state.Message
ID: ***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi Team, I am trying to deploy OpenCRVS v1.4 to a qa environment but when running the GitHub action script, I am facing this error:
I have forked the country config to my own repo which is here:
https://github.com/radiantsolutionsorg/opencrvs-bahamas
Any help will be greatly appreciated.