Skip to content

Commit

Permalink
Add WorkloadIdentity/WorkloadIdentityRevision fields to SPIFFESVIDIssued
Browse files Browse the repository at this point in the history
  • Loading branch information
strideynet committed Dec 13, 2024
1 parent 837df36 commit f9f9f11
Show file tree
Hide file tree
Showing 2 changed files with 1,196 additions and 1,096 deletions.
6 changes: 6 additions & 0 deletions api/proto/teleport/legacy/types/events/events.proto
Original file line number Diff line number Diff line change
Expand Up @@ -6732,6 +6732,12 @@ message SPIFFESVIDIssued {
// Audiences is the list of audiences in the issued SVID.
// Only present if the SVID is a JWT.
repeated string Audiences = 11 [(gogoproto.jsontag) = "audiences,omitempty"];
// The WorkloadIdentity resource that was used to issue the SVID, this will
// be empty if the legacy RPCs were used.
string WorkloadIdentity = 12 [(gogoproto.jsontag) = "workload_identity,omitempty"];
// The revision of the WorkloadIdentity resource that was used to issue the
// SVID. This will be empty if the legacy RPCs were used.
string WorkloadIdentityRevision = 13 [(gogoproto.jsontag) = "workload_identity_revision,omitempty"];
}

// AuthPreferenceUpdate is emitted when the auth preference is updated.
Expand Down
Loading

0 comments on commit f9f9f11

Please sign in to comment.