- Notifications
You must be signed in to change notification settings - Fork 70
/
Copy pathproxy_wasm_intrinsics.proto
109 lines (104 loc) · 3.19 KB
/
proxy_wasm_intrinsics.proto
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
// Copyright 2016-2019 Envoy Project Authors
// Copyright 2020 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
syntax = 'proto3';
import"google/protobuf/any.proto";
import"google/protobuf/duration.proto";
import"google/protobuf/empty.proto";
import"google/protobuf/struct.proto";
messageWKT {
google.protobuf.Structstruct=1;
}
messageDataSource {
oneofspecifier {
stringfilename=1;
bytesinline_bytes=2;
stringinline_string=3;
}
}
messageGrpcService {
messageEnvoyGrpc {
stringcluster_name=1;
}
messageGoogleGrpc {
stringtarget_uri=1;
messageSslCredentials {
DataSourceroot_certs=1;
DataSourceprivate_key=2;
DataSourcecert_chain=3;
}
messageGoogleLocalCredentials {
}
messageChannelCredentials {
oneofcredential_specifier {
SslCredentialsssl_credentials=1;
google.protobuf.Emptygoogle_default=2;
GoogleLocalCredentialslocal_credentials=3;
}
}
ChannelCredentialschannel_credentials=2;
messageCallCredentials {
messageServiceAccountJWTAccessCredentials {
stringjson_key=1;
uint64token_lifetime_seconds=2;
}
messageGoogleIAMCredentials {
stringauthorization_token=1;
stringauthority_selector=2;
}
messageMetadataCredentialsFromPlugin {
stringname=1;
oneofconfig_type {
google.protobuf.Structconfig=2 [deprecated = true];
google.protobuf.Anytyped_config=3;
}
}
messageStsService {
stringtoken_exchange_service_uri=1;
stringresource=2;
stringaudience=3;
stringscope=4;
stringrequested_token_type=5;
stringsubject_token_path=6;
stringsubject_token_type=7;
stringactor_token_path=8;
stringactor_token_type=9;
}
oneofcredential_specifier {
stringaccess_token=1;
google.protobuf.Emptygoogle_compute_engine=2;
stringgoogle_refresh_token=3;
ServiceAccountJWTAccessCredentialsservice_account_jwt_access=4;
GoogleIAMCredentialsgoogle_iam=5;
MetadataCredentialsFromPluginfrom_plugin=6;
StsServicests_service=7;
}
}
repeatedCallCredentialscall_credentials=3;
stringstat_prefix=4;
stringcredentials_factory_name=5;
google.protobuf.Structconfig=6;
}
oneoftarget_specifier {
EnvoyGrpcenvoy_grpc=1;
GoogleGrpcgoogle_grpc=2;
}
google.protobuf.Durationtimeout=3;
reserved4;
messageHeaderValue {
stringkey=1;
stringvalue=2;
}
repeatedHeaderValueinitial_metadata=5;
}