Display a multi-factor authentication TOTP token
Display a specific multi-factor authentication (MFA) time-based one time password (TOTP) token by specifying its serial.
Prerequisites
-
A running IBM Storage Ceph cluster.
-
Ceph Object Gateway is installed.
-
You have root access on a Ceph Monitor node.
-
An MFA TOTP token was created using
radosgw-admin mfa create.
Procedure
-
Show the MFA TOTP token:
Syntax
radosgw-admin mfa get --uid=USERID --totp-serial=SERIALSet USERID to the user name MFA is set up on and set SERIAL to the string that represents the ID for the TOTP token.
Reference
For more information, see Creating a new multi-factor authentication TOTP token.