Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -6805,6 +6805,12 @@ message SPIFFESVIDIssued {
// 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"];
// Attributes is the collection of data that was used to make the decision on
// whether to issue the workload identity credential & to perform templating.
google.protobuf.Struct Attributes = 14 [
(gogoproto.jsontag) = "attributes,omitempty",
(gogoproto.casttype) = "Struct"
];
}

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