Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: notice for https://github.com/aws/aws-cdk/issues/25674 #210

Merged
merged 4 commits into from
May 23, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 40 additions & 0 deletions data/notices.json
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,46 @@
}
],
"schemaVersion": "1"
},
{
"title": "(eks) eks overly permissive trust policies",
"issueNumber": 25674,
"overview": "The default MastersRole allows any identity in the account with the appropriate sts:AssumeRole permissions to assume it.",
"components": [
Copy link
Contributor Author

@iliapolo iliapolo May 23, 2023

Choose a reason for hiding this comment

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

These only suffer from the default masters role.

{
"name": "@aws-cdk/aws-eks.Cluster",
"version": ">=1.57.0 <1.62.0"
},
{
"name": "@aws-cdk/aws-eks.FargateCluster",
"version": ">=1.57.0 <1.62.0"
}
],
"schemaVersion": "1"
},
{
"title": "(eks) eks overly permissive trust policies",
"issueNumber": 25674,
"overview": "Cluster CreationRole and default MastersRole allows any identity in the account with the appropriate sts:AssumeRole permissions to assume it.",
"components": [
Copy link
Contributor Author

Choose a reason for hiding this comment

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

These suffer from both the default masters role and the creation role

{
"name": "@aws-cdk/aws-eks.Cluster",
"version": ">=1.62.0 <1.202.0"
},
{
"name": "@aws-cdk/aws-eks.FargateCluster",
"version": ">=1.62.0 <1.202.0"
},
{
"name": "aws-cdk-lib.aws_eks.Cluster",
"version": ">=2.0.0-rc.1 <2.80.0"
},
{
"name": "aws-cdk-lib.aws_eks.FargateCluster",
"version": ">=2.0.0-rc.1 <2.80.0"
}
],
"schemaVersion": "1"
}
]
}