feat: add support of aws codecommit bootstrap

Signed-off-by: Taras <9948629+taraspos@users.noreply.github.com>
This commit is contained in:
Taras 2026-04-27 13:03:49 +01:00 committed by Taras Postument
parent 4e78a9d7e0
commit 08b39f7b82
No known key found for this signature in database
8 changed files with 45 additions and 13 deletions

3
go.mod
View file

@ -20,7 +20,7 @@ require (
github.com/fluxcd/notification-controller/api v1.8.4
github.com/fluxcd/pkg/apis/event v0.25.0
github.com/fluxcd/pkg/apis/meta v1.26.0
github.com/fluxcd/pkg/auth v0.40.0
github.com/fluxcd/pkg/auth v0.41.0
github.com/fluxcd/pkg/chartutil v1.23.0
github.com/fluxcd/pkg/envsubst v1.5.0
github.com/fluxcd/pkg/git v0.46.0
@ -101,6 +101,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.35.13 // indirect
github.com/aws/aws-sdk-go-v2/service/sts v1.41.6 // indirect
github.com/aws/smithy-go v1.24.0 // indirect
github.com/aws/smithy-go/aws-http-auth v1.1.3 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/blang/semver/v4 v4.0.0 // indirect
github.com/bshuster-repo/logrus-logstash-hook v1.1.0 // indirect