Skip to content

Latest commit

 

History

History
25 lines (24 loc) · 729 Bytes

TODO.org

File metadata and controls

25 lines (24 loc) · 729 Bytes

v0.1

CLI

  • [X] Implement commands and subcommands in a cleaner way (example)

Deployment

WIP AWS

  • [-] Add CDK template
    • [ ] Add permissions for IAM
    • [X] Add permissions for SSM
  • [X] Add Lambdas

KeyManager

  • [ ] Implement Google Cloud
  • [ ] Implement Azure

SecretsStore

  • [ ] Implement Gitlab

ConfigStore

  • [ ] Make sure to use SecretString
  • [ ] Implement Google Cloud Parameter Store
  • [ ] Implement Azure Key Vault Secrets

Backlog

  • [ ] Add documentation
  • [ ] Add ARCHITECTURE.md
  • [ ] Add IAM role (to be assumed when doing sth with the access key)
  • [ ] Rotate for multiple IAM users
  • [ ] Make cron job expression configurable (via ENV variable)