open-amt-cloud-toolkit / rpc-go

The Remote Provisioning Client (RPC) communicates with the Manageability Engine Interface (MEI) and Remote Provisioning Service (RPS) interfaces.

Home Page:https://open-amt-cloud-toolkit.github.io/docs/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Change AMT password using rpc-go local command

mechris1 opened this issue · comments

As a rpc-go user, I want to change AMT password using rpc-go local command.

Sample subcommand:

rpc configure changeamtpassword -newamtpassword newamtpassword -password password

Question:

RPC-GO prompts to provide current AMT password if not provided using -password flag, should we also prompt for new AMT password if -newamtpassword flag is not used? Yes and we should ask for a confirmation of the new password (New Story to centralize prompt for password changes)

Acceptance Criteria:

  • Should be able to change AMT password using rpc-go local command
  • Documentation