hhyygg2009 opened a new issue, #3230:
URL: https://github.com/apache/apisix-dashboard/issues/3230

   ### Issue description
   
   using elasticsearch-logger and store a password in config. but throw below 
err msg
   
   [warn] 50#50: *45968 [lua] plugin.lua:1002: decrypt_func(): failed to 
decrypt the conf of plugin [elasticsearch-logger] key [auth.password], err: 
decrypt ssl key failed
   
   
   
   
   ### Expected behavior
   
   elasticsearch-logger should normal with password
   
   ### How to Reproduce
   
   update  elasticsearch-logger config in apisix-dashboard, apisix log will 
throw below err msg
   
   [warn] 50#50: *45968 [lua] plugin.lua:1002: decrypt_func(): failed to 
decrypt the conf of plugin [elasticsearch-logger] key [auth.password], err: 
decrypt ssl key failed
   
   
   
   ```
   {
     "_meta": {
       "disable": false
     },
     "auth": {
       "password": "xxx",
       "username": "xxx"
     },
     "endpoint_addr": "https://xxx:9200";,
     "field": {
       "index": "xxx"
     },
     "ssl_verify": false,
     "timeout": 15
   }
   ```
   
   
   ### Screenshots
   
   _No response_
   
   ### Environment
   
   - apisix version (cmd: `apisix version`):
   - OS (cmd: `uname -a`):
   - OpenResty / Nginx version (cmd: `nginx -V` or `openresty -V`):
   - etcd version, if have (cmd: run `etcd --version`):
   - apisix-dashboard version, if have:
   - Browser version, if have:
   
   apps version: 
   
   apache/apisix:3.14.0-ubuntu
   apache/apisix-dashboard:3.0.1-centos
   
   
   ### Additional context
   
   _No response_


-- 
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]

Reply via email to