Config Module Installation

Thanks for your help. softhsm-kernel secret issue resolved after running copy-secret.sh.

But, now config-server installation is failing due to below keys
Key1: mpartner_default_template_secret in config-server/keycloak-client-secrets

key2: resident-websub-regproc-workflow-complete-secret in Secret config-server/conf-secrets-various.

I appreciate in advance your help with this matter.

@sanchi-singh24 request your help please.

Hello @CHANDAN_MAITY

Can I know which version of mosip-infra you are using to deploy the config-server?

Try deploying from mosip-infra/deployment/v3/mosip/config-server at v1.2.0.2 · mosip/mosip-infra · GitHub,
and you won’t face this issue.

Hello @CHANDAN_MAITY

Did you try to deploy the above config server? Please let us know if you were able to proceed further.

If still issue persists please let us know !

Best regards,
Sanchi Singh
Team MOSIP

Dear INJI Team,

We are getting same error, which we have communicated earlier as well. Could you please help on this issue on priority?

Issue Description:

We are trying to run the e-signet collection mock IDA APIs using postman. In the auth code flow with OTP login, getting following error in get token API,

{
“error”: “invalid_assertion”,
“error_description”: “invalid_assertion”
}

Rest of the APIs above worked successfully. Request your help to resolve the issue.

HI @CHANDAN_MAITY

Please share eSignet logs to learn more about the issue.

Possible reasons the token endpoint may fail are:

  1. The private key used to sign the client assertion is incorrect.
  2. The “aud” claim used in the client assertion is incorrect.

thanks & regards,