Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 449 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 449 Bytes

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.