Skip to content

Commit

Permalink
[fds-2373] Remove the need to do version checking on Synapse creation (
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanFauble authored Sep 6, 2024
1 parent c6db5bb commit 9aea09e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions schematic_api/api/security_controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
syn = Synapse(
configPath=CONFIG.synapse_configuration_path,
cache_client=False,
skip_checks=True,
)
jwks_client = PyJWKClient(
uri=syn.authEndpoint + "/oauth2/jwks", headers=syn._generate_headers()
Expand Down

0 comments on commit 9aea09e

Please sign in to comment.