-
Notifications
You must be signed in to change notification settings - Fork 101
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
Adding an interface to the system socket to help nydusd obtain config #504
Merged
Commits on Oct 1, 2023
-
config: add enable_backend_source startup option to control persisten…
…ce of auth information This change introduces a new startup option, enable_backend_source, which controls whether the authentication information is persisted or not. By default, enable_backend_source is set to false, which means that the authentication information will be persisted. Signed-off-by: Guijie Wang <[email protected]>
Guijie Wang committedOct 1, 2023 Configuration menu - View commit details
-
Copy full SHA for b37efb1 - Browse repository at this point
Copy the full SHA b37efb1View commit details -
deamonconfig: add serializeWithSecretFilter function to filter fields…
… with secret tag This commit introduces a new function, serializeWithSecretFilter, which filters fields with the 'secret' tag and prevents them from being persisted to local storage when the value is true. Signed-off-by: Guijie Wang <[email protected]>
Guijie Wang committedOct 1, 2023 Configuration menu - View commit details
-
Copy full SHA for 17efbb4 - Browse repository at this point
Copy the full SHA 17efbb4View commit details -
system: add interface for nydusd to obtain backend config
This commit introduces a new interface that allows nydusd to request backend configurations from the snapshotter via a Unix domain socket. Transferring all backend configs is to cope with the addition of different backend in the future. Signed-off-by: Guijie Wang <[email protected]>
Guijie Wang committedOct 1, 2023 Configuration menu - View commit details
-
Copy full SHA for b166c69 - Browse repository at this point
Copy the full SHA b166c69View commit details
Commits on Oct 31, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c64c219 - Browse repository at this point
Copy the full SHA c64c219View commit details -
Configuration menu - View commit details
-
Copy full SHA for a078fd3 - Browse repository at this point
Copy the full SHA a078fd3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2954505 - Browse repository at this point
Copy the full SHA 2954505View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1561c95 - Browse repository at this point
Copy the full SHA 1561c95View commit details -
Configuration menu - View commit details
-
Copy full SHA for 402b9e4 - Browse repository at this point
Copy the full SHA 402b9e4View commit details
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.