Skip to content

Commit

Permalink
Merge pull request #140 from microsoft/user/gmohana/deprecateexpirydays
Browse files Browse the repository at this point in the history
Deprecate the token expiry parameter with days format in identity structure
  • Loading branch information
ganeshamohana committed Dec 9, 2022
2 parents a1c1d33 + cd0109d commit 1b566c7
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 1b566c7

Please sign in to comment.