Skip to content

Commit

Permalink
feat: enable KMS key
Browse files Browse the repository at this point in the history
  • Loading branch information
mmuller88 committed Feb 12, 2021
1 parent 3cb323c commit 8918043
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pipeline-stack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ export class PipelineStack extends core.Stack {

const sourceBucket = new AutoDeleteBucket(this, 'PipeBucket', {
versioned: true,
bucketKeyEnabled: true,
});

const pipeline = new Pipeline(this, 'Pipeline', {
Expand Down Expand Up @@ -106,6 +107,7 @@ export class PipelineStack extends core.Stack {
// pipelineName: `${this.stackName}-pipeline`,
cloudAssemblyArtifact,
codePipeline: pipeline,
// crossAccountKeys: true,

// Where the source can be found
sourceAction: repo,
Expand Down

0 comments on commit 8918043

Please sign in to comment.