Skip to content

Commit 95340be

Browse files
LIME-2144: Pass permissions boundary to nested oauth stack
1 parent b0dd49b commit 95340be

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

deploy/template.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,10 @@ Resources:
212212
IPVCoreRedirectURI: https://cri.core.build.stubs.account.gov.uk/callback
213213
IPVCoreStubJwksEndpoint: https://cri.core.stubs.account.gov.uk/.well-known/jwks.json
214214
LambdaVpcConfiguration: di-devplatform-deploy
215+
PermissionsBoundaryArn: !If
216+
- UsePermissionsBoundary
217+
- !Ref PermissionsBoundary
218+
- !Ref AWS::NoValue
215219

216220
JWKSBucketRole:
217221
Type: "AWS::IAM::Role"

0 commit comments

Comments
 (0)