-
Notifications
You must be signed in to change notification settings - Fork 17
Closed
Description
If run
lndinit -v store-secret --batch --overwrite --target=k8s --k8s.namespace="default" --k8s.secret-name="${TAPRPC_SECRETS_NAME}" "${TAP_DIR}"/*.macaroon
and no macaroon files exist, lndinit hangs indefinitely, even once a macaroon file is created.
Also, if I run
lndinit -v store-secret --batch --overwrite --target=k8s --k8s.namespace="default" --k8s.secret-name="${TAPRPC_SECRETS_NAME}" "${TAP_DIR}"/bogus_file
it also hangs indefinitely.
I think that either lndinit should immediately fail if the file does not exist, or once the file exists, it should continue. Either one of these approaches is better than the current behavior.
Metadata
Metadata
Assignees
Labels
No labels