fix(distributed): missing agent NATS permission#10549
Conversation
Signed-off-by: Nicholas Ciechanowski <nicholas@ciech.anow.ski>
47d000c to
0f5a93a
Compare
|
Actually I eventually got another one for LocalAI/core/services/messaging/subjects.go Lines 81 to 82 in e95018e is there a better way to try and get all the NAT permissions? or are we gonna need to just find them all in the code base? |
the constant is used as a wildcard here, so there is no strict enforcement in the code to the name events. We could go back and do have specific naming to track these in the code, which probably would make more sense too. |
Description
This PR fixes #10548
Notes for Reviewers
There might still be other missing permissions but this is the only one that I've run into so far
Signed commits