Skip to content

cnmaple/yzjapidecryption

Repository files navigation

Yunzhijia Open API Decryption Plugin

Yunzhijia Open API Request Body Decryption.

Configuration

To configure this plugin you should add its configuration to the Traefik dynamic configuration as explained here. The following snippet shows how to configure this plugin with the File provider in TOML and YAML: Static:

[experimental.plugins.yzjapidecryption]
  modulename = "github.com/cnmaple/yzjapidecryption"
  version = "v1.0.2"

Dynamic:

[http.middlewares]
  [http.middlewares.my-yzjapidecryption.plugin.yzjapidecryption]
    cloudFlowKey = "Your Yzj API CloudFlowKey"
http:
  middlewares:
   my-yzjapidecryption:
      plugin:
        yzjapidecryption:
          cloudFlowKey: Your Yzj API CloudFlowKey

Options

cloudFlowKey (cloudFlowKey)

The Yzj Open API CloudFlowKey

About

Yunzhijia Open API Decryption Plugin

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published