Skip to content

Fix #279 #280 #294

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

Merged
merged 5 commits into from
Aug 20, 2020
Merged

Fix #279 #280 #294

merged 5 commits into from
Aug 20, 2020

Conversation

PacoDw
Copy link
Contributor

@PacoDw PacoDw commented Aug 17, 2020

Description

The inherited Roles attribute was changed to Set type to handle the best way when a user wants to remove/update inherited roles.

Link to any related issue(s): #279 #280

Type of change:

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update
  • Documentation fix/enhancement

Required Checklist:

  • I have signed the MongoDB CLA
  • I have read the Terraform contribution guidelines
  • I have added tests that prove my fix is effective or that my feature works per HashiCorp requirments
  • I have added any necessary documentation (if appropriate)
  • I have run make fmt and formatted my code

Copy link
Collaborator

@themantissa themantissa left a comment

Choose a reason for hiding this comment

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

Looks good except failed checks need to be fixed so not yet approving.

Copy link
Collaborator

@themantissa themantissa left a comment

Choose a reason for hiding this comment

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

LGTM - hopefully user is able to test it fixes the reported issues - needs DoU reviewer before merge.

Copy link
Contributor

@coderGo93 coderGo93 left a comment

Choose a reason for hiding this comment

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

LGTM

@PacoDw PacoDw merged commit 280900d into master Aug 20, 2020
@PacoDw PacoDw deleted the fix-#279_#280 branch August 20, 2020 22:01
coderGo93 pushed a commit that referenced this pull request Aug 21, 2020
* chore: changed the type of the inherited attribute to Set type to be able to modify/remove them correctly

* chore: added a test case to validate the user error

* chore: changed actions attribute as optional

* chore: improved test case removing actions to validate that it can be ommiting

* chore: updated go.mod and dependecies
coderGo93 pushed a commit that referenced this pull request Aug 21, 2020
* chore: changed the type of the inherited attribute to Set type to be able to modify/remove them correctly

* chore: added a test case to validate the user error

* chore: changed actions attribute as optional

* chore: improved test case removing actions to validate that it can be ommiting

* chore: updated go.mod and dependecies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants