Hello Team,
While accessing injiweb ui , when we click on get started, it is saying service currently unavailable… deployed the latest mimoto that is 0.17.0 as the current version v0.15.2 is failing to fetch the list of issuers, but after deploying 0.17.0 the pod is throwing error like ‘Validation failed in Mimoto-issuers-config.json:’ even after i have updated the Mimoto-issuers-config.json from the latest config branch 0.7.0
the 0.15.2 pod is coming up without an issue… only 0.17.0 pod is having problem.
getting below errors in mimoto logs
Validation failed in Mimoto-issuers-config.json:
Errors for issuer at index: 1 with issuerId - Mosip
- credential_issuer_host must be a valid URL
- proxy_token_endpoint must be a valid URL
- wellknown_endpoint must be a valid URL
Errors for issuer at index: 2 with issuerId - StayProtected - credential_issuer_host must be a valid URL
- proxy_token_endpoint must be a valid URL
- wellknown_endpoint must be a valid URL
Errors for issuer at index: 3 with issuerId - Mock - credential_issuer_host must be a valid URL
- proxy_token_endpoint must be a valid URL
- wellknown_endpoint must be a valid URL
Errors for issuer at index: 4 with issuerId - MosipTAN - proxy_token_endpoint must be a valid URL
Errors for issuer at index: 5 with issuerId - Land - credential_issuer_host must be a valid URL
- proxy_token_endpoint must be a valid URL
- wellknown_endpoint must be a valid URL
currently these below versions are running in our env:
inji-web = mosipid/inji-web:0.12.0
inji-verify = mosipid/inji-verify:0.10.0
inji-certify = mosipid/inji-certify:0.10.2
mimoto = mosipid/mimoto:0.17.0
esignet = mosipid/esignet:1.4.1
datashare = mosipid/data-share-service:1.3.0-beta.2
Please let us know if we are missing anything.