ockam icon indicating copy to clipboard operation
ockam copied to clipboard

Ockam enroll should work without having to specify the node or Ockam Controller URL

Open BeenzSyed opened this issue 2 years ago • 0 comments

Ockam enroll enrolls the identity of a node to the Ockam Orchestrator. It should work without having to specify the node as an argument or the Controller URL.

Current behavior

ockam enroll --auth0 $CONTROLLER -n blue

$CONTROLLER will be hard coded into the Ockam Command binary and the identity of the node will be a global known identity so both of those values can be derived and do not need to be specified by the user.

Desired behavior

ockam enroll --auth0

BeenzSyed avatar Aug 15 '22 23:08 BeenzSyed