Add missing comment.

pull/166/head^2
Mariano Cano 5 years ago committed by max furman
parent 7db7b1ee4c
commit a86dc78b5d

@ -195,6 +195,7 @@ func (p *JWK) AuthorizeSSHSign(ctx context.Context, token string) ([]SignOption,
t := now()
// Add modifiers from custom claims
// FIXME: this is also set in the sign method using SSHOptions.Modify.
if opts.CertType != "" {
signOptions = append(signOptions, sshCertificateCertTypeModifier(opts.CertType))
}

Loading…
Cancel
Save