Set correct default auto rotation period.
This commit is contained in:
parent
65ef61ca1d
commit
b47fc74650
@ -35,7 +35,7 @@ class SecretsManagerBackend(BaseBackend):
|
|||||||
self.secret_string = ''
|
self.secret_string = ''
|
||||||
self.rotation_enabled = False
|
self.rotation_enabled = False
|
||||||
self.rotation_lambda_arn = ''
|
self.rotation_lambda_arn = ''
|
||||||
self.auto_rotate_after_days = 1
|
self.auto_rotate_after_days = 0
|
||||||
|
|
||||||
def reset(self):
|
def reset(self):
|
||||||
region_name = self.region
|
region_name = self.region
|
||||||
|
Loading…
Reference in New Issue
Block a user