Skip to content

Commit

Permalink
feat: profile field added to the TrustZone message (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
nialdaly authored Dec 11, 2024
1 parent a703c9e commit 1388b27
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 26 deletions.
63 changes: 37 additions & 26 deletions gen/go/proto/trust_zone/v1alpha1/trust_zone.pb.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/trust_zone/v1alpha1/trust_zone.proto
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ message TrustZone {
optional string jwt_issuer = 10;
optional google.protobuf.Struct extra_helm_values = 11;
optional BundleEndpointProfile bundle_endpoint_profile = 12;
optional string profile = 13;
}

enum BundleEndpointProfile {
Expand Down

0 comments on commit 1388b27

Please sign in to comment.