From 972b571a76333584565feaebcafd1162d50e5e76 Mon Sep 17 00:00:00 2001 From: eric-intuitem <71850047+eric-intuitem@users.noreply.github.com> Date: Sat, 9 Dec 2023 11:04:30 +0100 Subject: [PATCH 1/2] remove MIRA mentions --- ciso_assistant/settings.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ciso_assistant/settings.py b/ciso_assistant/settings.py index 46f3505..1230b7c 100644 --- a/ciso_assistant/settings.py +++ b/ciso_assistant/settings.py @@ -47,7 +47,8 @@ # SECURITY WARNING: don't run with debug turned on in production! DEBUG = os.environ.get('DJANGO_DEBUG') == 'True' -CISO_URL = os.environ.get('MIRA_URL', 'http://127.0.0.1:8000') +CISO_URL = os.environ.get('CISO_URL', 'http://127.0.0.1:8000') +print("coucou", CISO_URL) ALLOWED_HOSTS = [urlparse(CISO_URL).hostname] CSRF_TRUSTED_ORIGINS = [CISO_URL] @@ -262,7 +263,7 @@ AUTHENTICATION_BACKENDS = ['passkeys.backend.PasskeyModelBackend'] FIDO_SERVER_ID=urlparse(CISO_URL).hostname -FIDO_SERVER_NAME="FidoMira" +FIDO_SERVER_NAME="FidoCiso" # leave KEY_ATTACHMENT undefined to allow both platform and roaming authenticators PASSWORD_HASHERS = [ From 1dc89de5eb38eabc81b0eead3232e8ad5349f920 Mon Sep 17 00:00:00 2001 From: eric-intuitem <71850047+eric-intuitem@users.noreply.github.com> Date: Sat, 9 Dec 2023 11:05:42 +0100 Subject: [PATCH 2/2] Update VERSION --- ciso_assistant/VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ciso_assistant/VERSION b/ciso_assistant/VERSION index 2bd77c7..0383441 100644 --- a/ciso_assistant/VERSION +++ b/ciso_assistant/VERSION @@ -1 +1 @@ -0.9.4 \ No newline at end of file +0.9.5 \ No newline at end of file