[
https://issues.apache.org/jira/browse/KNOX-3297?focusedWorklogId=1015588&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-1015588
]
ASF GitHub Bot logged work on KNOX-3297:
----------------------------------------
Author: ASF GitHub Bot
Created on: 14/Apr/26 23:00
Start Date: 14/Apr/26 23:00
Worklog Time Spent: 10m
Work Description: sneethiraj commented on code in PR #1197:
URL: https://github.com/apache/knox/pull/1197#discussion_r3083002794
##########
gateway-docker/src/main/resources/docker/gateway-entrypoint.sh:
##########
@@ -86,11 +86,12 @@ fi
if [[ -n ${MASTER_SECRET} ]]
then
- echo "Using provided knox master secret"
- /home/knox/knox/bin/knoxcli.sh create-master --master "${MASTER_SECRET}"
+ echo "Using provided knox master secret [env:MASTER_SECRET}]"
Review Comment:
addressed in commit - d03092d8e
Issue Time Tracking
-------------------
Worklog Id: (was: 1015588)
Time Spent: 40m (was: 0.5h)
> Docker - entrypoint fails
> -------------------------
>
> Key: KNOX-3297
> URL: https://issues.apache.org/jira/browse/KNOX-3297
> Project: Apache Knox
> Issue Type: Bug
> Components: docker
> Reporter: Selvamohan Neethiraj
> Priority: Major
> Time Spent: 40m
> Remaining Estimate: 0h
>
> Issues:
> # keystore path was hardcoded to /usr/bin/keytool - JDK is installed in a
> different path.
> # The keystore passphrase was incorrect in the initialization process.
> # There are few truststore certs are being added in the entrypoint script.
> But, the certs are not found in the docker image.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)