We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d244ca9 commit eff0b68Copy full SHA for eff0b68
mcpgateway/utils/services_auth.py
@@ -72,7 +72,7 @@ def get_key() -> bytes:
72
"""
73
passphrase = settings.auth_encryption_secret
74
if not passphrase:
75
- raise ValueError("AUTH_ENCRPYPTION_SECRET not set in environment.")
+ raise ValueError("AUTH_ENCRYPTION_SECRET not set in environment.")
76
return hashlib.sha256(passphrase.encode()).digest() # 32-byte key
77
78
0 commit comments