Enabling Impersonation for any User
Provides the procedure necessary to implement impersonation for any Data Fabric user.
About this task
To enable impersonation for any Data Fabric user:
Provides the procedure necessary to implement impersonation for any Data Fabric user.
To enable impersonation for any Data Fabric user:
root, the mapr user,
or any user with full control.
servicewithimpersonation ticket for the Data Fabric user.
$ maprlogin generateticket -type servicewithimpersonation -user mapruser1 -out /var/tmp/sample_ticket
mapr user ticket can be used to
impersonate any user, including user root.You can
generate a scoped servicewithimpersonation ticket for the
user. Scoped impersonation tickets allow the user using the ticket to
impersonate only the UIDs or GIDs specified in the ticket. For example:
$ maprlogin generateticket -type servicewithimpersonation -user mapruser1 -impersonateduids 550 -impersonatedgids 500 -out /var/tmp/sample_ticket
root or
user mapr. Also, the impersonated GIDs cannot contain the
GID of user root or user mapr.maprlogin.