AWS secrets manager, 'A previous rotation isn’t complete' when rotating secrets

前端 未结 5 657
有刺的猬
有刺的猬 2021-02-05 19:01

I\'ve created a secret and updated it to have a lambda rotation function

My secret looks like

aws secretsmanager list-secret-version-ids --secret-id envi         


        
5条回答
  •  甜味超标
    2021-02-05 19:42

    The problem was that the lambda function was failing and the retry was happening w/o my control (there is currently no way to limit the retries on a lambda function).

提交回复
热议问题