@@ -838,7 +838,7 @@ MoveRoutes takes an array of routeIds and moves them to a new namespace
838
838
| Field | Type | Description |
839
839
| ----- | ---- | ----------- |
840
840
| groups | [ repeated string] ( #string ) | Explicit list of group IDs/names to include. |
841
- | [ ** oneof** ] ( https://developers.google.com/protocol-buffers/docs/proto3#oneof ) _ infer_from_ppl.infer_from_ppl | [ optional bool] ( #bool ) | Infer group IDs/names based on PPL groups criteria. (Not yet implemented.) |
841
+ | [ ** oneof** ] ( https://developers.google.com/protocol-buffers/docs/proto3#oneof ) _ infer_from_ppl.infer_from_ppl | [ optional bool] ( #bool ) | Infer group IDs/names based on PPL groups criteria. |
842
842
<!-- end Fields -->
843
843
<!-- end HasFields -->
844
844
@@ -914,7 +914,7 @@ LoadRoutesRequest
914
914
915
915
### Route
916
916
Route defines a proxy route's settings and policy associations
917
- Next ID: 67
917
+ Next ID: 70
918
918
919
919
920
920
| Field | Type | Description |
@@ -930,7 +930,7 @@ Next ID: 67
930
930
| stat_name | [ string] ( #string ) | name for prometheus stats, computed on first save |
931
931
| from | [ string] ( #string ) | none |
932
932
| to | [ repeated string] ( #string ) | none |
933
- | redirect | [ envoy.config.route.v3. RedirectAction] ( #envoyconfigroutev3redirectaction ) | none |
933
+ | redirect | [ RedirectAction] ( #redirectaction ) | none |
934
934
| response | [ RouteDirectResponse] ( #routedirectresponse ) | none |
935
935
| [ ** oneof** ] ( https://developers.google.com/protocol-buffers/docs/proto3#oneof ) _ prefix.prefix | [ optional string] ( #string ) | none |
936
936
| [ ** oneof** ] ( https://developers.google.com/protocol-buffers/docs/proto3#oneof ) _ path.path | [ optional string] ( #string ) | none |
@@ -965,6 +965,7 @@ Next ID: 67
965
965
| envoy_opts | [ envoy.config.cluster.v3.Cluster] ( #envoyconfigclusterv3cluster ) | none |
966
966
| enable_google_cloud_serverless_authentication | [ bool] ( #bool ) | none |
967
967
| jwt_issuer_format | [ IssuerFormat] ( #issuerformat ) | none |
968
+ | [ ** oneof** ] ( https://developers.google.com/protocol-buffers/docs/proto3#oneof ) _ bearer_token_format.bearer_token_format | [ optional BearerTokenFormat] ( #bearertokenformat ) | none |
968
969
| jwt_groups_filter | [ JwtGroupsFilter] ( #jwtgroupsfilter ) | none |
969
970
| [ ** oneof** ] ( https://developers.google.com/protocol-buffers/docs/proto3#oneof ) _ idp_client_id.idp_client_id | [ optional string] ( #string ) | none |
970
971
| [ ** oneof** ] ( https://developers.google.com/protocol-buffers/docs/proto3#oneof ) _ idp_client_secret.idp_client_secret | [ optional string] ( #string ) | none |
@@ -975,6 +976,7 @@ Next ID: 67
975
976
| namespace_name | [ string] ( #string ) | computed |
976
977
| enforced_policy_ids | [ repeated string] ( #string ) | computed |
977
978
| enforced_policy_names | [ repeated string] ( #string ) | none |
979
+ | [ ** oneof** ] ( https://developers.google.com/protocol-buffers/docs/proto3#oneof ) _ idp_access_token_allowed_audiences.idp_access_token_allowed_audiences | [ optional Route.StringList] ( #routestringlist ) | none |
978
980
<!-- end Fields -->
979
981
<!-- end HasFields -->
980
982
@@ -1003,6 +1005,17 @@ Next ID: 67
1003
1005
<!-- end HasFields -->
1004
1006
1005
1007
1008
+ ### Route.StringList
1009
+
1010
+
1011
+
1012
+ | Field | Type | Description |
1013
+ | ----- | ---- | ----------- |
1014
+ | values | [ repeated string] ( #string ) | none |
1015
+ <!-- end Fields -->
1016
+ <!-- end HasFields -->
1017
+
1018
+
1006
1019
### RouteDirectResponse
1007
1020
1008
1021
@@ -1088,6 +1101,19 @@ LoadRoutesRequest
1088
1101
## Enums
1089
1102
1090
1103
1104
+ ### BearerTokenFormat {#bearertokenformat}
1105
+
1106
+
1107
+ | Name | Number | Description |
1108
+ | ---- | ------ | ----------- |
1109
+ | BEARER_TOKEN_FORMAT_UNKNOWN | 0 | none |
1110
+ | BEARER_TOKEN_FORMAT_DEFAULT | 1 | none |
1111
+ | BEARER_TOKEN_FORMAT_IDP_ACCESS_TOKEN | 2 | none |
1112
+ | BEARER_TOKEN_FORMAT_IDP_IDENTITY_TOKEN | 3 | none |
1113
+
1114
+
1115
+
1116
+
1091
1117
### IssuerFormat {#issuerformat}
1092
1118
1093
1119
@@ -1204,7 +1230,7 @@ GetConsoleSettings retrieves the console settings.
1204
1230
1205
1231
### Settings
1206
1232
Settings defines the global pomerium settings
1207
- Next id: 88 .
1233
+ Next id: 106 .
1208
1234
1209
1235
1210
1236
| Field | Type | Description |
@@ -1250,10 +1276,21 @@ Next id: 88.
1250
1276
| jwt_groups_filter | [ JwtGroupsFilter] ( #jwtgroupsfilter ) | none |
1251
1277
| [ ** oneof** ] ( https://developers.google.com/protocol-buffers/docs/proto3#oneof ) _ default_upstream_timeout.default_upstream_timeout | [ optional google.protobuf.Duration] ( #googleprotobufduration ) | none |
1252
1278
| [ ** oneof** ] ( https://developers.google.com/protocol-buffers/docs/proto3#oneof ) _ metrics_address.metrics_address | [ optional string] ( #string ) | none |
1253
- | [ ** oneof** ] ( https://developers.google.com/protocol-buffers/docs/proto3#oneof ) _ tracing_provider.tracing_provider | [ optional string] ( #string ) | none |
1254
- | [ ** oneof** ] ( https://developers.google.com/protocol-buffers/docs/proto3#oneof ) _ tracing_sample_rate.tracing_sample_rate | [ optional double] ( #double ) | none |
1255
- | [ ** oneof** ] ( https://developers.google.com/protocol-buffers/docs/proto3#oneof ) _ tracing_otlp_endpoint.tracing_otlp_endpoint | [ optional string] ( #string ) | none |
1256
- | [ ** oneof** ] ( https://developers.google.com/protocol-buffers/docs/proto3#oneof ) _ tracing_otlp_protocol.tracing_otlp_protocol | [ optional string] ( #string ) | none |
1279
+ | [ ** oneof** ] ( https://developers.google.com/protocol-buffers/docs/proto3#oneof ) _ otel_traces_exporter.otel_traces_exporter | [ optional string] ( #string ) | none |
1280
+ | [ ** oneof** ] ( https://developers.google.com/protocol-buffers/docs/proto3#oneof ) _ otel_traces_sampler_arg.otel_traces_sampler_arg | [ optional double] ( #double ) | none |
1281
+ | otel_resource_attributes | [ repeated string] ( #string ) | none |
1282
+ | [ ** oneof** ] ( https://developers.google.com/protocol-buffers/docs/proto3#oneof ) _ otel_log_level.otel_log_level | [ optional string] ( #string ) | none |
1283
+ | [ ** oneof** ] ( https://developers.google.com/protocol-buffers/docs/proto3#oneof ) _ otel_attribute_value_length_limit.otel_attribute_value_length_limit | [ optional int32] ( #int32 ) | none |
1284
+ | [ ** oneof** ] ( https://developers.google.com/protocol-buffers/docs/proto3#oneof ) _ otel_exporter_otlp_endpoint.otel_exporter_otlp_endpoint | [ optional string] ( #string ) | none |
1285
+ | [ ** oneof** ] ( https://developers.google.com/protocol-buffers/docs/proto3#oneof ) _ otel_exporter_otlp_traces_endpoint.otel_exporter_otlp_traces_endpoint | [ optional string] ( #string ) | none |
1286
+ | [ ** oneof** ] ( https://developers.google.com/protocol-buffers/docs/proto3#oneof ) _ otel_exporter_otlp_protocol.otel_exporter_otlp_protocol | [ optional string] ( #string ) | none |
1287
+ | [ ** oneof** ] ( https://developers.google.com/protocol-buffers/docs/proto3#oneof ) _ otel_exporter_otlp_traces_protocol.otel_exporter_otlp_traces_protocol | [ optional string] ( #string ) | none |
1288
+ | otel_exporter_otlp_headers | [ repeated string] ( #string ) | none |
1289
+ | otel_exporter_otlp_traces_headers | [ repeated string] ( #string ) | none |
1290
+ | [ ** oneof** ] ( https://developers.google.com/protocol-buffers/docs/proto3#oneof ) _ otel_exporter_otlp_timeout.otel_exporter_otlp_timeout | [ optional google.protobuf.Duration] ( #googleprotobufduration ) | none |
1291
+ | [ ** oneof** ] ( https://developers.google.com/protocol-buffers/docs/proto3#oneof ) _ otel_exporter_otlp_traces_timeout.otel_exporter_otlp_traces_timeout | [ optional google.protobuf.Duration] ( #googleprotobufduration ) | none |
1292
+ | [ ** oneof** ] ( https://developers.google.com/protocol-buffers/docs/proto3#oneof ) _ otel_bsp_schedule_delay.otel_bsp_schedule_delay | [ optional google.protobuf.Duration] ( #googleprotobufduration ) | none |
1293
+ | [ ** oneof** ] ( https://developers.google.com/protocol-buffers/docs/proto3#oneof ) _ otel_bsp_max_export_batch_size.otel_bsp_max_export_batch_size | [ optional int32] ( #int32 ) | none |
1257
1294
| [ ** oneof** ] ( https://developers.google.com/protocol-buffers/docs/proto3#oneof ) _ grpc_address.grpc_address | [ optional string] ( #string ) | none |
1258
1295
| [ ** oneof** ] ( https://developers.google.com/protocol-buffers/docs/proto3#oneof ) _ grpc_insecure.grpc_insecure | [ optional bool] ( #bool ) | none |
1259
1296
| [ ** oneof** ] ( https://developers.google.com/protocol-buffers/docs/proto3#oneof ) _ cache_service_url.cache_service_url | [ optional string] ( #string ) | none |
@@ -1281,6 +1318,9 @@ Next id: 88.
1281
1318
| [ ** oneof** ] ( https://developers.google.com/protocol-buffers/docs/proto3#oneof ) _ access_log_fields.access_log_fields | [ optional Settings.StringList] ( #settingsstringlist ) | none |
1282
1319
| [ ** oneof** ] ( https://developers.google.com/protocol-buffers/docs/proto3#oneof ) _ authorize_log_fields.authorize_log_fields | [ optional Settings.StringList] ( #settingsstringlist ) | none |
1283
1320
| [ ** oneof** ] ( https://developers.google.com/protocol-buffers/docs/proto3#oneof ) _ pass_identity_headers.pass_identity_headers | [ optional bool] ( #bool ) | none |
1321
+ | originator_id | [ string] ( #string ) | none |
1322
+ | [ ** oneof** ] ( https://developers.google.com/protocol-buffers/docs/proto3#oneof ) _ bearer_token_format.bearer_token_format | [ optional BearerTokenFormat] ( #bearertokenformat ) | none |
1323
+ | [ ** oneof** ] ( https://developers.google.com/protocol-buffers/docs/proto3#oneof ) _ idp_access_token_allowed_audiences.idp_access_token_allowed_audiences | [ optional Settings.StringList] ( #settingsstringlist ) | none |
1284
1324
<!-- end Fields -->
1285
1325
<!-- end HasFields -->
1286
1326
@@ -2319,6 +2359,7 @@ CreateKeyPairRequest defines a Key Pair to create
2319
2359
2320
2360
| Field | Type | Description |
2321
2361
| ----- | ---- | ----------- |
2362
+ | originator_id | [ string] ( #string ) | none |
2322
2363
| name | [ string] ( #string ) | none |
2323
2364
| namespace_id | [ string] ( #string ) | none |
2324
2365
| format | [ Format] ( #format ) | encoding format of data |
@@ -2391,6 +2432,7 @@ KeyPair represents raw Key Pair data for internal usage
2391
2432
| modified_at | [ google.protobuf.Timestamp] ( #googleprotobuftimestamp ) | none |
2392
2433
| certificate | [ bytes] ( #bytes ) | public certificate data |
2393
2434
| key | [ bytes] ( #bytes ) | private key data |
2435
+ | originator_id | [ string] ( #string ) | none |
2394
2436
<!-- end Fields -->
2395
2437
<!-- end HasFields -->
2396
2438
@@ -2409,6 +2451,7 @@ KeyPairRecord provides existing Key Pair metadata
2409
2451
| cert_info | [ CertificateInfo] ( #certificateinfo ) | information about the public certificate |
2410
2452
| has_private_key | [ bool] ( #bool ) | Key Pair has a private key attached |
2411
2453
| certificate | [ bytes] ( #bytes ) | public certificate data |
2454
+ | originator_id | [ string] ( #string ) | none |
2412
2455
<!-- end Fields -->
2413
2456
<!-- end HasFields -->
2414
2457
@@ -2489,6 +2532,7 @@ Name defines the x509 identity
2489
2532
| Field | Type | Description |
2490
2533
| ----- | ---- | ----------- |
2491
2534
| id | [ string] ( #string ) | none |
2535
+ | originator_id | [ string] ( #string ) | none |
2492
2536
| [ ** oneof** ] ( https://developers.google.com/protocol-buffers/docs/proto3#oneof ) _ name.name | [ optional string] ( #string ) | none |
2493
2537
| [ ** oneof** ] ( https://developers.google.com/protocol-buffers/docs/proto3#oneof ) _ format.format | [ optional Format] ( #format ) | encoding format of data |
2494
2538
| [ ** oneof** ] ( https://developers.google.com/protocol-buffers/docs/proto3#oneof ) _ certificate.certificate | [ optional bytes] ( #bytes ) | public certificate data |
@@ -3067,6 +3111,7 @@ A DeviceType constrains which kinds of devices are allowed to be registered.
3067
3111
| Field | Type | Description |
3068
3112
| ----- | ---- | ----------- |
3069
3113
| id | [ string] ( #string ) | none |
3114
+ | originator_id | [ string] ( #string ) | none |
3070
3115
| created_at | [ google.protobuf.Timestamp] ( #googleprotobuftimestamp ) | none |
3071
3116
| modified_at | [ google.protobuf.Timestamp] ( #googleprotobuftimestamp ) | none |
3072
3117
| deleted_at | [ google.protobuf.Timestamp] ( #googleprotobuftimestamp ) | none |
0 commit comments