You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@knox.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2023/07/17 14:03:00 UTC

[jira] [Work logged] (KNOX-2932) Kerberos support for Knox docker container

     [ https://issues.apache.org/jira/browse/KNOX-2932?focusedWorklogId=871313&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-871313 ]

ASF GitHub Bot logged work on KNOX-2932:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 17/Jul/23 14:02
            Start Date: 17/Jul/23 14:02
    Worklog Time Spent: 10m 
      Work Description: moresandeep opened a new pull request, #772:
URL: https://github.com/apache/knox/pull/772

   ## What changes were proposed in this pull request?
   Currently docker image appears to be broken with TLS failures, this appears to be due to the underlying alpine base image. This update upgrades the alpine base image (which also pulls in few security fixes) and adds support for kerberos.
   
   ## How was this patch tested?
   This patch was tested locally.




Issue Time Tracking
-------------------

            Worklog Id:     (was: 871313)
    Remaining Estimate: 0h
            Time Spent: 10m

> 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
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> 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)