diff --git a/ee/api/chalicelib/utils/SAML2_helper.py b/ee/api/chalicelib/utils/SAML2_helper.py index 86a6c4683..c00081d2c 100644 --- a/ee/api/chalicelib/utils/SAML2_helper.py +++ b/ee/api/chalicelib/utils/SAML2_helper.py @@ -27,7 +27,7 @@ SAML2 = { } # in case tenantKey is included in the URL -sp_acs = config("idp_sp_tk", default="") +sp_acs = config("idp_tenantKey", default="") if sp_acs is not None and len(sp_acs) > 0: SAML2["sp"]["assertionConsumerService"]["url"] += sp_acs + "/" diff --git a/scripts/helm/app/chalice.yaml b/scripts/helm/app/chalice.yaml index 09d015401..2d6b53ead 100644 --- a/scripts/helm/app/chalice.yaml +++ b/scripts/helm/app/chalice.yaml @@ -64,6 +64,6 @@ env: idp_x509cert: '' idp_sls_url: '' idp_name: '' - idp_sp_tk: '' + idp_tenantKey: '' assist_secret: '' iceServers: '' diff --git a/scripts/helmcharts/openreplay/charts/chalice/values.yaml b/scripts/helmcharts/openreplay/charts/chalice/values.yaml index 8e0080746..5e76420e8 100644 --- a/scripts/helmcharts/openreplay/charts/chalice/values.yaml +++ b/scripts/helmcharts/openreplay/charts/chalice/values.yaml @@ -94,7 +94,7 @@ env: idp_x509cert: '' idp_sls_url: '' idp_name: '' - idp_sp_tk: '' + idp_tenantKey: '' assist_secret: '' iceServers: '' diff --git a/scripts/helmcharts/vars.yaml b/scripts/helmcharts/vars.yaml index 12b4971f8..46d52911c 100644 --- a/scripts/helmcharts/vars.yaml +++ b/scripts/helmcharts/vars.yaml @@ -73,7 +73,7 @@ chalice: # idp_x509cert: '' # idp_sls_url: '' # idp_name: '' - # idp_sp_tk: '' + # idp_tenantKey: '' # If you want to override something