Skip to content

Commit

Permalink
fix: remove maintainers from plugin metadata (#12)
Browse files Browse the repository at this point in the history
Signed-off-by: Leonardo Cecchi <[email protected]>
  • Loading branch information
leonardoce authored Jan 18, 2024
1 parent bc5f2ca commit a18f8f5
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 78 deletions.
137 changes: 63 additions & 74 deletions pkg/identity/identity.pb.go

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

5 changes: 1 addition & 4 deletions proto/identity.proto
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,8 @@ message GetPluginMetadataResponse {
// Provider/vendor of the plugin, e.g. an organization
string vendor = 10;

// A list of human or organizational entities maintaining the plugin
repeated string maintainers = 11;

// This field is OPTIONAL. Values are opaque.
map<string, string> manifest = 12;
map<string, string> manifest = 11;
}

message GetPluginCapabilitiesRequest {
Expand Down

0 comments on commit a18f8f5

Please sign in to comment.