github.com/akeylesslabs/custom-producer

Custom Akeyless producers implemented as individual webhooks


Keywords
akeyless, letsencrypt, secrets-management
License
AGPL-3.0
Install
go get github.com/akeylesslabs/custom-producer

Documentation

Akeyless Custom Producers

Akeyless allows anybody to implement their own custom producer and integrate it with their Akeyless API Gateway. This is achieved using webhooks. This repository contains existing producers implemented using this method.

Custom producer implementations are located separated by language. For example, for producers implemented in Go, see go/ folder.

Installation

Please refer to each custom producer separately.