forked from TrueCloudLab/certificates
Change azure ssh key id.
This commit is contained in:
parent
aef52e4334
commit
18a285e847
1 changed files with 1 additions and 1 deletions
|
@ -305,7 +305,7 @@ func (p *Azure) AuthorizeRevoke(token string) error {
|
|||
func (p *Azure) authorizeSSHSign(claims azurePayload, name string) ([]SignOption, error) {
|
||||
signOptions := []SignOption{
|
||||
// set the key id to the token subject
|
||||
sshCertificateKeyIDModifier(claims.Subject),
|
||||
sshCertificateKeyIDModifier(name),
|
||||
}
|
||||
|
||||
signOptions = append(signOptions, &sshCertificateOptionsValidator{&SSHOptions{
|
||||
|
|
Loading…
Reference in a new issue