[
https://issues.apache.org/jira/browse/KNOX-3299?focusedWorklogId=1015746&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-1015746
]
ASF GitHub Bot logged work on KNOX-3299:
----------------------------------------
Author: ASF GitHub Bot
Created on: 15/Apr/26 16:09
Start Date: 15/Apr/26 16:09
Worklog Time Spent: 10m
Work Description: github-actions[bot] commented on PR #1201:
URL: https://github.com/apache/knox/pull/1201#issuecomment-4253625704
## Test Results
21 tests 21 ✅ 1s ⏱️
1 suites 0 💤
1 files 0 ❌
Results for commit 7844a896.
[test-results]:data:application/gzip;base64,H4sIAEy432kC/12Myw6CMBBFf4XM2gWtkxb9GdNnMhGo6WNF/HcLkgpuJnPOTc4CnkaX4N6xSwepUG5gS1SZwrxjHfI68QaPVIz5M096VdM34RWNJ+FiDHE3scytuP6n4Ff8ehsfchsfayZME+UKIAdENdyEQIG+F5ZfnfSa1WuttFpIJZlGbuD9AaLi5DT/AAAA
Issue Time Tracking
-------------------
Worklog Id: (was: 1015746)
Time Spent: 20m (was: 10m)
> Document TRUSTSTORE_IMPORTS environment variable usage within startup script
> ----------------------------------------------------------------------------
>
> Key: KNOX-3299
> URL: https://issues.apache.org/jira/browse/KNOX-3299
> Project: Apache Knox
> Issue Type: Improvement
> Components: docker
> Reporter: Selvamohan Neethiraj
> Assignee: Selvamohan Neethiraj
> Priority: Minor
> Time Spent: 20m
> Remaining Estimate: 0h
>
> Following the implementation of $KNOX-3297$, which added support for dynamic
> truststore imports via environment variables, there is a need to provide
> inline documentation within the script itself. This ensures that users can
> correctly configure the variable without referring back to external Jira logs
> or source code.
> h3. *Technical Details*
> The script should be updated to include the definition, format, and an
> example of the {{TRUSTSTORE_IMPORTS}} variable.
> *Variable Definition:*
> {{TRUSTSTORE_IMPORTS}} (Optional): A string containing one or more
> certificate import mappings.
> *Format:*
> {{{aliasIdForImport:PEMEncodedTrustCertificateFileLocation}}} separated by
> spaces.
> ----
> h3. *Proposed Script Documentation Block*
> {code:java}
> # - TRUSTSTORE_IMPORTS - (optional) - a string containing one or more of the
> following:
> # {aliasIdForImport:PEMEncodedTrustCertificateFileLocation} separated by
> space(s).
> #
> # Example:
> # TRUSTSTORE_IMPORTS="myRootCA:/mountedpath/cert.pem
> myBizPartnerCA:/path/partner.pem"
> #
> # Description:
> # This will import the specified certificates into the truststore JKS with
> the
> # provided alias name(s) during the container startup process.{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)