Skip to content

Commit 2b6e24d

Browse files
authored
set pomerium-console to 369133a94ee08d79f2ed1787b67eea444881a408 (#69)
1 parent 60c323d commit 2b6e24d

File tree

4 files changed

+404
-376
lines changed

4 files changed

+404
-376
lines changed

API.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -838,7 +838,7 @@ MoveRoutes takes an array of routeIds and moves them to a new namespace
838838
| Field | Type | Description |
839839
| ----- | ---- | ----------- |
840840
| groups | [repeated string](#string) | Explicit list of group IDs/names to include. |
841-
| infer_from_ppl | [ 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. (Not yet implemented.) |
842842
<!-- end Fields -->
843843
<!-- end HasFields -->
844844

@@ -914,7 +914,7 @@ LoadRoutesRequest
914914

915915
### Route
916916
Route defines a proxy route's settings and policy associations
917-
Next ID: 63
917+
Next ID: 67
918918

919919

920920
| Field | Type | Description |
@@ -925,6 +925,8 @@ Next ID: 63
925925
| modified_at | [ google.protobuf.Timestamp](#googleprotobuftimestamp) | none |
926926
| deleted_at | [ google.protobuf.Timestamp](#googleprotobuftimestamp) | none |
927927
| name | [ string](#string) | none |
928+
| [**oneof**](https://developers.google.com/protocol-buffers/docs/proto3#oneof) _description.description | [optional string](#string) | none |
929+
| [**oneof**](https://developers.google.com/protocol-buffers/docs/proto3#oneof) _logo_url.logo_url | [optional string](#string) | none |
928930
| stat_name | [ string](#string) | name for prometheus stats, computed on first save |
929931
| from | [ string](#string) | none |
930932
| to | [repeated string](#string) | none |

0 commit comments

Comments
 (0)