Skip to content

Commit 42e4f0b

Browse files
fix: Changed secret expiration from 600 to 3600s
1 parent 1dcb4b8 commit 42e4f0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

diracx-core/src/diracx/core/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ class AuthSettings(ServiceSettingsBase):
161161
allowed_redirects: list[str] = []
162162
device_flow_expiration_seconds: int = 600
163163
authorization_flow_expiration_seconds: int = 300
164-
pilot_secret_expire_seconds: int = 600
164+
pilot_secret_expire_seconds: int = 3600
165165

166166
# State key is used to encrypt/decrypt the state dict passed to the IAM
167167
state_key: FernetKey

0 commit comments

Comments
 (0)