IvanBayan / cert-manager-acm-importer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

This project handles syncing certificates managed in kubernetes into AWS ACM, so that they can be used with Application Load Balancers

Basic usage: To import a certificate to ACM automatically, annotate the Certificate resource with legalzoom.com/import-to-acm: 'true'.

Permissions: This controller requires List,Get,Watch permissions on Secrets and Certificates across any namespaces that you wish to allow certificates to be imported into ACM.

On the AWS side, it requires all ACM permissions except for acm:RequestCertificate and acm:ResendValidationEmail

About

License:Apache License 2.0


Languages

Language:Go 95.1%Language:Makefile 3.4%Language:Dockerfile 1.5%