Skip to content
This repository was archived by the owner on May 4, 2019. It is now read-only.

Commit 5c5af7d

Browse files
committed
Added timestamp to accesskey_info.proto
1 parent 311f459 commit 5c5af7d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

access-key-info-idl/src/main/proto/proteus/accesskey_info.proto

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ syntax = "proto3";
33
package io.netifi.proteus.broker.access;
44

55
import "google/protobuf/empty.proto";
6+
import "google/protobuf/timestamp.proto";
67

78
option java_package = "io.netifi.proteus.broker.access";
89
option java_outer_classname = "AccessKeyInfo";
@@ -25,6 +26,7 @@ message AccessTokenInfo {
2526
string accessKeyAlgo = 4;
2627
string description = 5;
2728
bool disabled = 6;
29+
google.protobuf.Timestamp timestamp = 7;
2830
}
2931

3032
service AccessKeyInfoService {

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
group=io.netifi.proteus
2-
version=0.8.5
2+
version=0.8.6

0 commit comments

Comments
 (0)