istio-ecosystem / authservice

Move OIDC token acquisition out of your app code and into the Istio mesh
Apache License 2.0
217 stars 63 forks source link

[Cherrypick] Fix the unmatched request handling by set the grpc status in payload.… #225

Closed incfly closed 2 years ago

incfly commented 2 years ago

… (#223)

Signed-off-by: Jianfei Hu hujianfei258@gmail.com

Signed-off-by: Jianfei Hu hujianfei258@gmail.com

Signed-off-by: Jianfei Hu hujianfei258@gmail.com

Signed-off-by: Jianfei Hu hujianfei258@gmail.com

istio-testing commented 2 years ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: incfly

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files: - ~~[OWNERS](https://github.com/istio-ecosystem/authservice/blob/master/OWNERS)~~ [incfly] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment
incfly commented 2 years ago

Therefore the future workflow for dot release would be cherrypick to the release branch and create PR. Creating release still requires creating the tag on the branch, as required by the CI automation.

Hope to bring a bit more organized.