Skip to content

Commit

Permalink
more changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mastermanu committed Mar 12, 2024
1 parent a5c6138 commit 5a75261
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions temporal/api/cloud/nexus/v1/message.proto
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ message IncomingServiceSpec {
}

message IncomingServiceAuthorizationSpec {
AllowedNamespacePolicy allowed_namespace_policy = 1;
AllowedNamespacePolicySpec allowed_namespace_policy_spec = 1;
}

message AllowedNamespacePolicy {
message AllowedNamespacePolicySpec {
// The set of namespaces that are allowed to call into this service
repeated string namespaces = 1;
}
Expand Down Expand Up @@ -62,10 +62,14 @@ message OutgoingServiceSpec {
// This name is immutable
string name = 1;

BindingSpec binding = 2;
BindingSpec spec = 2;
}

message BindingSpec {
IntraAccountServiceSpec intra_account_service_spec = 1;
}

message IntraAccountServiceSpec {
string incoming_service_id = 1;
}

Expand Down

0 comments on commit 5a75261

Please sign in to comment.