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 a79ec73 commit 19808b3Copy full SHA for 19808b3
mns_subscription/src/authentication.py
@@ -21,7 +21,7 @@ def __init__(self, service: Service, secret_manager_client, environment, cache:
21
self.cache = cache
22
self.cache_key = f"{service.value}_access_token"
23
24
- self.expiry = 30
+ self.expiry = 540
25
self.secret_name = f"imms/pds/{environment}/jwt-secrets" if service == Service.MNS else \
26
f"imms/immunization/{environment}/jwt-secrets"
27
0 commit comments