Skip to content

Commit

Permalink
Merge pull request #4396 from govuk-one-login/ATO-591/update-cross-ac…
Browse files Browse the repository at this point in the history
…count-dynamo-db-perm-boundary

ATO-591: Implement access to auth dynamo db's in permission boundary
  • Loading branch information
CarlyG55 committed May 13, 2024
2 parents 75bf5b5 + 22becb2 commit ae96578
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ci/stack-orchestration/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ the `configuration/[ENVIRONMENT]/[PIPELINE]/parameters.json` files.
## SSM Parameters

The following parameters are not provisioned by CloudFormation, and instead are managed manually in Systems Manager Parameter Store:
- `<envrionment>-ipv-capacity`
- `<environment>-ipv-capacity`
- `<environment>-auth-public-encryption-key`
- `<environment>-ipv-public-encryption-key`
Original file line number Diff line number Diff line change
@@ -1,4 +1,24 @@
[
{
"ParameterKey": "AccessDynamoDBAccounts",
"ParameterValue": "761723964695"
},
{
"ParameterKey": "AllowedServiceOne",
"ParameterValue": "DynamoDB"
},
{
"ParameterKey": "AllowedServiceTwo",
"ParameterValue": "SSM"
},
{
"ParameterKey": "AllowedServiceThree",
"ParameterValue": "SQS"
},
{
"ParameterKey": "AllowedServiceFour",
"ParameterValue": "EC2"
},
{
"ParameterKey": "AdditionalCodeSigningVersionArns",
"ParameterValue": "arn:aws:signer:eu-west-2:216552277552:/signing-profiles/DynatraceSigner/5uwzCCGTPq"
Expand All @@ -19,6 +39,10 @@
"ParameterKey": "OneLoginRepositoryName",
"ParameterValue": "authentication-api"
},
{
"ParameterKey": "ProgrammaticPermissionsBoundary",
"ParameterValue": "True"
},
{
"ParameterKey": "RequireManualApproval",
"ParameterValue": "No"
Expand Down

0 comments on commit ae96578

Please sign in to comment.