forked from phoenix-oss/llama-stack-mirror
chore: clarify cache_ttl to be key_recheck_period (#2220)
# What does this PR do? The cache_ttl config value is not in fact tied to the lifetime of any of the keys, it represents the time interval between for our key cache refresher. Signed-off-by: Sébastien Han <seb@redhat.com>
This commit is contained in:
parent
c25acedbcd
commit
1862de4be5
3 changed files with 5 additions and 5 deletions
|
@ -293,7 +293,7 @@ def oauth2_app():
|
|||
config={
|
||||
"jwks": {
|
||||
"uri": "http://mock-authz-service/token/introspect",
|
||||
"cache_ttl": "3600",
|
||||
"key_recheck_period": "3600",
|
||||
},
|
||||
"audience": "llama-stack",
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue