temporal
temporal copied to clipboard
feat: add getJWKSFromFileUri to defaultTokenKeyProvider
trafficstars
What changed?
Adds support for file URI in defaultTokenKeyProvider
Why?
Planning to provide easy way as an option to use temporal in datalens OS installation without additional container for JWKS provider.
How did you test it?
Found no tests for surrounding code, can add new test files if needed.
Potential risks
Probably user should be warned in stdout that using static keys is not the best way to go.
Documentation
Nothing in current behaviour is changed, just expanding possible URIs.
Is hotfix candidate?
Definetly no.