Skip to content

Integrations

Kiln can be integrated with tools and libraries to provide encrypted environment variable support across different ecosystems.

koanf Provider

Go Configuration Library

Load encrypted environment variables directly into koanf configuration with full transformation support.

import "github.com/knadh/koanf/providers/kiln"
k.Load(kiln.Provider("kiln.toml", "", "production", kiln.Opt{
Prefix: "API_",
TransformFunc: transformKeys,
}), nil)

View Documentation →


To add your own integration to this list, send a pull request.