SSO User Login from a Cluster Node or Edge Node
Describes how to log in from a cluster node or edge node using an SSO user.
SSO users who want to log in to a cluster node or edge node must obtain the JWT from the SSO provider, and place it in a secure location that can be specified in an environment variable.
Export the JWT token file path as follows. For
example:
export MAPR_JWT_TOKEN_LOCATION="/tmp/testuser1.jwt"
Exporting the environment variable creates a temporary ticket, enabling
maprcli
to talk to the CLDB server. This method permits the use of any
maprcli
command without a password for the duration of the ticket.