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 6e217a9 commit d509dfaCopy full SHA for d509dfa
api/PclusterApiHandler.py
@@ -64,6 +64,7 @@
64
JWKS_URL = os.getenv("JWKS_URL",
65
f"https://cognito-idp.{REGION}.amazonaws.com/{USER_POOL_ID}/" ".well-known/jwks.json")
66
API_BASE_URL_MAPPING = {}
67
+
68
if API_BASE_URL:
69
for url in API_BASE_URL.split(","):
70
if url:
0 commit comments