Address comments in code review.

This commit is contained in:
Mariano Cano 2019-03-13 11:26:18 -07:00
parent 07cdc1021c
commit 23e6de57a2
5 changed files with 6 additions and 26 deletions

View file

@ -25,7 +25,6 @@ type Claims struct {
// Authorize authorizes a signature request by validating and authenticating
// a OTT that must be sent w/ the request.
// TODO(mariano): protection against reuse for oidc
func (a *Authority) Authorize(ott string) ([]provisioner.SignOption, error) {
var errContext = map[string]interface{}{"ott": ott}