Skip to content

The function proxy_get_configuration() should be removed from the SDK #131

Open
@mkauf

Description

@mkauf

The function proxy_get_configuration() is not implemented anymore in Envoy. If it's used by a WASM plugin, Envoy prints this error message:

[error][wasm] [source/extensions/common/wasm/wasm_vm.cc:38] Failed to load Wasm module due to a missing import: env.proxy_get_configuration

Therefore the function proxy_get_configuration() should be removed from the SDK.

Note: To get the plugin configuration, use getBufferBytes(WasmBufferType::PluginConfiguration, 0, configuration_size).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions