Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Custom Git Client TLS config for WAF-Secured Repos #1302

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on Dec 1, 2023

  1. Add Custom Git Client for WAF-Secured Repos

    Introduce a custom Git client to handle repositories behind Web Application
    Firewalls (WAF). This client facilitates TLS certificate-based authentication,
    enabling secure Git operations in corporate environments.
    
    Signed-off-by: Vasyl Rudiuk <vasilii.rudiuk@gmail.com>
    Vasyl Rudiuk committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    e6ca742 View commit details
    Browse the repository at this point in the history
  2. updated readme

    Signed-off-by: Vasyl Rudiuk <vasilii.rudiuk@gmail.com>
    Vasyl Rudiuk committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    e31680c View commit details
    Browse the repository at this point in the history
  3. added new line

    Signed-off-by: Vasyl Rudiuk <vasilii.rudiuk@gmail.com>
    Vasyl Rudiuk committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    fcb8662 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. added back proxyOpts

    In some cases we might need to handle proxy setting for the custom gitClient.
    
    Signed-off-by: Vasyl Rudiuk <vasilii.rudiuk@gmail.com>
    Vasyl Rudiuk committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    8eed3c8 View commit details
    Browse the repository at this point in the history