From bd684a7f4d4a04a218993b373c155092101b3080 Mon Sep 17 00:00:00 2001 From: Kartheek Palla Date: Fri, 17 Sep 2021 13:43:51 +0530 Subject: [PATCH] Issue #SB-26764 fix: SSO issue in VDN (#2894) --- ansible/roles/stack-sunbird/templates/sunbird_player.env | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ansible/roles/stack-sunbird/templates/sunbird_player.env b/ansible/roles/stack-sunbird/templates/sunbird_player.env index 428e3eff64..d8d01aeca0 100644 --- a/ansible/roles/stack-sunbird/templates/sunbird_player.env +++ b/ansible/roles/stack-sunbird/templates/sunbird_player.env @@ -139,3 +139,6 @@ sunbird_base_proto={{sunbird_base_proto | default(proto)}} opensaber_service_url={{ sunbird_opensaber_service_url | default('http://opensaber-service:8080') }} # api whitelisting for sunbird portal sunbird_enable_api_whitelist={{ sunbird_enable_api_whitelist | default('true') }} + +#release-4.1.0 +crypto_encryption_key_external={{crypto_encryption_key_external|default("")}}