https://github.com/ironcore864/terraform-sm2kubes
https://github.com/ironcore864/terraform-sm2kubes
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ironcore864/terraform-sm2kubes
- Owner: IronCore864
- Created: 2021-02-19T11:37:38.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-19T12:34:46.000Z (over 5 years ago)
- Last Synced: 2024-12-31T12:46:27.916Z (over 1 year ago)
- Language: HCL
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/).