Skip to content

Commit

Permalink
Merge branch 'master' into azure-authz-retrable-http-client
Browse files Browse the repository at this point in the history
  • Loading branch information
bingosummer authored Jan 18, 2024
2 parents 656a1ec + 28c2258 commit fd7361f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ func (s Server) ListenAndServe() {
options := data.DefaultOptions
authzhandler.Store, err = data.NewDataStore(options)
if authzhandler.Store == nil || err != nil {
klog.Fatalf("Error in initalizing cache. Error:%s", err.Error())
klog.Fatalf("Error in initializing cache. Error:%s", err.Error())
}

if s.AuthzRecommendedOptions.Azure.DiscoverResources {
Expand Down

0 comments on commit fd7361f

Please sign in to comment.