Skip to content

Commit

Permalink
Deprecate the token expiry paramter with days format in identity stru…
Browse files Browse the repository at this point in the history
…cture
  • Loading branch information
ganeshamohana committed Dec 8, 2022
1 parent 534acfa commit 5cd9762
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 54 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ message Identity {
string locationName = 10;
Tags tags = 11;
map<string, string> certificates = 12 [(sensitive) = true];
int64 tokenExpiry = 13;
int64 tokenExpiry = 13 [deprecated = true];
ClientType clientType = 14;
string cloudFqdn = 15;
int32 cloudPort = 16;
Expand Down
107 changes: 54 additions & 53 deletions rpc/cloudagent/security/moc_cloudagent_identity.pb.go

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

0 comments on commit 5cd9762

Please sign in to comment.