mirror of
https://github.com/rancher/steve.git
synced 2025-09-01 07:27:46 +00:00
Add authentication by default
This commit is contained in:
2
main.go
2
main.go
@@ -35,6 +35,6 @@ func main() {
|
||||
func run(_ *cli.Context) error {
|
||||
ctx := signals.SetupSignalHandler(context.Background())
|
||||
debugconfig.MustSetupDebug()
|
||||
s := config.MustServer()
|
||||
s := config.MustServer(ctx)
|
||||
return s.ListenAndServe(ctx, config.HTTPSListenPort, config.HTTPListenPort, nil)
|
||||
}
|
||||
|
Reference in New Issue
Block a user