You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2022/04/05 11:40:13 UTC

[GitHub] [apisix] mehmetcuneyit commented on issue #6792: help request: openid-connect plugin server-side session storage configuration

mehmetcuneyit commented on issue #6792:
URL: https://github.com/apache/apisix/issues/6792#issuecomment-1088599472

   @spacewander I think it is doable. Underlying library [lua-resty-session](https://github.com/bungle/lua-resty-session) supports various options for the session storage ( see [PluggableStorageAdapters](https://github.com/bungle/lua-resty-session#pluggable-storage-adapters) ) . I'm trying to figure out how I can pass the library configurations through (apisix conf yaml OR openid-connect plugin) -> lua-resty-openidc -> lua-resty-session. ( e.g. [regis storage adapter](https://github.com/bungle/lua-resty-session#redis-storage-adapter) ) 


-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org