Adminutils installation failed | Ed Easy Installer #538
-
Hi, I am following the Ed Easy Installer script to provision Ed platform What should be the values for the above(LEARNER_API_AUTH_KEY and REFRESH_TOKEN_SECRET_KEY) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
@gandham-santhosh - for your attention please. |
Beta Was this translation helpful? Give feedback.
As part of onboard consumer jobs you will a JWT token generated for
adminutil_learner_api_key
refer to theLEARNER_API_AUTH_KEY
REFRESH_TOKEN_SECRET_KEY
Go to postgresql pod --> select keycloak db--> Run this psql commandSELECT value FROM component_config CC INNER JOIN component C ON(CC.component_id = C.id) WHERE C.realm_id = 'sunbird' and provider_id = 'hmac-generated' AND CC.name = 'secret';