|
| 1 | +backendTLSPolicies: |
| 2 | +- apiVersion: gateway.networking.k8s.io/v1alpha2 |
| 3 | + kind: BackendTLSPolicy |
| 4 | + metadata: |
| 5 | + creationTimestamp: null |
| 6 | + name: policy-btls |
| 7 | + namespace: envoy-gateway |
| 8 | + spec: |
| 9 | + targetRefs: |
| 10 | + - group: "" |
| 11 | + kind: Service |
| 12 | + name: http-backend |
| 13 | + sectionName: "8080" |
| 14 | + - group: "" |
| 15 | + kind: Service |
| 16 | + name: http-backend |
| 17 | + sectionName: "8081" |
| 18 | + validation: |
| 19 | + caCertificateRefs: |
| 20 | + - group: "" |
| 21 | + kind: ConfigMap |
| 22 | + name: ca-cmap |
| 23 | + hostname: example.com |
| 24 | + status: |
| 25 | + ancestors: |
| 26 | + - ancestorRef: |
| 27 | + name: gateway-btls |
| 28 | + namespace: envoy-gateway |
| 29 | + sectionName: http |
| 30 | + conditions: |
| 31 | + - lastTransitionTime: null |
| 32 | + message: Policy has been accepted. |
| 33 | + reason: Accepted |
| 34 | + status: "True" |
| 35 | + type: Accepted |
| 36 | + controllerName: gateway.envoyproxy.io/gatewayclass-controller |
| 37 | +gateways: |
| 38 | +- apiVersion: gateway.networking.k8s.io/v1 |
| 39 | + kind: Gateway |
| 40 | + metadata: |
| 41 | + creationTimestamp: null |
| 42 | + name: gateway-btls |
| 43 | + namespace: envoy-gateway |
| 44 | + spec: |
| 45 | + gatewayClassName: envoy-gateway-class |
| 46 | + listeners: |
| 47 | + - allowedRoutes: |
| 48 | + namespaces: |
| 49 | + from: All |
| 50 | + name: http |
| 51 | + port: 80 |
| 52 | + protocol: HTTP |
| 53 | + status: |
| 54 | + listeners: |
| 55 | + - attachedRoutes: 2 |
| 56 | + conditions: |
| 57 | + - lastTransitionTime: null |
| 58 | + message: Sending translated listener configuration to the data plane |
| 59 | + reason: Programmed |
| 60 | + status: "True" |
| 61 | + type: Programmed |
| 62 | + - lastTransitionTime: null |
| 63 | + message: Listener has been successfully translated |
| 64 | + reason: Accepted |
| 65 | + status: "True" |
| 66 | + type: Accepted |
| 67 | + - lastTransitionTime: null |
| 68 | + message: Listener references have been resolved |
| 69 | + reason: ResolvedRefs |
| 70 | + status: "True" |
| 71 | + type: ResolvedRefs |
| 72 | + name: http |
| 73 | + supportedKinds: |
| 74 | + - group: gateway.networking.k8s.io |
| 75 | + kind: HTTPRoute |
| 76 | + - group: gateway.networking.k8s.io |
| 77 | + kind: GRPCRoute |
| 78 | +httpRoutes: |
| 79 | +- apiVersion: gateway.networking.k8s.io/v1 |
| 80 | + kind: HTTPRoute |
| 81 | + metadata: |
| 82 | + creationTimestamp: null |
| 83 | + name: httproute-btls-1 |
| 84 | + namespace: envoy-gateway |
| 85 | + spec: |
| 86 | + parentRefs: |
| 87 | + - name: gateway-btls |
| 88 | + namespace: envoy-gateway |
| 89 | + sectionName: http |
| 90 | + rules: |
| 91 | + - backendRefs: |
| 92 | + - name: http-backend |
| 93 | + namespace: envoy-gateway |
| 94 | + port: 8080 |
| 95 | + matches: |
| 96 | + - path: |
| 97 | + type: Exact |
| 98 | + value: /exact-1 |
| 99 | + status: |
| 100 | + parents: |
| 101 | + - conditions: |
| 102 | + - lastTransitionTime: null |
| 103 | + message: Route is accepted |
| 104 | + reason: Accepted |
| 105 | + status: "True" |
| 106 | + type: Accepted |
| 107 | + - lastTransitionTime: null |
| 108 | + message: Resolved all the Object references for the Route |
| 109 | + reason: ResolvedRefs |
| 110 | + status: "True" |
| 111 | + type: ResolvedRefs |
| 112 | + controllerName: gateway.envoyproxy.io/gatewayclass-controller |
| 113 | + parentRef: |
| 114 | + name: gateway-btls |
| 115 | + namespace: envoy-gateway |
| 116 | + sectionName: http |
| 117 | +- apiVersion: gateway.networking.k8s.io/v1 |
| 118 | + kind: HTTPRoute |
| 119 | + metadata: |
| 120 | + creationTimestamp: null |
| 121 | + name: httproute-btls-2 |
| 122 | + namespace: envoy-gateway |
| 123 | + spec: |
| 124 | + parentRefs: |
| 125 | + - name: gateway-btls |
| 126 | + namespace: envoy-gateway |
| 127 | + sectionName: http |
| 128 | + rules: |
| 129 | + - backendRefs: |
| 130 | + - name: http-backend |
| 131 | + namespace: envoy-gateway |
| 132 | + port: 8081 |
| 133 | + matches: |
| 134 | + - path: |
| 135 | + type: Exact |
| 136 | + value: /exact-2 |
| 137 | + status: |
| 138 | + parents: |
| 139 | + - conditions: |
| 140 | + - lastTransitionTime: null |
| 141 | + message: Route is accepted |
| 142 | + reason: Accepted |
| 143 | + status: "True" |
| 144 | + type: Accepted |
| 145 | + - lastTransitionTime: null |
| 146 | + message: Resolved all the Object references for the Route |
| 147 | + reason: ResolvedRefs |
| 148 | + status: "True" |
| 149 | + type: ResolvedRefs |
| 150 | + controllerName: gateway.envoyproxy.io/gatewayclass-controller |
| 151 | + parentRef: |
| 152 | + name: gateway-btls |
| 153 | + namespace: envoy-gateway |
| 154 | + sectionName: http |
| 155 | +infraIR: |
| 156 | + envoy-gateway/gateway-btls: |
| 157 | + proxy: |
| 158 | + listeners: |
| 159 | + - address: null |
| 160 | + name: envoy-gateway/gateway-btls/http |
| 161 | + ports: |
| 162 | + - containerPort: 10080 |
| 163 | + name: http-80 |
| 164 | + protocol: HTTP |
| 165 | + servicePort: 80 |
| 166 | + metadata: |
| 167 | + labels: |
| 168 | + gateway.envoyproxy.io/owning-gateway-name: gateway-btls |
| 169 | + gateway.envoyproxy.io/owning-gateway-namespace: envoy-gateway |
| 170 | + name: envoy-gateway/gateway-btls |
| 171 | +xdsIR: |
| 172 | + envoy-gateway/gateway-btls: |
| 173 | + accessLog: |
| 174 | + text: |
| 175 | + - path: /dev/stdout |
| 176 | + http: |
| 177 | + - address: 0.0.0.0 |
| 178 | + hostnames: |
| 179 | + - '*' |
| 180 | + isHTTP2: false |
| 181 | + metadata: |
| 182 | + kind: Gateway |
| 183 | + name: gateway-btls |
| 184 | + namespace: envoy-gateway |
| 185 | + sectionName: http |
| 186 | + name: envoy-gateway/gateway-btls/http |
| 187 | + path: |
| 188 | + escapedSlashesAction: UnescapeAndRedirect |
| 189 | + mergeSlashes: true |
| 190 | + port: 10080 |
| 191 | + routes: |
| 192 | + - destination: |
| 193 | + name: httproute/envoy-gateway/httproute-btls-1/rule/0 |
| 194 | + settings: |
| 195 | + - protocol: HTTP |
| 196 | + tls: |
| 197 | + alpnProtocols: null |
| 198 | + caCertificate: |
| 199 | + certificate: LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSURKekNDQWcrZ0F3SUJBZ0lVQWw2VUtJdUttenRlODFjbGx6NVBmZE4ySWxJd0RRWUpLb1pJaHZjTkFRRUwKQlFBd0l6RVFNQTRHQTFVRUF3d0hiWGxqYVdWdWRERVBNQTBHQTFVRUNnd0dhM1ZpWldSaU1CNFhEVEl6TVRBdwpNakExTkRFMU4xb1hEVEkwTVRBd01UQTFOREUxTjFvd0l6RVFNQTRHQTFVRUF3d0hiWGxqYVdWdWRERVBNQTBHCkExVUVDZ3dHYTNWaVpXUmlNSUlCSWpBTkJna3Foa2lHOXcwQkFRRUZBQU9DQVE4QU1JSUJDZ0tDQVFFQXdTVGMKMXlqOEhXNjJueW5rRmJYbzRWWEt2MmpDMFBNN2RQVmt5ODdGd2VaY1RLTG9XUVZQUUUycDJrTERLNk9Fc3ptTQp5eXIreHhXdHlpdmVyZW1yV3FuS2tOVFloTGZZUGhnUWtjemliN2VVYWxtRmpVYmhXZEx2SGFrYkVnQ29kbjNiCmt6NTdtSW5YMlZwaURPS2c0a3lIZml1WFdwaUJxckN4MEtOTHB4bzNERVFjRmNzUVRlVEh6aDQ3NTJHVjA0UlUKVGkvR0VXeXpJc2w0Umc3dEd0QXdtY0lQZ1VOVWZZMlEzOTBGR3FkSDRhaG4rbXcvNmFGYlczMVc2M2Q5WUpWcQppb3lPVmNhTUlwTTVCL2M3UWM4U3VoQ0kxWUdoVXlnNGNSSExFdzVWdGlraW95RTNYMDRrbmEzalFBajU0WWJSCmJwRWhjMzVhcEtMQjIxSE9VUUlEQVFBQm8xTXdVVEFkQmdOVkhRNEVGZ1FVeXZsMFZJNXZKVlN1WUZYdTdCNDgKNlBiTUVBb3dId1lEVlIwakJCZ3dGb0FVeXZsMFZJNXZKVlN1WUZYdTdCNDg2UGJNRUFvd0R3WURWUjBUQVFILwpCQVV3QXdFQi96QU5CZ2txaGtpRzl3MEJBUXNGQUFPQ0FRRUFNTHhyZ0ZWTXVOUnEyd0F3Y0J0N1NuTlI1Q2Z6CjJNdlhxNUVVbXVhd0lVaTlrYVlqd2RWaURSRUdTams3SlcxN3ZsNTc2SGpEa2RmUndpNEUyOFN5ZFJJblpmNkoKaThIWmNaN2NhSDZEeFIzMzVmZ0hWekxpNU5pVGNlL09qTkJRelEyTUpYVkRkOERCbUc1ZnlhdEppT0pRNGJXRQpBN0ZsUDBSZFAzQ08zR1dFME01aVhPQjJtMXFXa0UyZXlPNFVIdndUcU5RTGRyZEFYZ0RRbGJhbTllNEJHM0dnCmQvNnRoQWtXRGJ0L1FOVCtFSkhEQ3ZoRFJLaDFSdUdIeWcrWSsvbmViVFdXckZXc2t0UnJiT29IQ1ppQ3BYSTEKM2VYRTZudDBZa2d0RHhHMjJLcW5ocEFnOWdVU3MyaGxob3h5dmt6eUYwbXU2TmhQbHdBZ25xNysvUT09Ci0tLS0tRU5EIENFUlRJRklDQVRFLS0tLS0K |
| 200 | + name: policy-btls/envoy-gateway-ca |
| 201 | + sni: example.com |
| 202 | + weight: 1 |
| 203 | + directResponse: |
| 204 | + statusCode: 500 |
| 205 | + hostname: '*' |
| 206 | + isHTTP2: false |
| 207 | + metadata: |
| 208 | + kind: HTTPRoute |
| 209 | + name: httproute-btls-1 |
| 210 | + namespace: envoy-gateway |
| 211 | + name: httproute/envoy-gateway/httproute-btls-1/rule/0/match/0/* |
| 212 | + pathMatch: |
| 213 | + distinct: false |
| 214 | + exact: /exact-1 |
| 215 | + name: "" |
| 216 | + - destination: |
| 217 | + name: httproute/envoy-gateway/httproute-btls-2/rule/0 |
| 218 | + settings: |
| 219 | + - protocol: HTTP |
| 220 | + tls: |
| 221 | + alpnProtocols: null |
| 222 | + caCertificate: |
| 223 | + certificate: LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSURKekNDQWcrZ0F3SUJBZ0lVQWw2VUtJdUttenRlODFjbGx6NVBmZE4ySWxJd0RRWUpLb1pJaHZjTkFRRUwKQlFBd0l6RVFNQTRHQTFVRUF3d0hiWGxqYVdWdWRERVBNQTBHQTFVRUNnd0dhM1ZpWldSaU1CNFhEVEl6TVRBdwpNakExTkRFMU4xb1hEVEkwTVRBd01UQTFOREUxTjFvd0l6RVFNQTRHQTFVRUF3d0hiWGxqYVdWdWRERVBNQTBHCkExVUVDZ3dHYTNWaVpXUmlNSUlCSWpBTkJna3Foa2lHOXcwQkFRRUZBQU9DQVE4QU1JSUJDZ0tDQVFFQXdTVGMKMXlqOEhXNjJueW5rRmJYbzRWWEt2MmpDMFBNN2RQVmt5ODdGd2VaY1RLTG9XUVZQUUUycDJrTERLNk9Fc3ptTQp5eXIreHhXdHlpdmVyZW1yV3FuS2tOVFloTGZZUGhnUWtjemliN2VVYWxtRmpVYmhXZEx2SGFrYkVnQ29kbjNiCmt6NTdtSW5YMlZwaURPS2c0a3lIZml1WFdwaUJxckN4MEtOTHB4bzNERVFjRmNzUVRlVEh6aDQ3NTJHVjA0UlUKVGkvR0VXeXpJc2w0Umc3dEd0QXdtY0lQZ1VOVWZZMlEzOTBGR3FkSDRhaG4rbXcvNmFGYlczMVc2M2Q5WUpWcQppb3lPVmNhTUlwTTVCL2M3UWM4U3VoQ0kxWUdoVXlnNGNSSExFdzVWdGlraW95RTNYMDRrbmEzalFBajU0WWJSCmJwRWhjMzVhcEtMQjIxSE9VUUlEQVFBQm8xTXdVVEFkQmdOVkhRNEVGZ1FVeXZsMFZJNXZKVlN1WUZYdTdCNDgKNlBiTUVBb3dId1lEVlIwakJCZ3dGb0FVeXZsMFZJNXZKVlN1WUZYdTdCNDg2UGJNRUFvd0R3WURWUjBUQVFILwpCQVV3QXdFQi96QU5CZ2txaGtpRzl3MEJBUXNGQUFPQ0FRRUFNTHhyZ0ZWTXVOUnEyd0F3Y0J0N1NuTlI1Q2Z6CjJNdlhxNUVVbXVhd0lVaTlrYVlqd2RWaURSRUdTams3SlcxN3ZsNTc2SGpEa2RmUndpNEUyOFN5ZFJJblpmNkoKaThIWmNaN2NhSDZEeFIzMzVmZ0hWekxpNU5pVGNlL09qTkJRelEyTUpYVkRkOERCbUc1ZnlhdEppT0pRNGJXRQpBN0ZsUDBSZFAzQ08zR1dFME01aVhPQjJtMXFXa0UyZXlPNFVIdndUcU5RTGRyZEFYZ0RRbGJhbTllNEJHM0dnCmQvNnRoQWtXRGJ0L1FOVCtFSkhEQ3ZoRFJLaDFSdUdIeWcrWSsvbmViVFdXckZXc2t0UnJiT29IQ1ppQ3BYSTEKM2VYRTZudDBZa2d0RHhHMjJLcW5ocEFnOWdVU3MyaGxob3h5dmt6eUYwbXU2TmhQbHdBZ25xNysvUT09Ci0tLS0tRU5EIENFUlRJRklDQVRFLS0tLS0K |
| 224 | + name: policy-btls/envoy-gateway-ca |
| 225 | + sni: example.com |
| 226 | + weight: 1 |
| 227 | + directResponse: |
| 228 | + statusCode: 500 |
| 229 | + hostname: '*' |
| 230 | + isHTTP2: false |
| 231 | + metadata: |
| 232 | + kind: HTTPRoute |
| 233 | + name: httproute-btls-2 |
| 234 | + namespace: envoy-gateway |
| 235 | + name: httproute/envoy-gateway/httproute-btls-2/rule/0/match/0/* |
| 236 | + pathMatch: |
| 237 | + distinct: false |
| 238 | + exact: /exact-2 |
| 239 | + name: "" |
0 commit comments