Skip to content

Audit access policy implementation #2085

Audit access policy implementation

Audit access policy implementation #2085

Triggered via pull request July 22, 2024 14:47
Status Failure
Total duration 3m 45s
Artifacts

rust.yml

on: pull_request
Matrix: audit
Fit to window
Zoom out
Zoom in

Annotations

6 errors
check: policy-test/src/web.rs#L43
error[E0063]: missing field `access_policy` in initializer of `ServerSpec` --> policy-test/src/web.rs:43:15 | 43 | spec: k8s::policy::ServerSpec { | ^^^^^^^^^^^^^^^^^^^^^^^ missing `access_policy`
check
Process completed with exit code 1.
clippy: policy-controller/k8s/status/src/tests/routes.rs#L46
error[E0063]: missing field `access_policy` in initializer of `linkerd_policy_controller_k8s_api::policy::ServerSpec` --> policy-controller/k8s/status/src/tests/routes.rs:46:15 | 46 | spec: linkerd_k8s_api::ServerSpec { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `access_policy`
clippy: policy-test/src/web.rs#L43
error[E0063]: missing field `access_policy` in initializer of `linkerd_policy_controller_k8s_api::policy::ServerSpec` --> policy-test/src/web.rs:43:15 | 43 | spec: k8s::policy::ServerSpec { | ^^^^^^^^^^^^^^^^^^^^^^^ missing `access_policy`
clippy
Process completed with exit code 1.
test
Process completed with exit code 101.