[
https://issues.apache.org/jira/browse/KNOX-2932?focusedWorklogId=871779&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-871779
]
ASF GitHub Bot logged work on KNOX-2932:
----------------------------------------
Author: ASF GitHub Bot
Created on: 19/Jul/23 10:41
Start Date: 19/Jul/23 10:41
Worklog Time Spent: 10m
Work Description: moresandeep commented on code in PR #772:
URL: https://github.com/apache/knox/pull/772#discussion_r1267895593
##########
gateway-docker/src/main/resources/docker/Dockerfile:
##########
@@ -13,11 +13,11 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-FROM openjdk:8-jre-alpine
+FROM openjdk:8-jre-alpine3.8
Review Comment:
The TLS issue was found while adding kerberos, this is how I noticed the
image is broken. I am going to commit the changes and look for an official
image that works. If you find something that work let us know I'd be happy to
test.
Issue Time Tracking
-------------------
Worklog Id: (was: 871779)
Time Spent: 2h (was: 1h 50m)
> 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: 2h
> 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)