From c46ef1dc0e3050697f7ea1894a96e53df386d48d Mon Sep 17 00:00:00 2001 From: Taha Yassine Kraiem Date: Wed, 1 Mar 2023 19:14:25 +0100 Subject: [PATCH] feat(chalice): changed env-var name --- ee/api/chalicelib/utils/SAML2_helper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ee/api/chalicelib/utils/SAML2_helper.py b/ee/api/chalicelib/utils/SAML2_helper.py index ba245f1fc..f12f7e795 100644 --- a/ee/api/chalicelib/utils/SAML2_helper.py +++ b/ee/api/chalicelib/utils/SAML2_helper.py @@ -21,7 +21,7 @@ SAML2 = { "binding": "urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect" }, "NameIDFormat": "urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress", - "x509cert": config("sp_x509cert", default=""), + "x509cert": config("sp_crt", default=""), "privateKey": config("sp_key", default="") }, "idp": None