diff --git a/pkg/iam/service.go b/pkg/iam/service.go index 6ae8f0302..4b27b224c 100644 --- a/pkg/iam/service.go +++ b/pkg/iam/service.go @@ -56,10 +56,7 @@ type ( Certificate *x509.Certificate PrivateKey *rsa.PrivateKey Logger *log.Logger - - // PolicySet contains all policies for authorization. - // If nil, only IAM policies are used. - PolicySet *PolicySet + PolicySet *PolicySet } )