User is created but password couldn't be updated #678
-
Hi @santhosh-tg @gandham-santhosh , On hitting the POST request to User create Admin (/api/user/v1/create), we get the following error Request body:
Response
As mentioned in https://github.com/orgs/Sunbird-Ed/discussions/306 , we checked the following
Please let us know what configuration is missing. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 15 replies
-
@akulavasu were you not able to see this user in the system after it is created? Did you check if there are any errors seen on learner service? @AmiableAnil |
Beta Was this translation helpful? Give feedback.
@santhosh-tg @gandham-santhosh @AmiableAnil , the second issue mentioned above (Unable to verify the first certificate) is resolved now after updating the certificate chain crt file along with the site certificate crt in the core_vault_proxy_site_crt variable under core/secrets.yml in private repo.
Once this was fixed, the keycloak password update also started working as expected.
Thanks