From 25b9d094762d40aca6edb9a13c70acc73a93c507 Mon Sep 17 00:00:00 2001 From: Bin Tang Date: Tue, 1 Aug 2023 13:27:34 +0800 Subject: [PATCH] misc: add enable_keyring entry for auth configuration Signed-off-by: Bin Tang --- misc/snapshotter/config.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/misc/snapshotter/config.toml b/misc/snapshotter/config.toml index dbc9728830..dda2e788d2 100644 --- a/misc/snapshotter/config.toml +++ b/misc/snapshotter/config.toml @@ -79,6 +79,8 @@ kubeconfig_path = "" enable_cri_keychain = false # the target image service when using image proxy #image_service_address = "/run/containerd/containerd.sock" +# Save auth to keyring and avoid dumping it to nydusd config file. +enable_keyring = false [snapshot] # Let containerd use nydus-overlayfs mount helper