forked from TrueCloudLab/certificates
remove printfs
This commit is contained in:
parent
710f4252ee
commit
3d970b45c8
1 changed files with 0 additions and 3 deletions
|
@ -3,7 +3,6 @@ package provisioner
|
|||
import (
|
||||
"context"
|
||||
"encoding/base64"
|
||||
"fmt"
|
||||
"strconv"
|
||||
"time"
|
||||
|
||||
|
@ -171,8 +170,6 @@ func (p *SSHPOP) authorizeToken(token string, audiences []string) (*sshPOPPayloa
|
|||
|
||||
// validate audiences with the defaults
|
||||
if !matchesAudience(claims.Audience, audiences) {
|
||||
fmt.Printf("claims.Audience = %+v\n", claims.Audience)
|
||||
fmt.Printf("audiences = %+v\n", audiences)
|
||||
return nil, errors.New("invalid token: invalid audience claim (aud)")
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue