Skip to content

Commit

Permalink
Merge pull request #8 from cofide/plugin-config
Browse files Browse the repository at this point in the history
Add plugin_config to Config message
  • Loading branch information
markgoddard authored Dec 2, 2024
2 parents 68c05e4 + 55cc6a7 commit 0346d06
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 38 deletions.
102 changes: 64 additions & 38 deletions gen/go/proto/config/v1alpha1/config.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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

package proto.config.v1alpha1;

import "google/protobuf/struct.proto";
import "proto/attestation_policy/v1alpha1/attestation_policy.proto";
import "proto/trust_zone/v1alpha1/trust_zone.proto";

Expand All @@ -14,4 +15,5 @@ message Config {
optional string data_source = 1;
repeated proto.trust_zone.v1alpha1.TrustZone trust_zones = 2;
repeated proto.attestation_policy.v1alpha1.AttestationPolicy attestation_policies = 3;
map<string, google.protobuf.Struct> plugin_config = 4;
}

0 comments on commit 0346d06

Please sign in to comment.