Skip to content

Commit

Permalink
[MOSIP-35375]added secret generation for sunbird.
Browse files Browse the repository at this point in the history
Signed-off-by: Mahesh.Binayak <Mahesh.Binayak@technoforte.co.in>
Mahesh-Binayak committed Sep 23, 2024
1 parent f6add41 commit 298602d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion default.sh
Original file line number Diff line number Diff line change
@@ -689,7 +689,7 @@ elif [ "$MODULE" = "resident-oidc" ]; then
LOGO_URI="https://sunbird.org/images/sunbird-logo-new.png"
REDIRECT_URIS="io.mosip.residentapp.inji:\/\/oauthredirect,https://inji.$( printenv installation-domain)/redirect"
onboard_esignet_sunbird_partner
echo "Updating Sunbird OIDC Partner Client ID"
echo "Updating Sunbird-OIDC Partner Client ID"
kubectl create secret generic sunbird-oidc-partner-clientid -n $ns_mimoto --from-literal=sunbird-oidc-partner-clientid=$mpartnerdefaultsunbirdoidcclientID --dry-run=client -o yaml | kubectl apply -f -
echo "Esignet Sunbird Partner onboarding completed"
fi

0 comments on commit 298602d

Please sign in to comment.