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

https://github.com/ironcore864/terraform-sm2kubes


https://github.com/ironcore864/terraform-sm2kubes

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# Terraform Module for CloudWatch Event Rule Triggering Lambda

This is the Cloud Infra part of [this repo](https://github.com/IronCore864/sm2kubes).

## Architecture

Secrets Manager API Call -> CloudTrail -> CloudWatch Event Rule -> Lambda -> Golang App getting secret from Secrets Manager and writing to K8s with K8s API.

## Permission

The IAM role in the output needs to have access to your EKS cluster and have access to write secrets.

More information on EKS access control, see [here](https://aws.amazon.com/premiumsupport/knowledge-center/amazon-eks-cluster-access/).