You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Accept: application/json request header to the OAuth2 token request, in order to make the Github token endpoint respond with a JSON token response (#307)
how Couper handles missing variables during context evaluation (#255)
Previously missing elements results in evaluation errors and expressions like set_response_headers failed completely instead of one key/value pair.
The evaluation has two steps now and will look up variables first and prepares the given expression to return Nil as fallback.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
1.5
Added
Accept: application/jsonrequest header to the OAuth2 token request, in order to make the Github token endpoint respond with a JSON token response (#307)signing_ttlandsigning_key/signing_key_filetojwtblock for use withjwt_sign()function (#309)jwks_urlandjwks_ttltojwtblock (#312)token_valueattribute injwtblock (#345)headersattribute injwt_signing_profileblock (#329)Changed
claimsin ajwtblock are now evaluated per request, so thatrequestproperties can be used as required claim values (#314)set_response_headersfailed completely instead of one key/value pair.The evaluation has two steps now and will look up variables first and prepares the given expression to return
Nilas fallback.Fixed
Beta
beta_scope_claimattribute tojwtblock;beta_scopeattribute toapiandendpointblocks; error typesbeta_operation_deniedandbeta_insufficient_scope(#315)beta_roles_claimandbeta_roles_mapattributes tojwtblock (#325) (#338) (#352)Dependencies
This discussion was created from the release 1.5.
Beta Was this translation helpful? Give feedback.
All reactions