vert-x3 / vertx-config

Vert.x Configuration Service
Apache License 2.0
54 stars 64 forks source link

AWS secrets manager store #105

Open indiealexh opened 4 years ago

indiealexh commented 4 years ago

This provides support for retrieving config from Amazon Web Service Secrets Manager Service, with support for PlainText JsonObject secrets.

Test case requires an AWS account and a JsonObject stored in Secrets Manager named test/example and the AWS_ACCESS_KEY_ID & AWS_SECRET_ACCESS_KEY environment variables to be set.

indiealexh commented 8 months ago

Should I close this? Its been open for years.