Skip to content

Commit

Permalink
The policy should be just a ref
Browse files Browse the repository at this point in the history
  • Loading branch information
vcastellm committed Mar 31, 2024
1 parent b2d5928 commit d46947b
Show file tree
Hide file tree
Showing 2 changed files with 96 additions and 98 deletions.
2 changes: 1 addition & 1 deletion proto/pro.proto
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ message Token {
TokenType type = 4;
google.protobuf.Timestamp create_time = 5;
google.protobuf.Timestamp expire_time = 6;
repeated Policy policies = 7;
repeated string policies = 7;
}

message ACLTokenUpsertRequest {
Expand Down
192 changes: 95 additions & 97 deletions types/pro.pb.go

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

0 comments on commit d46947b

Please sign in to comment.