This repository has been archived by the owner on Jun 11, 2020. It is now read-only.
Releases: cuppett/ocp-iam-broker
Releases · cuppett/ocp-iam-broker
Secrets Cleanup
Adds secret expiration TTL.
Functionality:
- DynamoDB TTL and stream to handle expiration of Secrets not used in N days (default 14).
Includes:
- deployment.yml - CloudFormation template/update
- v0.2-alpha.zip - Lambda payload
- User Guide now part of the repository (asciidoc)
Initial Release
Provides all initial, essential functionality.
Includes:
- deployment.yml - CloudFormation template for AWS deployment
- v0.1-alpha.zip - Lambda function payload
- User Guide.pdf - Instructions for deployment
Functionality:
- DynamoDB private registry/mapping tables for ServiceAccount to IAM Roles
- AWS Lambda STS broker
- Broker proxy sidecar build
- OCP mutating webhook for injecting STS broker sidecar on Pod create
- Support both public/private clusters in AWS
ToDo:
- Clean up generated secrets when/as pods are deleted
- Add architecture and flow diagrams