Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wwitzel3/octant-certmanager-plugin

octant cert manager plugin
https://github.com/wwitzel3/octant-certmanager-plugin

go octant octant-plugin

Last synced: 6 days ago
JSON representation

octant cert manager plugin

Awesome Lists containing this project

README

        

# Octant cert-manager Plugin

An Octant plugin for [cert-manager](https://cert-manager.io/) used to demo plugin functionality.

This plugin shows the DNS names for a given certificate.

![](./cert.png)

## Requirements

- Octant 0.19.0+
- Currently supports `cert-manager.io/v1`

## Installation

Go 1.16+ is required.

```
make install
```

This will compile the plugin and automatically move the binary to Octant's plugin path.