Skip to content

New: [AEA-6523] - Allow unique stack ID as well as stack name#669

Merged
connoravo-nhs merged 10 commits intomainfrom
AEA-6523
Apr 16, 2026
Merged

New: [AEA-6523] - Allow unique stack ID as well as stack name#669
connoravo-nhs merged 10 commits intomainfrom
AEA-6523

Conversation

@connoravo-nhs
Copy link
Copy Markdown
Contributor

Summary

  • ✨ New Feature

Details

Allow a stack UUID addition to the rest API naming prefex, to work around API GW mTLS implementation limitation

Copilot AI review requested due to automatic review settings April 16, 2026 10:13
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds optional stack UUID support to make the mTLS truststore S3 key prefix unique per stack, helping avoid collisions stemming from API Gateway mTLS constraints.

Changes:

  • Extend RestApiGatewayProps with an optional stackUUID.
  • Introduce getTrustStoreKeyPrefix() to generate a UUID-aware truststore prefix.
  • Use the new prefix when deploying and referencing the truststore object for mTLS.

Comment thread packages/cdkConstructs/src/constructs/RestApiGateway.ts
Comment thread packages/cdkConstructs/src/constructs/RestApiGateway.ts
Comment thread packages/cdkConstructs/src/constructs/RestApiGateway.ts Outdated
Signed-off-by: Connor Avery <214469360+connoravo-nhs@users.noreply.github.com>
Signed-off-by: Connor Avery <214469360+connoravo-nhs@users.noreply.github.com>
Signed-off-by: Connor Avery <214469360+connoravo-nhs@users.noreply.github.com>
Comment thread packages/cdkConstructs/src/constructs/RestApiGateway.ts Outdated
Comment thread packages/cdkConstructs/src/constructs/RestApiGateway.ts Outdated
Signed-off-by: Connor Avery <214469360+connoravo-nhs@users.noreply.github.com>
Signed-off-by: Connor Avery <214469360+connoravo-nhs@users.noreply.github.com>
Signed-off-by: Connor Avery <214469360+connoravo-nhs@users.noreply.github.com>
Signed-off-by: Connor Avery <214469360+connoravo-nhs@users.noreply.github.com>
@sonarqubecloud
Copy link
Copy Markdown

@connoravo-nhs connoravo-nhs enabled auto-merge (squash) April 16, 2026 15:17
@connoravo-nhs connoravo-nhs merged commit c3525e5 into main Apr 16, 2026
12 checks passed
@connoravo-nhs connoravo-nhs deleted the AEA-6523 branch April 16, 2026 15:33
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.

4 participants