Open
Conversation
Diff for stage: DefaultStageWarning 2 Destructive Changes Diff for stack: veda-keycloak-dev - 0 to add, 2 to update, 1 to destroy ❌Details
IAM Statement Changes
┌───┬──────────────────────────────────────────────────┬────────┬───────────────────────────────┬─────────────────────────────────────────────────┬───────────┐
│ │ Resource │ Effect │ Action │ Principal │ Condition │
├───┼──────────────────────────────────────────────────┼────────┼───────────────────────────────┼─────────────────────────────────────────────────┼───────────┤
│ - │ ${configjupyterhubdisastersclientsecret7640859E} │ Allow │ secretsmanager:DescribeSecret │ AWS:${configConfigTaskDefExecutionRole55730F7C} │ │
│ │ │ │ secretsmanager:GetSecretValue │ │ │
└───┴──────────────────────────────────────────────────┴────────┴───────────────────────────────┴─────────────────────────────────────────────────┴───────────┘
(NOTE: There may be security-related changes not in this list. See https://github.com/aws/aws-cdk/issues/1299)
Resources
[-] AWS::SecretsManager::Secret configjupyterhubdisastersclientsecret7640859E destroy
[~] AWS::ECS::TaskDefinition configConfigTaskDef650ED3A2 replace
└─ [~] ContainerDefinitions (requires replacement)
└─ @@ -28,7 +28,7 @@
[ ] ],
[ ] "Essential": true,
[ ] "Image": {
[-] "Fn::Sub": "853558080719.dkr.ecr.us-west-2.${AWS::URLSuffix}/cdk-hnb659fds-container-assets-853558080719-us-west-2:d6df6d93cdf4243a42d9fabeba218c7ea72406d941b4552b759f902fa6ef33b3"
[+] "Fn::Sub": "853558080719.dkr.ecr.us-west-2.${AWS::URLSuffix}/cdk-hnb659fds-container-assets-853558080719-us-west-2:d0ae8bee6489bfe4ec28d528541e88f3a4fd62a31dac75ba27becc4d258eff08"
[ ] },
[ ] "LogConfiguration": {
[ ] "LogDriver": "awslogs",
@@ -239,34 +239,6 @@
[ ] }
[ ] },
[ ] {
[-] "Name": "JUPYTERHUB_DISASTERS_CLIENT_ID",
[-] "ValueFrom": {
[-] "Fn::Join": [
[-] "",
[-] [
[-] {
[-] "Ref": "configjupyterhubdisastersclientsecret7640859E"
[-] },
[-] ":id::"
[-] ]
[-] ]
[-] }
[-] },
[-] {
[-] "Name": "JUPYTERHUB_DISASTERS_CLIENT_SECRET",
[-] "ValueFrom": {
[-] "Fn::Join": [
[-] "",
[-] [
[-] {
[-] "Ref": "configjupyterhubdisastersclientsecret7640859E"
[-] },
[-] ":secret::"
[-] ]
[-] ]
[-] }
[-] },
[-] {
[ ] "Name": "INGEST_UI_CLIENT_ID",
[ ] "ValueFrom": {
[ ] "Fn::Join": [
[~] AWS::IAM::Policy configConfigTaskDefExecutionRoleDefaultPolicyB2F7D3D0
└─ [~] PolicyDocument
└─ [~] .Statement:
└─ @@ -114,16 +114,6 @@
[ ] ],
[ ] "Effect": "Allow",
[ ] "Resource": {
[-] "Ref": "configjupyterhubdisastersclientsecret7640859E"
[-] }
[-] },
[-] {
[-] "Action": [
[-] "secretsmanager:GetSecretValue",
[-] "secretsmanager:DescribeSecret"
[-] ],
[-] "Effect": "Allow",
[-] "Resource": {
[ ] "Ref": "configingestuiclientsecretFE3C4C92"
[ ] }
[ ] },
Generated for commit cd99f62 at 2025-12-15T15:45:04.401Z |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Since this change will create a new secret for the
jupyterhub-disastersclient, we'll need to let 2i2c know of the updated secret value.