-
Notifications
You must be signed in to change notification settings - Fork 53
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
Add upgrade agent for automatic version updates #745
Conversation
a7f16c7
to
8735232
Compare
✅ Deploy Preview for constellation-docs ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
✅ Deploy Preview for constellation-docs canceled.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great for now. Some minor requests. Of course, this still needs the /cmd part and needs to expose the server through a socket.
Also, i wondered about whether the agent needs to be secured / use TLS for the connection? |
No it does not. The server is only reachable locally which is enforced by the fact that it only exposes a UDS (Unix Domain Socket). |
Overall architecture looks good! Currently, I don't see anything large missing. I think we can already add this in the |
c3d3b76
to
c65181d
Compare
a05d2af
to
9bc2942
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good to me
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One last typo. Please also fix the CI linter checks. Otherwise LGTM.
a4f93fb
to
1b59340
Compare
6b342de
to
f48e68d
Compare
Proposed change(s)
Additional info
Checklist