fix(rust): ockam enroll command to not require custom attributes - #4202
Conversation
|
@p-gentili Thank you for an awesome first pull request, while I review and before we can merge please
The easiest way to do this is to edit the CONTRIBUTORS.csv file in the github web UI and create a PR, this will make the commit as verified. |
Sorry about that, I must have missed this needed to be explicit. https://github.com/build-trust/ockam-contributors/pull/183 |
|
@mrinalwadhwa I amended my commit with signature. Please re run the workflow. |
|
@mrinalwadhwa now I can see my signature when running |
|
@mrinalwadhwa it failed because the email associated with the key was not the one in the csv. Another try please (and thanks for your time...) |
|
@p-gentili Thank you for fixing the errors and congratulations on an awesome first contribution 🥳 |
Current Behavior
ockam project enrollcommand requires any arguments to work even though, for the enrollment token workflow, none are needed.Proposed Changes
Removed rust attribute to enforce passing CLI attributes when invoking
ockam project enroll.Fixes #4135
Checks