TappNetwork / laravel-aws-secrets-manager

Manage environment secrets using AWS Secrets Manager.
MIT License
35 stars 20 forks source link

get secret form key pair #7

Closed cwiggan closed 4 years ago

cwiggan commented 4 years ago

update code to get the key pair from JSON

The Key Pair stored in JSON format { "name": "MAIL_FROM_NAME", "value": "test" }

related PR https://github.com/TappNetwork/CSC/pull/2854