Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

email aliasing #20

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

email aliasing #20

wants to merge 1 commit into from

Conversation

hans-m-song
Copy link
Owner

No description provided.

@github-actions
Copy link

CDK Diff Summary

Added: 0
Modified: 0
Removed: 0
Total: 0

Diff output

> diff:ci
> npm run diff -- --ci


> diff
> cdk diff --ci

Stack GithubActionsOIDCProviderStack
There were no differences
Stack HostedZoneUpdateStack
There were no differences
Stack ManagedECRPublicForSongmatrixStack
There were no differences
Stack ManagedECRPublicStack
There were no differences
Stack ManagedIAMStack
There were no differences

Pusher: @hans-m-song, Action: pull_request, Working Directory: aws, Workflow: Deploy AWS

@github-actions
Copy link

CDK Diff Summary

Added: 15
Modified: 0
Removed: 0
Total: 15

Diff output

> diff:ci
> npm run diff -- --ci


> diff
> cdk diff --ci

Stack GithubActionsOIDCProviderStack
There were no differences
Stack HostedZoneUpdateStack
There were no differences
Stack ManagedECRPublicStack
There were no differences
Stack ManagedEmailStack
IAM Statement Changes
┌───┬────────────────────────┬────────┬─────────────────┬───────────────────────────┬───────────────────────────────┐
│   │ Resource               │ Effect │ Action          │ Principal                 │ Condition                     │
├───┼────────────────────────┼────────┼─────────────────┼───────────────────────────┼───────────────────────────────┤
│ + │ ${DeadLetterQueue.Arn} │ Allow  │ sqs:SendMessage │ Service:sns.amazonaws.com │ "ArnEquals": {                │
│   │                        │        │                 │                           │   "aws:SourceArn": "${Topic}" │
│   │                        │        │                 │                           │ }                             │
└───┴────────────────────────┴────────┴─────────────────┴───────────────────────────┴───────────────────────────────┘
(NOTE: There may be security-related changes not in this list. See https://github.com/aws/aws-cdk/issues/1299)

Parameters
[+] Parameter SsmParameterValue:--infrastructure--email--hsong.me--recipient:C96584B6-F00A-464E-AD19-53AFF4B05118.Parameter SsmParameterValueinfrastructureemailhsongmerecipientC96584B6F00A464EAD1953AFF4B05118Parameter: {"Type":"AWS::SSM::Parameter::Value<String>","Default":"/infrastructure/email/hsong.me/recipient"}
[+] Parameter BootstrapVersion BootstrapVersion: {"Type":"AWS::SSM::Parameter::Value<String>","Default":"/cdk-bootstrap/toolkit/version","Description":"Version of the CDK Bootstrap resources in this environment, automatically retrieved from SSM Parameter Store. [cdk:skip]"}

Conditions
[+] Condition CDKMetadata/Condition CDKMetadataAvailable: {"Fn::Or":[{"Fn::Or":[{"Fn::Equals":[{"Ref":"AWS::Region"},"af-south-1"]},{"Fn::Equals":[{"Ref":"AWS::Region"},"ap-east-1"]},{"Fn::Equals":[{"Ref":"AWS::Region"},"ap-northeast-1"]},{"Fn::Equals":[{"Ref":"AWS::Region"},"ap-northeast-2"]},{"Fn::Equals":[{"Ref":"AWS::Region"},"ap-south-1"]},{"Fn::Equals":[{"Ref":"AWS::Region"},"ap-southeast-1"]},{"Fn::Equals":[{"Ref":"AWS::Region"},"ap-southeast-2"]},{"Fn::Equals":[{"Ref":"AWS::Region"},"ca-central-1"]},{"Fn::Equals":[{"Ref":"AWS::Region"},"cn-north-1"]},{"Fn::Equals":[{"Ref":"AWS::Region"},"cn-northwest-1"]}]},{"Fn::Or":[{"Fn::Equals":[{"Ref":"AWS::Region"},"eu-central-1"]},{"Fn::Equals":[{"Ref":"AWS::Region"},"eu-north-1"]},{"Fn::Equals":[{"Ref":"AWS::Region"},"eu-south-1"]},{"Fn::Equals":[{"Ref":"AWS::Region"},"eu-west-1"]},{"Fn::Equals":[{"Ref":"AWS::Region"},"eu-west-2"]},{"Fn::Equals":[{"Ref":"AWS::Region"},"eu-west-3"]},{"Fn::Equals":[{"Ref":"AWS::Region"},"me-south-1"]},{"Fn::Equals":[{"Ref":"AWS::Region"},"sa-east-1"]},{"Fn::Equals":[{"Ref":"AWS::Region"},"us-east-1"]},{"Fn::Equals":[{"Ref":"AWS::Region"},"us-east-2"]}]},{"Fn::Or":[{"Fn::Equals":[{"Ref":"AWS::Region"},"us-west-1"]},{"Fn::Equals":[{"Ref":"AWS::Region"},"us-west-2"]}]}]}

Resources
[+] AWS::Route53::RecordSet SenderIdentity/DkimDnsToken1 SenderIdentityDkimDnsToken1A5720212 
[+] AWS::Route53::RecordSet SenderIdentity/DkimDnsToken2 SenderIdentityDkimDnsToken2F151085E 
[+] AWS::Route53::RecordSet SenderIdentity/DkimDnsToken3 SenderIdentityDkimDnsToken392E5E7AA 
[+] AWS::SES::EmailIdentity SenderIdentity SenderIdentity5AECAF6F 
[+] AWS::SQS::Queue DeadLetterQueue DeadLetterQueue9F481546 
[+] AWS::SQS::QueuePolicy DeadLetterQueue/Policy DeadLetterQueuePolicyB1FB890C 
[+] AWS::SNS::Topic Topic TopicBFC7AF6E 
[+] AWS::SNS::Subscription Topic/TokenSubscription:1 TopicTokenSubscription178F3F75E 
[+] AWS::SES::ReceiptRuleSet ReceiptRuleSet ReceiptRuleSetD3CCC994 
[+] AWS::SES::ReceiptRule ReceiptRuleSet/Rule0 ReceiptRuleSetRule01CA7709C 
[+] AWS::SES::ReceiptRule ReceiptRuleSet/Rule1 ReceiptRuleSetRule1636DD081 

Other Changes
[+] Unknown Rules: {"CheckBootstrapVersion":{"Assertions":[{"Assert":{"Fn::Not":[{"Fn::Contains":[["1","2","3","4","5"],{"Ref":"BootstrapVersion"}]}]},"AssertDescription":"CDK bootstrap stack version 6 required. Please run 'cdk bootstrap' with a recent version of the CDK CLI."}]}}

Stack ManagedIAMStack
There were no differences
Stack SongMatrixManagedECRPublicStack
There were no differences

Pusher: @hans-m-song, Action: pull_request, Working Directory: aws, Workflow: Deploy AWS

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant