Skip to content
Open
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
32 changes: 27 additions & 5 deletions proto/spire/api/types/entry.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions proto/spire/api/types/entry.proto
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ message Entry {

// When the entry was created (seconds since Unix epoch).
int64 created_at = 15;

// The time to live for WIT-SVID identities issues for this entry (in seconds), overttide ttl if set.
int32 wit_svid_ttl = 16;
}

// Field mask for Entry fields
Expand Down Expand Up @@ -109,4 +112,7 @@ message EntryMask {

// created_at field mask
bool created_at = 15;

// wit_svid_ttl mask
bool wit_svid_ttl = 16;
}