Skip to content

Commit

Permalink
Add bundle_endpoint_profile field to TrustZone message
Browse files Browse the repository at this point in the history
  • Loading branch information
markgoddard committed Dec 9, 2024
1 parent 25af9d3 commit 6590c0b
Show file tree
Hide file tree
Showing 2 changed files with 127 additions and 41 deletions.
161 changes: 120 additions & 41 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.

7 changes: 7 additions & 0 deletions proto/trust_zone/v1alpha1/trust_zone.proto
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,11 @@ message TrustZone {
repeated proto.ap_binding.v1alpha1.APBinding attestation_policies = 9;
optional string jwt_issuer = 10;
optional google.protobuf.Struct extra_helm_values = 11;
optional BundleEndpointProfile bundle_endpoint_profile = 12;
}

enum BundleEndpointProfile {
BUNDLE_ENDPOINT_PROFILE_UNSPECIFIED = 0;
BUNDLE_ENDPOINT_PROFILE_HTTPS_SPIFFE = 1;
BUNDLE_ENDPOINT_PROFILE_HTTPS_WEB = 2;
}

0 comments on commit 6590c0b

Please sign in to comment.