test(auth): complete test scenarios for raw token and oidc (#248)

Signed-off-by: Marc Nuri <marc@marcnuri.com>
This commit is contained in:
Marc Nuri
2025-08-07 16:04:12 +03:00
committed by GitHub
parent 43744f2978
commit cfc42b3bd3
7 changed files with 155 additions and 33 deletions

2
go.mod
View File

@@ -12,6 +12,7 @@ require (
github.com/spf13/afero v1.14.0
github.com/spf13/cobra v1.9.1
github.com/spf13/pflag v1.0.7
golang.org/x/oauth2 v0.30.0
golang.org/x/sync v0.16.0
helm.sh/helm/v3 v3.18.4
k8s.io/api v0.33.3
@@ -116,7 +117,6 @@ require (
go.yaml.in/yaml/v3 v3.0.4 // indirect
golang.org/x/crypto v0.40.0 // indirect
golang.org/x/net v0.42.0 // indirect
golang.org/x/oauth2 v0.30.0 // indirect
golang.org/x/sys v0.34.0 // indirect
golang.org/x/term v0.33.0 // indirect
golang.org/x/text v0.27.0 // indirect