akuity / kargo

Application lifecycle orchestration
https://kargo.akuity.io/
Apache License 2.0
1.39k stars 114 forks source link

Enable Http git repository authentication to be able to clone and push to unsecured repositorys. #2198

Open tal-hason opened 6 days ago

tal-hason commented 6 days ago

Proposed Feature

Add a http authentication check box to the creds section that will enable the end-user to use http git repositorys with basic authentication.

Motivation

Let customers deicide the secure level they can use duo to their network constraints.

Suggested Implementation

Add a "http - basic auth" check box to the credentials section that will enable unsecure git connection.

As discussed on: PR1504