Skip to content

Commit

Permalink
adding in the params to turn on/off jwks caching (#515)
Browse files Browse the repository at this point in the history
Signed-off-by: thor wolpert <[email protected]>
  • Loading branch information
thorwolpert authored and katiemcgoff committed Feb 1, 2019
1 parent a260525 commit 2444795
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ class Config(object):
JWT_OIDC_ISSUER = os.getenv('JWT_OIDC_ISSUER')
JWT_OIDC_AUDIENCE = os.getenv('JWT_OIDC_AUDIENCE')
JWT_OIDC_CLIENT_SECRET = os.getenv('JWT_OIDC_CLIENT_SECRET')
JWT_OIDC_CACHING_ENABLED = os.getenv('JWT_OIDC_CACHING_ENABLED')
JWT_OIDC_JWKS_CACHE_TIMEOUT = os.getenv('JWT_OIDC_JWKS_CACHE_TIMEOUT')

TESTING = False,
DEBUG = False
Expand Down

0 comments on commit 2444795

Please sign in to comment.