NATS Auth: user/password or token#3982
Conversation
Code reviewFound 6 issues:
Generated with Claude Code |
|
Addressed all the Code Review Issues. |
Code reviewFound 3 issues:
Areas for human reviewThe following areas had observations where the automated review was not confident enough to flag as issues. A human reviewer should verify these.
Generated with Claude Code |
Code reviewFound 2 issues:
The new fields connect/internal/impl/nats/auth.go Lines 86 to 104 in 36eec05
The two new connect/internal/impl/nats/auth.go Lines 62 to 67 in 36eec05 Areas for human reviewThe following areas had observations where the automated review was not confident enough to flag as issues. A human reviewer should verify these.
If connect/internal/impl/nats/auth.go Lines 204 to 219 in 36eec05 Generated with Claude Code |
|
This looks good! Two things:
|
|
A small logic change was also added. I have a custom NATS auth service where I decide what can be passed. Any combination as long as user or password has something it passes validation. Not something I would do in practice but since NATS allows it then we should support it. |
mmatczuk
left a comment
There was a problem hiding this comment.
Review of NATS user/password and token authentication changes.
|
Commits
Review
|
nats: add user/password and token authentication
#3010