kas: add GIT_CREDENTIAL_USEHTTPPATH environment variable

This allows the configuration of the git option 'credential.usehttppath' if
the used credential helper requires this.

Signed-off-by: Christoph Freundl <Christoph.Freundl@ifm.com>
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
This commit is contained in:
Freundl, Christoph' via kas-devel
2023-03-02 08:25:51 +01:00
committed by Jan Kiszka
parent 10e6df438f
commit 8f61dcfeb6
3 changed files with 10 additions and 4 deletions

View File

@@ -85,8 +85,8 @@ Environment variables
| ``AWS_CONFIG_FILE`` | Path to the awscli configuration and credentials |
| |aws_cred| | file that are copied to the kas home dir. |
+--------------------------+--------------------------------------------------+
| |git_cred| | Allows to set the git credential helper in the |
| | `.gitconfig` of the kas user. |
| |git_cred| | Allows to set and configure the git credential |
| | helper in the `.gitconfig` of the kas user. |
+--------------------------+--------------------------------------------------+
| ``NETRC_FILE`` | Path to a .netrc file which will be copied to |
| | the kas home dir as .netrc. |
@@ -104,4 +104,4 @@ Environment variables
+--------------------------+--------------------------------------------------+
.. |aws_cred| replace:: ``AWS_SHARED_CREDENTIALS_FILE``
.. |git_cred| replace:: ``GIT_CREDENTIAL_HELPER``
.. |git_cred| replace:: ``GIT_CREDENTIAL_HELPER`` ``GIT_CREDENTIAL_USEHTTPPATH``