[
https://issues.apache.org/jira/browse/KNOX-1774?focusedWorklogId=210165&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-210165
]
ASF GitHub Bot logged work on KNOX-1774:
----------------------------------------
Author: ASF GitHub Bot
Created on: 08/Mar/19 14:09
Start Date: 08/Mar/19 14:09
Worklog Time Spent: 10m
Work Description: risdenk commented on pull request #65: KNOX-1774 -
Introducing environment variables in gateway/knoxcli/ldap/knoxshell scripts for
customization
URL: https://github.com/apache/knox/pull/65#discussion_r263788137
##########
File path: gateway-release-common/.gitignore
##########
@@ -0,0 +1,6 @@
+target/
Review comment:
We have 4 .gitignore currently . We only really have one top level
.gitignore. 2 others are used as directory placeholders. The last one is for
the gateway-admin-ui generated stuff.
I don't think another .gitignore in gateway-release-common is necessary. We
have target in other module directories that is generated as part of `mvn` and
automatically ignored by the top level .gitignore. Not sure why it would be
different in this case.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 210165)
Time Spent: 3h 50m (was: 3h 40m)
> Expose gateway.sh/ldap.sh environment variables for customization
> -----------------------------------------------------------------
>
> Key: KNOX-1774
> URL: https://issues.apache.org/jira/browse/KNOX-1774
> Project: Apache Knox
> Issue Type: Sub-task
> Reporter: Kevin Risden
> Assignee: Sandor Molnar
> Priority: Major
> Fix For: 1.3.0
>
> Time Spent: 3h 50m
> Remaining Estimate: 0h
>
> Currently there are a bunch of APP_* environment variables that can't be
> customized without modifying the *.sh script.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)