Skip to content

Commit

Permalink
Go fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
jtblin committed Jun 5, 2017
1 parent 35cdfc6 commit d91c0d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -223,8 +223,8 @@ func (s *Server) roleHandler(logger *log.Entry, w http.ResponseWriter, r *http.R
isAllowed, namespace := s.store.CheckNamespaceRestriction(podRoleARN, remoteIP)

roleLogger := logger.WithFields(log.Fields{
"pod.iam.role": podRole,
"ns.name": namespace,
"pod.iam.role": podRole,
"ns.name": namespace,
})

if !isAllowed {
Expand Down

0 comments on commit d91c0d4

Please sign in to comment.