Skip to content

Commit 5857505

Browse files
Merge pull request #526 from njhale/enable-auth
chore(package-server): enable auth by default
2 parents 6fcc74e + 050eb5a commit 5857505

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/package-server/server/server.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ func NewPackageServerOptions(out, errOut io.Writer) *PackageServerOptions {
9090
WatchedNamespaces: []string{v1.NamespaceAll},
9191
WakeupInterval: 5 * time.Minute,
9292

93-
DisableAuthForTesting: true,
93+
DisableAuthForTesting: false,
9494
Debug: false,
9595

9696
StdOut: out,

0 commit comments

Comments
 (0)