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 1dcb4b8 commit 42e4f0bCopy full SHA for 42e4f0b
diracx-core/src/diracx/core/settings.py
@@ -161,7 +161,7 @@ class AuthSettings(ServiceSettingsBase):
161
allowed_redirects: list[str] = []
162
device_flow_expiration_seconds: int = 600
163
authorization_flow_expiration_seconds: int = 300
164
- pilot_secret_expire_seconds: int = 600
+ pilot_secret_expire_seconds: int = 3600
165
166
# State key is used to encrypt/decrypt the state dict passed to the IAM
167
state_key: FernetKey
0 commit comments