|
1 | 1 | tests: |
2 | 2 | - healthStatus: |
3 | 3 | status: Healthy |
4 | | - message: "XPolicy is healthy" |
5 | | - inputPath: testdata/xpolicy_healthy.yaml |
| 4 | + message: "AccessControlPolicy is healthy" |
| 5 | + inputPath: testdata/healthy.yaml |
6 | 6 | - healthStatus: |
7 | 7 | status: Degraded |
8 | | - message: "Ancestor example-gateway: XPolicy is conflicting with other policies for this ancestor: [example-xpolicy]" |
9 | | - inputPath: testdata/xpolicy_degraded_conflicting.yaml |
| 8 | + message: "Ancestor example-gateway: ContentSecurityPolicy is conflicting with other policies for this ancestor: [example-contentsecuritypolicy]" |
| 9 | + inputPath: testdata/degraded_conflicting.yaml |
10 | 10 | - healthStatus: |
11 | 11 | status: Degraded |
12 | 12 | message: >- |
13 | | - Ancestor example-gateway: Resolving XPolicy failed: |
14 | | - Missing referenced XResource.Secret 'ca' |
| 13 | + Ancestor example-gateway: Resolving CustomResponsePolicy failed: |
| 14 | + Missing referenced CustomResponse 'example' |
15 | 15 | WARNING: traffic to referenced target(s) will be rejected. |
16 | | - inputPath: testdata/xpolicy_degraded_resolved_refs.yaml |
| 16 | + inputPath: testdata/degraded_resolved_refs.yaml |
17 | 17 | - healthStatus: |
18 | 18 | status: Progressing |
19 | | - message: "Waiting for XPolicy status" |
20 | | - inputPath: testdata/xpolicy_progressing.yaml |
| 19 | + message: "Waiting for EnvoyExtensionPolicy status" |
| 20 | + inputPath: testdata/progressing.yaml |
21 | 21 | - healthStatus: |
22 | 22 | status: Progressing |
23 | | - message: "Waiting for Ancestor example-gateway to update XPolicy status" |
24 | | - inputPath: testdata/xpolicy_progressing_observed_generation.yaml |
25 | | -- healthStatus: {} |
26 | | - inputPath: testdata/xcustomresource_unknown.yaml |
| 23 | + message: "Waiting for Ancestor example-gateway to update ICAPPolicy status" |
| 24 | + inputPath: testdata/progressing_observed_generation.yaml |
| 25 | +- healthStatus: |
| 26 | + status: Healthy |
| 27 | + message: "DenyRules is healthy" |
| 28 | + inputPath: testdata/unknown.yaml |
0 commit comments