apisix-dashboard icon indicating copy to clipboard operation
apisix-dashboard copied to clipboard

bug: schema validate failed: schema not found, path: plugins.body-transformer

Open sanjivkamate opened this issue 2 years ago • 2 comments

Current Behavior

Body transformer plugin is not available in APISIX dashboard. APISIX dashboard version is 3.0

image

Below are the plugins in the config.yaml

plugins:

  • api-breaker
  • authz-casbin
  • authz-casdoor
  • authz-keycloak
  • aws-lambda
  • azure-functions
  • basic-auth
  • clickhouse-logger
  • client-control
  • consumer-restriction
  • cors
  • csrf
  • datadog
  • echo
  • error-log-logger
  • ext-plugin-post-req
  • ext-plugin-post-resp
  • ext-plugin-pre-req
  • fault-injection
  • file-logger
  • forward-auth
  • google-cloud-logging
  • grpc-transcode
  • grpc-web
  • gzip
  • hmac-auth
  • http-logger
  • ip-restriction
  • jwt-auth
  • kafka-logger
  • kafka-proxy
  • key-auth
  • ldap-auth
  • limit-conn
  • limit-count
  • limit-req
  • loggly
  • mocking
  • opa
  • openid-connect
  • opentelemetry
  • openwhisk
  • prometheus
  • proxy-cache
  • proxy-control
  • proxy-mirror
  • proxy-rewrite
  • public-api
  • real-ip
  • redirect
  • referer-restriction
  • request-id
  • request-validation
  • response-rewrite
  • rocketmq-logger
  • server-info
  • serverless-post-function
  • serverless-pre-function
  • skywalking
  • skywalking-logger
  • sls-logger
  • splunk-hec-logging
  • syslog
  • tcp-logger
  • traffic-split
  • ua-restriction
  • udp-logger
  • uri-blocker
  • wolf-rbac
  • zipkin
  • elasticsearch-logge
  • openfunction
  • tencent-cloud-cls
  • ai
  • cas-auth

Expected Behavior

Body transformer plugin should be available in APISIX dashboard.

Error Logs

No response

Steps to Reproduce

  1. Run APISIX dashboard
  2. Create a route with body-transformer plugin

Environment

  • APISIX version - 3.4.1
  • Operating system - Linux finexta.in 5.4.17-2136.312.3.4.el8uek.x86_64 https://github.com/apache/apisix/pull/2 SMP Wed Oct 19 17:42:16 PDT 2022 x86_64 x86_64 x86_64 GNU/Linux
  • OpenResty / Nginx version - openresty/1.21.4.1
  • etcd version, if relevant - "etcd_version":"3.5.0","version":"3.4.1","id":"b9812f90-578b-46eb-b6a1-99ea13bcbc6b","hostname":"finexta.in","boot_time":1690378304}
  • APISIX Dashboard version, if relevant:
  • Plugin runner version, for issues related to plugin runners:
  • LuaRocks version, for installation issues - luarocks: command not found (Not sure if this is relevant)

sanjivkamate avatar Jul 28 '23 04:07 sanjivkamate