Skip to content

Commit

Permalink
fix: remove client-go oidc cache
Browse files Browse the repository at this point in the history
  • Loading branch information
0xff-dev committed Dec 12, 2023
1 parent b70db9b commit fa2d3b3
Show file tree
Hide file tree
Showing 3 changed files with 387 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ require (
golang.org/x/crypto v0.16.0 // indirect
golang.org/x/exp v0.0.0-20230510235704-dd950f8aeaea // indirect
golang.org/x/net v0.19.0 // indirect
golang.org/x/oauth2 v0.13.0 // indirect
golang.org/x/oauth2 v0.13.0
golang.org/x/sys v0.15.0 // indirect
golang.org/x/term v0.15.0 // indirect
golang.org/x/text v0.14.0 // indirect
Expand Down
2 changes: 1 addition & 1 deletion graphql-server/go-server/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import (
"github.com/kubeagi/arcadia/graphql-server/go-server/config"
"github.com/kubeagi/arcadia/graphql-server/go-server/service"

_ "k8s.io/client-go/plugin/pkg/client/auth/oidc"
_ "github.com/kubeagi/arcadia/graphql-server/go-server/pkg/oidc"
)

func main() {
Expand Down
Loading

0 comments on commit fa2d3b3

Please sign in to comment.