Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
mkauf opened this issue Dec 24, 2021 · 0 comments
Open

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

mkauf opened this issue Dec 24, 2021 · 0 comments

Comments

@mkauf
Copy link

mkauf commented Dec 24, 2021

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant