diff --git a/pkg/cloudcommon/options.go b/pkg/cloudcommon/options.go index 0106a3e6c9..fa7730c4a9 100644 --- a/pkg/cloudcommon/options.go +++ b/pkg/cloudcommon/options.go @@ -40,7 +40,7 @@ type Options struct { SslCertfile string `help:"ssl certification file"` SslKeyfile string `help:"ssl certification key file"` - EnableRbac bool `help:"Switch on Role-based Access Control" default:"false"` + EnableRbac bool `help:"Switch on Role-based Access Control" default:"true"` RbacDebug bool `help:"turn on rbac debug log" default:"false"` RbacPolicySyncPeriodSeconds int `help:"policy sync interval in seconds, default 15 minutes" default:"900"` RbacPolicySyncFailedRetrySeconds int `help:"seconds to wait after a failed sync, default 30 seconds" default:"30"`