[
https://issues.apache.org/jira/browse/KNOX-2932?focusedWorklogId=871604&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-871604
]
ASF GitHub Bot logged work on KNOX-2932:
----------------------------------------
Author: ASF GitHub Bot
Created on: 18/Jul/23 18:03
Start Date: 18/Jul/23 18:03
Worklog Time Spent: 10m
Work Description: moresandeep commented on code in PR #772:
URL: https://github.com/apache/knox/pull/772#discussion_r1267133229
##########
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:
I tried using `eclipse-temurin:8-alpine`, there are TLS issues with
```
* Trying 127.0.0.1:8443...
* Connected to localhost (127.0.0.1) port 8443 (#0)
* ALPN: offers h2,http/1.1
* TLSv1.3 (OUT), TLS handshake, Client hello (1):
* TLSv1.3 (IN), TLS alert, user canceled (346):
* TLSv1.3 (IN), TLS alert, close notify (256):
* OpenSSL SSL_connect: SSL_ERROR_ZERO_RETURN in connection to localhost:8443
* Closing connection 0
curl: (35) OpenSSL SSL_connect: SSL_ERROR_ZERO_RETURN in connection to
localhost:8443
```
I am not sure what the different is between this base image and the openjdk
one but this appears broken (atleast as far as Knox is concerned).
Let me know if you have any concerns.
Issue Time Tracking
-------------------
Worklog Id: (was: 871604)
Time Spent: 1h (was: 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: 1h
> 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)