kubebb / core

A declarative component lifecycle management platform
https://kubebb.github.io/website
Apache License 2.0
8 stars 9 forks source link

feat: add https authentication on repository #294

Closed zqq454224016 closed 1 year ago

zqq454224016 commented 1 year ago

What type of PR is this?

What this PR does / why we need it

Which issue(s) this PR fixes

Fixes #288

Special notes for your reviewer

Abirdcfly commented 1 year ago

pls fix test...

--- FAIL: TestRepoUpdate (0.00s)
    --- FAIL: TestRepoUpdate/update_a_repository (0.00s)
        repo_test.go:228: RepoUpdate() wantErr = false error = no repositories found., wantErrMsg = []
2023-08-25T06:13:30.209815Z info    http: superfluous response.WriteHeader call from helm.sh/helm/v3/pkg/repo/repotest.(*Server).Start.func1 (server.go:356)
--- FAIL: TestRepoRemove (0.00s)
    --- FAIL: TestRepoRemove/remove_a_repository (0.00s)
        repo_test.go:282: RepoRemove() wantErr = false error = no repositories configured, wantErrMsg = []
FAIL