Skip to content

Commit

Permalink
feat: Ensure legacy DIRAC CS is never initialised
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisburr committed Jan 28, 2024
1 parent f4b1ab0 commit 7730817
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions diracx-testing/src/diracx/testing/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@
from diracx.routers.auth import AuthSettings
from diracx.routers.job_manager.sandboxes import SandboxStoreSettings

# Ensure that if we try to load the legacy DIRAC config that it fails
os.environ["DIRAC_DISABLE_GCONFIG_REFRESH"] = "true"

# to get a string like this run:
# openssl rand -hex 32
ALGORITHM = "HS256"
Expand Down

0 comments on commit 7730817

Please sign in to comment.