perfectsense / gyro-aws-provider

AWS Provider for Gyro cloud automation tool.
https://gyro.dev/providers/aws/
Apache License 2.0
8 stars 1 forks source link

Implement Secrets #248

Open deepanjan90 opened 4 years ago

deepanjan90 commented 4 years ago

AWS - Secrets

AWS Secrets Manager helps you protect secrets needed to access your applications, services, and IT resources. The service enables you to easily rotate, manage, and retrieve database credentials, API keys, and other secrets throughout their lifecycle. Users and applications retrieve secrets with a call to Secrets Manager APIs, eliminating the need to hardcode sensitive information in plain text. more info

API: link

Console: link

Screen Shot 2020-05-14 at 2 57 12 PM

AustinTB commented 4 years ago

Also implement RepositoryCredentials for the EcsContainerDefinition subresource and Secret for the EcsContainerDefinition and EcsLogConfiguration subresources