We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e98e74e commit 378bb36Copy full SHA for 378bb36
lib/auth/machineid/workloadidentityv1/issuer_service.go
@@ -506,6 +506,7 @@ func (s *IssuanceService) issueX509SVID(
506
evt := baseEvent(ctx, wid, spiffeID)
507
evt.SVIDType = "x509"
508
evt.SerialNumber = serialString
509
+ evt.DNSSANs = wid.GetSpec().GetSpiffe().GetX509Svid().GetDnsSans()
510
if err := s.emitter.EmitAuditEvent(ctx, evt); err != nil {
511
s.logger.WarnContext(
512
ctx,
0 commit comments