TappNetwork / laravel-aws-secrets-manager

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

Support secrets where multiple values are in a single secret in JSON … #13

Closed nford closed 2 years ago

nford commented 2 years ago

…format

For cases where multiple key/value pairs are in a single secret in JSON format.

image

xingtianyoulong commented 2 years ago

@swilla, could we merge this pull request? This issue is a very big bug because AWS Secret use JSON instead of name & value

swilla commented 2 years ago

@swilla, could we merge this pull request? This issue is a very big bug because AWS Secret use JSON instead of name & value

We just need it to pass StyleCI first. Secrets Manager supports json, and single key-value entries.

nford commented 2 years ago

Sorry for the delay, new line added.