Configuring HttpFS proxy users
HttpFS proxy user functionality enables you to perform operations on behalf of another user. In Cloudera Base on premises, configure this user impersonation through Cloudera Manager.
- The following error indicates that the target user is not allowed by the proxy
user's group
configuration:
User: user/host@REALM is not allowed to impersonate user01To resolve this error:
- Verify that the Kerberos principal maps to the expected short user name
through
hadoop.security.auth_to_local. - Verify that the corresponding
httpfs.proxyuser.hue.groupsorhttpfs.proxyuser.hive.groupsproperty includes a group to which the target user belongs.
- Verify that the Kerberos principal maps to the expected short user name
through
- The following error indicates that the request originated from a host that is
not
allowed:
Unauthorized connection for super-user: user/host@REALM from IP 192.0.2.10Verify that the corresponding
httpfs.proxyuser.hue.hostsorhttpfs.proxyuser.hive.hostsproperty includes the source hostname, IP address, or IP address range.
