Generating Security Tokens using the Hedvig CLI

The procedure for using the Hedvig CLI to generate security tokens is a simple set of commands.

Procedure

  1. Login to the secured Hedvig CLI using the credentials for the user who needs a security token. This can be done on any storage node.

  2. Type:

    scripts

    or

    cd /usr/local/hedvig/scripts
  3. Type, and enter the credentials in the prompt:

    ./secured-cli.sh
  4. Type:

    securitytokenforuser -o get -u <username>

Loading...