Skip to content

Commit

Permalink
Merge pull request #7 from cofide/extra-values
Browse files Browse the repository at this point in the history
Add extra_helm_values to TrustZone message
  • Loading branch information
markgoddard authored Nov 29, 2024
2 parents 9522a2d + d2c9ebf commit 68c05e4
Show file tree
Hide file tree
Showing 3 changed files with 82 additions and 61 deletions.
138 changes: 78 additions & 60 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.

3 changes: 2 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
module github.com/cofide/cofide-api-sdk

go 1.22.6
go 1.22.7

toolchain go1.22.9

require (
Expand Down
2 changes: 2 additions & 0 deletions proto/trust_zone/v1alpha1/trust_zone.proto
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ syntax = "proto3";

package proto.trust_zone.v1alpha1;

import "google/protobuf/struct.proto";
import "proto/ap_binding/v1alpha1/ap_binding.proto";
import "proto/federation/v1alpha1/federation.proto";
import "proto/trust_provider/v1alpha1/trust_provider.proto";
Expand All @@ -22,4 +23,5 @@ message TrustZone {
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;
}

0 comments on commit 68c05e4

Please sign in to comment.