api: support hot reload of registry authentication#1864
Merged
BraveY merged 1 commit intodragonflyoss:masterfrom Mar 2, 2026
Merged
api: support hot reload of registry authentication#1864BraveY merged 1 commit intodragonflyoss:masterfrom
BraveY merged 1 commit intodragonflyoss:masterfrom
Conversation
009e6db to
1c76116
Compare
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## master #1864 +/- ##
==========================================
+ Coverage 56.94% 57.11% +0.16%
==========================================
Files 199 200 +1
Lines 51623 51965 +342
Branches 44426 44768 +342
==========================================
+ Hits 29398 29679 +281
- Misses 20760 20820 +60
- Partials 1465 1466 +1
🚀 New features to boost your workflow:
|
466d21f to
319eba9
Compare
319eba9 to
25bb400
Compare
Fricounet
approved these changes
Jan 28, 2026
Contributor
Fricounet
left a comment
There was a problem hiding this comment.
LGTM in terms of doing what we need for the mentioned issue. I'm not a big rust expert though so take my review with a pinch of salt.
Nice documentation though!
BraveY
requested changes
Jan 29, 2026
10 tasks
57fab50 to
e9cb12a
Compare
c42866c to
e7c1a0e
Compare
Add HTTP API endpoints to update and query daemon configuration at runtime without restarting nydusd. This is particularly useful for refreshing registry credentials when tokens expire. Key changes: - Add GET/PUT /api/v1/config endpoints for configuration management - Add config module in utils for centralized configuration updates - Add smoke test cases for hot reload configuration API - Update documentation with hot reload usage examples Signed-off-by: imeoer <yansong.ys@antgroup.com>
e7c1a0e to
e2bd598
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Overview
Add HTTP API endpoints to update and query daemon configuration at
runtime without restarting nydusd. This is particularly useful for
refreshing registry credentials when tokens expire.
Key changes:
Related Issues
containerd/nydus-snapshotter#690
Change Details
Please describe your changes in detail:
Test Results
If you have any relevant screenshots or videos that can help illustrate your changes, please add them here.
Change Type
Please select the type of change your pull request relates to:
Self-Checklist
Before submitting a pull request, please ensure you have completed the following: