[
https://issues.apache.org/jira/browse/KNOX-2932?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sandeep More updated KNOX-2932:
-------------------------------
Description:
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}
apk --no-cache add krb5
{code}
was:
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}
> 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
> Priority: Major
>
> 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}
> apk --no-cache add krb5
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)