Skip to content

Player installation failed | Ed Easy Installer #542

Closed Answered by tsprasath
Marc70008 asked this question in Installation
Discussion options

You must be logged in to vote

@Marc70008

We have seen this occur occasionally. Please login to postgres kong database and run truncate the acls table.

truncate acls;
helm uninstall onboardconsumer -n dev
sleep 30
helm upgrade --install onboardconsumer https://sunbirdartifact.blob.core.windows.net/easyinstaller/onboardconsumer-0.1.0.tgz -n dev
LOGS=$(kubectl logs -l job-name=onboardconsumer -n dev --tail=10000 | grep -E "JWT token for api-admin is")
TOKEN=$(echo $LOGS | grep -oP "(?<=: ).*")
echo "JWT token for api-admin:"
echo "$TOKEN"
echo "core_vault_sunbird_api_auth_token: \"$TOKEN\"" >> global-values.yaml
echo "sunbird_api_auth_token: \"$TOKEN\"" >> global-values.yaml

Replies: 3 comments 13 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
13 replies
@Marc70008
Comment options

@tsprasath
Comment options

@Marc70008
Comment options

@tsprasath
Comment options

Answer selected by Marc70008
@Marc70008
Comment options

@tsprasath
Comment options

@Marc70008
Comment options

@tsprasath
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants