Skip to content

Commit

Permalink
Adds deprecation notice on ttl field
Browse files Browse the repository at this point in the history
Signed-off-by: Dennis Gove <[email protected]>
  • Loading branch information
dennisgove committed Sep 21, 2022
1 parent 212ccb5 commit b6562eb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions proto/spire/api/types/entry.proto
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ message Entry {
repeated spire.api.types.Selector selectors = 4;

// The time to live for identities issued for this entry (in seconds).
// This field is deprecated in favor of the x509_svid_ttl and jwt_svid_ttl
// fields and will be removed in a future release.
int32 ttl = 5;

// The names of trust domains the identity described by this entry
Expand Down

0 comments on commit b6562eb

Please sign in to comment.