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

[DFSM][Test] Add permissions required by DFSM to compute node role defined in 'cluster-roles.cfn.yaml'. #6022

Merged

Conversation

gmarciani
Copy link
Contributor

@gmarciani gmarciani commented Jan 18, 2024

Description of changes

Add permissions required by DFSM to compute node role defined in 'cluster-roles.cfn.yaml'.

In particular, added:

  • cloudformation:DescribeStackResource
  • dynamodb:UpdateItem
  • dynamodb:PutItem
  • dynamodb:GetItem

These permissions for compute nodes have been introduced in #6003

Tests

  1. Integ test test_iam_roles passed (previously failing due to the lack of the permissions added in this PR)

Please review the guidelines for contributing and Pull Request Instructions.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

…fined in 'cluster-roles.cfn.yaml'.

In particular, added:
  - cloudformation:DescribeStackResource
  - dynamodb:UpdateItem
  - dynamodb:PutItem
  - dynamodb:GetItem

Signed-off-by: Giacomo Marciani <[email protected]>
@gmarciani gmarciani added bug skip-changelog-update Disables the check that enforces changelog updates in PRs 3.x labels Jan 18, 2024
@gmarciani gmarciani requested review from a team as code owners January 18, 2024 09:27
Copy link

codecov bot commented Jan 18, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (361b381) 90.21% compared to head (7f68b42) 90.21%.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop    #6022   +/-   ##
========================================
  Coverage    90.21%   90.21%           
========================================
  Files          180      180           
  Lines        15822    15822           
========================================
  Hits         14274    14274           
  Misses        1548     1548           
Flag Coverage Δ
unittests 90.21% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@gmarciani gmarciani merged commit b6733ba into aws:develop Jan 18, 2024
35 checks passed
@gmarciani gmarciani deleted the wip/mgiacomo/390/dfsm2/forced-update-0117 branch January 18, 2024 09:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.x bug skip-changelog-update Disables the check that enforces changelog updates in PRs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants