Skip to content

Commit

Permalink
Also set "upns" part of "subject_alternative_names"
Browse files Browse the repository at this point in the history
Signed-off-by: Sune Keller <[email protected]>
  • Loading branch information
sirlatrom authored and tombuildsstuff committed Dec 16, 2020
1 parent f7d044c commit 68e924d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -814,6 +814,7 @@ func flattenKeyVaultCertificatePolicy(input *keyvault.CertificatePolicy, certDat
} else {
sanOutput["emails"] = set.FromStringSlice(cert.EmailAddresses)
sanOutput["dns_names"] = set.FromStringSlice(cert.DNSNames)
sanOutput["upns"] = set.FromStringSlice([]string{})
sanOutputs = append(sanOutputs, sanOutput)
}
}
Expand Down

0 comments on commit 68e924d

Please sign in to comment.