Add missing comment.

This commit is contained in:
Mariano Cano 2019-11-14 15:27:12 -08:00
parent fcccb06696
commit be93c9e1f4

View file

@ -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))
}