Using environmental variables in Open Distro security plugin configuration

You have to execute securityadmin.sh with the parameter --resolve-env-vars and change config.yml to

...
            bind_dn: ${env.LDAP_BIND_DN}
            password: ${env.LDAP_BIND_PASSWORD}
...
1 Like