This is an automated email from the ASF dual-hosted git repository.
young pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git
from 7cbf8ee80 fix: only log response body when `include_resp_body` is
enabled (#12599)
add 0b8b5cddc change(openid-connect): when `bearer_only` is `false`,
require the user to fill in `session.secret` (#12609)
No new revisions were added by this update.
Summary of changes:
apisix/plugins/openid-connect.lua | 8 +--
docs/en/latest/plugins/openid-connect.md | 16 ++----
docs/en/latest/tutorials/keycloak-oidc.md | 6 ++
docs/zh/latest/plugins/openid-connect.md | 16 ++----
docs/zh/latest/tutorials/keycloak-oidc.md | 6 ++
t/plugin/openid-connect.t | 91 +++++++++++++++++++++++++------
t/plugin/openid-connect2.t | 51 ++++++++++++++---
t/plugin/openid-connect3.t | 5 +-
t/plugin/openid-connect4.t | 5 +-
t/plugin/openid-connect5.t | 8 ++-
t/plugin/security-warning2.t | 6 ++
11 files changed, 163 insertions(+), 55 deletions(-)