mulimoen opened a new issue, #2832: URL: https://github.com/apache/apisix-ingress-controller/issues/2832
### Description ... or alternatively implement `secretRef` for plugins configuration in `PluginConfig` The implementation of the kubernetes Gateway API requires the resource `PluginConfig` to be used in `HTTPRoute`. When configuring plugins which requires secrets, for example `openid-connect`, no simple solution is present for using a k8s secret as the configuration is passed (I believe) directly through to the plugin. One can in `ApisixPluginConfig` use `secretRef` to interpolate keys and values from a k8s secret. A similar solution is not possible in `PluginConfig`. It would be ideal if one could use an `ApisixPluginConfig` as a filter in `HTTPRoute`. -- 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]
