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

Update documentation to add SQLAgentReaderRole as a requirement for minimal permissions #182

Closed
DavidWiseman opened this issue May 3, 2022 Discussed in #176 · 1 comment
Assignees
Labels
documentation Documentation additions, updates and corrections.

Comments

@DavidWiseman
Copy link
Collaborator

Discussed in #176

Originally posted by BrubiSQL April 28, 2022
Suggestion for edit of this doc: https://github.com/trimble-oss/dba-dash/blob/main/Docs/Security.md

To allow DBA Dash to read Jobs, and stuff relating to it, you need to add

USE [msdb]
GO
ALTER ROLE [SQLAgentReaderRole] ADD MEMBER [DBAdashUser]
GO
```</div>
@DavidWiseman DavidWiseman added the documentation Documentation additions, updates and corrections. label May 3, 2022
@DavidWiseman DavidWiseman self-assigned this May 3, 2022
DavidWiseman added a commit that referenced this issue May 3, 2022
SQLAgentReaderRole is required to collect job metadata.  #182
DavidWiseman added a commit that referenced this issue May 3, 2022
SQLAgentReaderRole is required to collect job metadata.  #182
@DavidWiseman
Copy link
Collaborator Author

Docs updated

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Documentation additions, updates and corrections.
Projects
None yet
Development

No branches or pull requests

1 participant