You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
nminit.py is a helper script that creates configuration files required for running the nodemanager. It is usually employed in a local (non-clearinghouse/custominstallerbuilder) setup, e.g. for development and testing purposes. Currently, the owner/user keys it will plant in the vessels are hardcoded.
My proposal is to not hardcode the user keys, but make nminit take command line options specifying the files from which public keys should be read. These keys are then made the owner keys of the created vessels.
nminit.py
is a helper script that creates configuration files required for running the nodemanager. It is usually employed in a local (non-clearinghouse/custominstallerbuilder) setup, e.g. for development and testing purposes. Currently, the owner/user keys it will plant in the vessels are hardcoded.My proposal is to not hardcode the user keys, but make
nminit
take command line options specifying the files from which public keys should be read. These keys are then made the owner keys of the created vessels.Newcomers: Additional documentation on the nodemanager and vessels is available here. We have libraries to read in user key files in the appropriate format.
The text was updated successfully, but these errors were encountered: