-
Notifications
You must be signed in to change notification settings - Fork 63
Closed
Labels
security identity complianceIAM, Cognito, Secrets Manager, GuardDuty, etc.IAM, Cognito, Secrets Manager, GuardDuty, etc.
Description
1. Title
AWS::SecretsManager::Secret resources should inherit the stack tags, i.e. the tags of the CloudFormation stack that the resource belongs to.
2. Scope of request
AWS::SecretsManager::Secret already supports tagging. By default it should inherit the tags of the CloudFormation stack it belongs to, unless tags are explicitly specified.
3. Expected behavior
If the Tags property is not specified for an AWS::SecretsManager::Secret resource, the secret should get the same tags as the CloudFormation stack.
4. Suggest specific test cases
Create a stack with an AWS::SecretsManager::Secret, specifying some tags in the CreateStack call. The secret should get the same tags as the stack.
5. Helpful Links to speed up research and evaluation
It would be great if it worked like many other resource types which by default inherit the stack tags.
6. Category
Security
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
security identity complianceIAM, Cognito, Secrets Manager, GuardDuty, etc.IAM, Cognito, Secrets Manager, GuardDuty, etc.