You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to use secretRef for my custom plugin (ldap-auth-custom) to avoid having the login_password and login_dn written in plain text in the multi-auth plugin configuration and instead use Kubernetes secrets. While referencing secretRef works fine with a single plugin configuration, it seems to not work with the multi-auth plugin configuration.
Is the reason behind this that secretRef doesn’t allow nesting, or am I missing something? Is there any way to use Kubernetes secrets in the multi-auth plugin configuration?
Environment
APISIX version (run apisix version): apisix version
Operating system (run uname -a): 22.04.3-Ubuntu
OpenResty / Nginx version (run openresty -V or nginx -V):
etcd version, if relevant (run curl http://127.0.0.1:9090/v1/server_info):
APISIX Dashboard version, if relevant:
Plugin runner version, for issues related to plugin runners:
LuaRocks version, for installation issues (run luarocks --version):
The text was updated successfully, but these errors were encountered:
Description
I have following multi-auth configuration:
I would like to use secretRef for my custom plugin (ldap-auth-custom) to avoid having the login_password and login_dn written in plain text in the multi-auth plugin configuration and instead use Kubernetes secrets. While referencing secretRef works fine with a single plugin configuration, it seems to not work with the multi-auth plugin configuration.
Is the reason behind this that secretRef doesn’t allow nesting, or am I missing something? Is there any way to use Kubernetes secrets in the multi-auth plugin configuration?
Environment
apisix version
): apisix versionuname -a
): 22.04.3-Ubuntuopenresty -V
ornginx -V
):curl http://127.0.0.1:9090/v1/server_info
):luarocks --version
):The text was updated successfully, but these errors were encountered: