Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/wwitzel3/octant-certmanager-plugin
- Owner: wwitzel3
- License: apache-2.0
- Created: 2019-10-25T18:51:06.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-22T23:07:52.000Z (over 3 years ago)
- Last Synced: 2024-06-19T03:10:05.676Z (5 months ago)
- Topics: go, octant, octant-plugin
- Language: Go
- Size: 138 KB
- Stars: 12
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.