diff --git a/auth/authzserver/resource_server.go b/auth/authzserver/resource_server.go index 19f5dbfa3..71e662a52 100644 --- a/auth/authzserver/resource_server.go +++ b/auth/authzserver/resource_server.go @@ -4,13 +4,14 @@ import ( "context" "encoding/json" "fmt" - jwtgo "github.com/golang-jwt/jwt/v4" "io/ioutil" "mime" "net/http" "net/url" "strings" + jwtgo "github.com/golang-jwt/jwt/v4" + "k8s.io/apimachinery/pkg/util/sets" "github.com/flyteorg/flytestdlib/config"