mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-07-31 19:16:29 +00:00
fix(dashboard): set headers for JWKS requests
This commit is contained in:
parent
eb08467a7a
commit
83cee29ff7
2 changed files with 24 additions and 0 deletions
|
|
@ -601,6 +601,10 @@ class SelfHostedOIDCProvider(DashboardAuthProvider):
|
|||
disco["jwks_uri"],
|
||||
cache_keys=True,
|
||||
lifespan=_JWKS_CACHE_SECONDS,
|
||||
headers={
|
||||
"Accept": "application/json",
|
||||
"User-Agent": "HermesAgent/1.0",
|
||||
},
|
||||
)
|
||||
return self._jwks_client
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue