Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 15 additions & 3 deletions proto/kms/api/cmk/registry/auth/v1/auth.pb.go

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

4 changes: 4 additions & 0 deletions proto/kms/api/cmk/registry/auth/v1/auth.pb.validate.go

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

1 change: 1 addition & 0 deletions proto/kms/api/cmk/registry/auth/v1/auth.proto
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ message ApplyAuthRequest {
string tenant_id = 2;
string type = 3;
map<string, string> properties = 4;
optional string client_id = 5;
}

message ApplyAuthResponse {
Expand Down
Loading