-
Notifications
You must be signed in to change notification settings - Fork 0
/
TODO
28 lines (28 loc) · 1.04 KB
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
- [x] Load Public and Private keys from AWS SSM
- [x] Sync local Configurations to AWS SSM
- [x] Load Keys from environment variables
- [x] Support CI environment
- [x] Create CLI Utility
- [x] Write Documentation
- [x] Create Logo and find a name
- [x] Write inline help
- [x] Prevent user if the secret file already exist
- [x] Prevent user if the key pair files already exist
- [x] Preload private key before opening the file, or ignore those when nothing is encrypted
- [x] Encrypt file without vi or terminal based editor
- [x] Passing values through env variables
- [x] Upload local Keys to AWS SSM
- [x] Generate local .env
- [x] AWS Configuration is optional
- [x] Defaults should always be triggered
- [] Support Windows 😬
- [] Print values with replaced variables
- [] Allow Multiple Public Keys / Private Keys
- [] Support AWS SSO
- [] Support AWS Assume Role
- [] Provide a UI
- [] Provide a way to detect drift
- [] Allow updating Keys quickly
- [] Write Tests Cases
- [] Clean the example directory
- [] Edit values should decrypt values to update them