nic-6443 commented on code in PR #12986:
URL: https://github.com/apache/apisix/pull/12986#discussion_r2780796096
##########
apisix/plugins/openid-connect.lua:
##########
@@ -84,6 +84,58 @@ local schema = {
description = "it holds the cookie lifetime in
seconds in the future",
}
}
+ },
+ storage = {
+ type = "string",
+ enum = {"cookie", "redis"},
+ default = "cookie",
+ },
+ redis = {
Review Comment:
It is necessary to add a dependency relationship between the `storage` and
`redis` fields.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]