feat: allow providing node key using a file #1593
Labels
enhancement
New feature or request
good first issue
Good for newcomers
infra
Infra, devops, CI and related tasks
Problem
Currently the only way to pass nod key to the node is using
--nodekey
flag which only accepts a string.This is not optimal as it means you have to for example embed the node key in service definition which might have wider permissions that it warrants considering the sensitive nature of the key.
Suggested solution
A separate flag - or path support for the current flag - would resolve this.
The text was updated successfully, but these errors were encountered: