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

move cluster perms to Add-DbaAgReplica from New-DbaAvailabilityGroup #8181

Merged
merged 3 commits into from
Feb 20, 2022
Merged

move cluster perms to Add-DbaAgReplica from New-DbaAvailabilityGroup #8181

merged 3 commits into from
Feb 20, 2022

Conversation

lowlydba
Copy link
Contributor

Type of Change

  • Bug fix (non-breaking change, fixes Add-DbaAgReplica doesn't add req 'NT AUTHORITY\SYSTEM' perms #8178
  • New feature (non-breaking change, adds functionality, fixes # )
  • Breaking change (effects multiple commands or functionality, fixes # )
  • Ran manual Pester test and has passed (.\tests\manual.pester.ps1)
  • Adding code coverage to existing functionality
  • Pester test is included
  • If new file reference added for test, has is been added to github.com/dataplat/appveyor-lab ?
  • Unit test is included
  • Documentation
  • Build system

Purpose

Move the NY AUTHORITY\SYSTEM permissioning into the Add-DbaAgReplica command so that replicas added after the AG is created have the permissions on the system account required to failover/become primary.

Copy link
Contributor

@andreasjordan andreasjordan left a comment

Choose a reason for hiding this comment

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

Thanks for the pull request, looks good.

@andreasjordan
Copy link
Contributor

@potatoqualitee: Please do not release after merging this as we would like to address other issues discussed in #8178 as well and test them together in development before releasing.

@potatoqualitee
Copy link
Member

thanks for the note, @andreasjordan - i'll wait to merge after my questions have been addressed.

@andreasjordan
Copy link
Contributor

The other issues are addressed in #8182, so now this here can be merged.

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.

Add-DbaAgReplica doesn't add req 'NT AUTHORITY\SYSTEM' perms
3 participants