handle description in describe secret operation, add tests
This commit is contained in:
parent
ef67aee1a3
commit
b63110be9e
2 changed files with 102 additions and 1 deletions
|
|
@ -279,7 +279,7 @@ class SecretsManagerBackend(BaseBackend):
|
|||
{
|
||||
"ARN": secret_arn(self.region, secret["secret_id"]),
|
||||
"Name": secret["name"],
|
||||
"Description": "",
|
||||
"Description": secret.get("description", ""),
|
||||
"KmsKeyId": "",
|
||||
"RotationEnabled": secret["rotation_enabled"],
|
||||
"RotationLambdaARN": secret["rotation_lambda_arn"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue