TappNetwork / laravel-aws-secrets-manager

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

Added key rotation check #26

Closed teodino93 closed 4 months ago

teodino93 commented 4 months ago

Hi, since I have problems with key rotation and secret caching I've implemented a way to retrieve the secrets if the keys are rotated without waiting for the cache to expire.

swilla commented 4 months ago

@teodino93 thank you for the PR! Can you fix the styleci checks?

teodino93 commented 4 months ago

Of course, there it is!