Skip to content

Commit

Permalink
Add breaking change- make cluster metadata required
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam0Brien committed Nov 26, 2024
1 parent 5bc8eb8 commit 1b2ba5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/kessel/inventory/v1beta1/resources/metadata.proto
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ message Metadata {

// The org id in which this resource is a member for access control. A
// resource can only be a member of one org.
string org_id = 3500 [ json_name = "org_id" ];
string org_id = 3500 [ json_name = "org_id", (buf.validate.field).required = true];

Check failure on line 36 in api/kessel/inventory/v1beta1/resources/metadata.proto

View workflow job for this annotation

GitHub Actions / build

field kessel.inventory.v1beta1.resources.Metadata.org_id: unknown extension buf.validate.field

// The workspace id in which this resource is a member for access control. A
// resource can only be a member of one workspace.
Expand Down

0 comments on commit 1b2ba5d

Please sign in to comment.