Skip to content
This repository has been archived by the owner on Mar 30, 2024. It is now read-only.

Commit

Permalink
Merge pull request #23 from intuitem/remove-mira
Browse files Browse the repository at this point in the history
remove MIRA mentions
  • Loading branch information
eric-intuitem committed Dec 9, 2023
2 parents 4d62f86 + 1dc89de commit f258c53
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ciso_assistant/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.9.4
0.9.5
5 changes: 3 additions & 2 deletions ciso_assistant/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -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]

Expand Down Expand Up @@ -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 = [
Expand Down

0 comments on commit f258c53

Please sign in to comment.