Sandeep More created KNOX-2932:
----------------------------------
Summary: Kerberos support for Knox docker container
Key: KNOX-2932
URL: https://issues.apache.org/jira/browse/KNOX-2932
Project: Apache Knox
Issue Type: Bug
Components: docker
Reporter: Sandeep More
Assignee: Sandeep More
Looks like currently Knox docker image does not have Kerberos support. This
would be a problem when we use HadoopAuth authentication.
Need to add the following:
{code:java}
RUN apt-get -qq update && \
apt-get -yqq install krb5-user libpam-krb5 && \
apt-get -yqq clean
{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)