Commit 9c342d3
Update Service Broker permissions based on Docker testing
Verified all documented permissions against SQL Server 2022 in Docker:
- Minimal runtime permissions (polling mode): SELECT/INSERT/DELETE on
message tables + SELECT/UPDATE on id tables - verified each is
individually necessary and collectively sufficient
- Service Broker permissions: Updated to recommend db_owner role since
SqlDependency needs CONTROL ON SCHEMA::dbo to manage its temporary
Service Broker objects (queue, service, stored procedure)
- Schema installation permissions: verified correct
- AutoEnableServiceBroker permission: verified correct
Agent-Logs-Url: https://github.com/IntelliTect/IntelliTect.AspNetCore.SignalR.SqlServer/sessions/e89277da-2d43-4215-a743-5700ccb78ff7
Co-authored-by: ascott18 <5017521+ascott18@users.noreply.github.com>1 parent f3067d3 commit 9c342d3
1 file changed
Lines changed: 9 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
50 | 56 | | |
51 | 57 | | |
52 | 58 | | |
53 | 59 | | |
54 | 60 | | |
55 | | - | |
| 61 | + | |
56 | 62 | | |
57 | 63 | | |
58 | 64 | | |
| 65 | + | |
59 | 66 | | |
60 | 67 | | |
61 | 68 | | |
| |||
0 commit comments