Explorar o código

feat: add custom user agent to scaleway provider (#2938)

Signed-off-by: Florent Viel <fviel@scaleway.com>
Florent Viel %!s(int64=2) %!d(string=hai) anos
pai
achega
88da2f3199
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      pkg/provider/scaleway/provider.go

+ 1 - 0
pkg/provider/scaleway/provider.go

@@ -67,6 +67,7 @@ func (p *Provider) NewClient(ctx context.Context, store esv1beta1.GenericStore,
 		scw.WithDefaultRegion(scw.Region(cfg.Region)),
 		scw.WithDefaultProjectID(cfg.ProjectID),
 		scw.WithAuth(accessKey, secretKey),
+		scw.WithUserAgent("external-secrets"),
 	)
 	if err != nil {
 		return nil, err