Skip to content

Commit

Permalink
Merge pull request #355 from 0xff-dev/main
Browse files Browse the repository at this point in the history
fix: remove client-go oidc cache
  • Loading branch information
bjwswang authored Dec 12, 2023
2 parents b70db9b + fa2d3b3 commit c8c2864
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 c8c2864

Please sign in to comment.