Skip to content

Commit

Permalink
fix: Job runner test fix (#74)
Browse files Browse the repository at this point in the history
* Job runner test fixes

* chore: self mutation

Signed-off-by: github-actions <[email protected]>

---------

Signed-off-by: github-actions <[email protected]>
Co-authored-by: github-actions <[email protected]>
  • Loading branch information
ujwalbukka and github-actions authored Jul 17, 2024
1 parent f923125 commit 51b40d0
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions API.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/control-plane/auth/cognito-auth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ export class CognitoAuth extends Construct implements IAuth {
/**
* UserPool created as part of this construct.
*/
private readonly userPool: cognito.UserPool;
readonly userPool: cognito.UserPool;

/**
* The Lambda function for creating a new Admin User. This is used as part of a
Expand Down
4 changes: 2 additions & 2 deletions src/core-app-plane/integ.default.ts
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ const integStack = new IntegStack(app, process.env.CDK_PARAM_STACK_ID ?? 'CoreAp

NagSuppressions.addResourceSuppressionsByPath(
integStack,
`/${integStack.artifactId}/CoreApplicationPlane/deprovisioning-codeBuildProvisionProjectRole/Resource`,
`/${integStack.artifactId}/deprovisioningJobRunner/codeBuildProvisionProjectRole/Resource`,
[
{
id: 'AwsSolutions-IAM5',
Expand All @@ -207,7 +207,7 @@ NagSuppressions.addResourceSuppressionsByPath(

NagSuppressions.addResourceSuppressionsByPath(
integStack,
`/${integStack.artifactId}/CoreApplicationPlane/provisioning-codeBuildProvisionProjectRole/Resource`,
`/${integStack.artifactId}/provisioningJobRunner/codeBuildProvisionProjectRole/Resource`,
[
{
id: 'AwsSolutions-IAM5',
Expand Down

0 comments on commit 51b40d0

Please sign in to comment.