-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(eks): overly permissive trust policies (#25473)
The *CreationRole* and the *default MastersRole* use the account root principal in their trust policy, which is overly permissive. Instead, use the specific lambda handler roles that need it, and remove the default masters role. BREAKING CHANGE: A masters role is no longer provisioned by default. Use the `mastersRole` property to explicitly pass a role that needs cluster access. In addition, the creation role no longer allows any identity (with the appropriate `sts:AssumeRole` permissions) to assume it. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
- Loading branch information
Showing
538 changed files
with
17,161 additions
and
18,997 deletions.
There are no files selected for viewing
59 changes: 0 additions & 59 deletions
59
....snapshot/asset.68b8fc42fe6d1eb6e6c39212ce770fac02511440fecfc5b69a904fe8a19f6b8e/index.js
This file was deleted.
Oops, something went wrong.
Binary file renamed
BIN
+14.9 MB
...89b792b981d73e22dba92b2dd13caec415dfc.zip → ...a0709bf456e34b06ea7c96111eecb2fddd054.zip
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
...er.js.snapshot/asset.75dfa9114a30421542432dcb55212f010f591a9e3bd203ae98ba3f9bedf5bb31.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion
2
...1440fecfc5b69a904fe8a19f6b8e/cluster.d.ts → ...4e4e1bca8d4aa818c442e1878ddf/cluster.d.ts
This file contains 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
2 changes: 1 addition & 1 deletion
2
...511440fecfc5b69a904fe8a19f6b8e/cluster.js → ...ae4e4e1bca8d4aa818c442e1878ddf/cluster.js
Large diffs are not rendered by default.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
...511440fecfc5b69a904fe8a19f6b8e/cluster.ts → ...ae4e4e1bca8d4aa818c442e1878ddf/cluster.ts
This file contains 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
2 changes: 1 addition & 1 deletion
2
...11440fecfc5b69a904fe8a19f6b8e/common.d.ts → ...e4e4e1bca8d4aa818c442e1878ddf/common.d.ts
This file contains 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
Oops, something went wrong.