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

https://github.com/jfagoagas/kms-helper

Tool to encrypt/decrypt using AWS KMS with ease
https://github.com/jfagoagas/kms-helper

aws hacktoberfest kms security

Last synced: about 2 months ago
JSON representation

Tool to encrypt/decrypt using AWS KMS with ease

Awesome Lists containing this project

README

          

# kms-helper
Tool to encrypt/decrypt using AWS KMS with ease.

## Requirements
- AWS CLI v2
- AWS profiles configured at `~/.aws/config` or `~/.aws/credentials`
- Configuration file named `kms-helper.config` with the following structure:
```
# AWS ACCOUNT KMS KEYS BY ENVIRONMENT
PRO_KMS_KEY=""
STG_KMS_KEY=""
DEV_KMS_KEY=""

# AWS ACCOUNT PROFILES BY ENVIRONMENT
PRO_AWS_PROFILE=""
STG_AWS_PROFILE=""
DEV_AWS_PROFILE=""
```

## Usage
- Encrypt
`./kms-helper.sh `
- Decrypt
`./kms-helper.sh `