Skip to content

A pepr capability for patching Istio gateways with certs created from cert-manager.

Notifications You must be signed in to change notification settings

TristanHoladay/cert-manager-pepr

Repository files navigation

Pepr Module

This is a Pepr Module. Pepr is a type-safe Kubernetes middleware system.

The capabilities directory contains all the capabilities for this module. By default, a capability is a single typescript file in the format of capability-name.ts that is imported in the root pepr.ts file as import { HelloPepr } from "./capabilities/hello-pepr";. Because this is typescript, you can organize this however you choose, e.g. creating a sub-folder per-capability or common logic in shared files or folders.

Example Structure:

Module Root
├── package.json
├── pepr.ts
└── capabilities
    ├── example-one.ts
    ├── example-three.ts
    └── example-two.ts

About

A pepr capability for patching Istio gateways with certs created from cert-manager.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages