Skip to main content
Version: 1.x

Networking Configuration

wasmCloud works well in secure environments, including those with private networks, proxies, and private registries. This guide provides information on how to configure wasmCloud to work in these environments.

Proxies​

The wasmCloud host supports pulling images for components and providers from OCI (Open Container Initiative) registries.

See the Proxies guide for information on how to configure wasmCloud to work through a proxy.

Registries​

The wasmCloud host can be configured to authenticate with a private registry using host configuration.

See the Registries guide for information on how to configure wasmCloud to work with private registries.

Certificates​

wasmCloud, by default, will use the native system certificates when attempting to establish secure connections.

See the Certificates guide for information on how to configure wasmCloud to use custom certificates.