Skip to content

Commit

Permalink
Reordered profile field
Browse files Browse the repository at this point in the history
  • Loading branch information
nialdaly committed Dec 11, 2024
1 parent 4c6d9f4 commit bc630a5
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 63 deletions.
108 changes: 54 additions & 54 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.

18 changes: 9 additions & 9 deletions proto/trust_zone/v1alpha1/trust_zone.proto
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,18 @@ message TrustZone {
optional string kubernetes_cluster = 3;
optional string kubernetes_context = 4;
optional proto.trust_provider.v1alpha1.TrustProvider trust_provider = 5;
optional string profile = 6;
optional string bundle_endpoint_url = 7;
optional string bundle = 8;
repeated proto.federation.v1alpha1.Federation federations = 9;
repeated proto.ap_binding.v1alpha1.APBinding attestation_policies = 10;
optional string jwt_issuer = 11;
optional google.protobuf.Struct extra_helm_values = 12;
optional BundleEndpointProfile bundle_endpoint_profile = 13;
optional string bundle_endpoint_url = 6;
optional string bundle = 7;
repeated proto.federation.v1alpha1.Federation federations = 8;
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;
optional string profile = 13;
}

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

0 comments on commit bc630a5

Please sign in to comment.