Skip to content

Add initial implementation of auth service #87

Add initial implementation of auth service

Add initial implementation of auth service #87

Triggered via pull request August 28, 2024 14:09
Status Success
Total duration 3m 54s
Artifacts

tests.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

23 warnings
Test Suite
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test Suite
The following actions use a deprecated Node.js version and will be forced to run on node20: actions-rs/toolchain@v1, arduino/setup-protoc@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Test Suite
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Test Suite
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Test Suite
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Test Suite
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Test Suite: src/attribute.rs#L4
unused import: `proxy_wasm::types::Bytes`
Test Suite: src/envoy/mod.rs#L40
unused imports: `CheckResponse_oneof_http_response` and `CheckResponse`
Test Suite: src/attribute.rs#L107
function `get_attribute` is never used
Test Suite: src/service/auth.rs#L12
constant `AUTH_DATA_ITEM` is never used
Test Suite: src/service/auth.rs#L16
struct `AuthService` is never constructed
Test Suite: src/service/auth.rs#L19
associated functions `message`, `build_check_req`, `build_request`, and `build_peer` are never used
Test Suite: src/service/rate_limit.rs#L4
constant `RATELIMIT_DATA_ITEM` is never used
Test Suite
`wasm-shim` (lib) generated 7 warnings (run `cargo fix --lib -p wasm-shim` to apply 2 suggestions)
Test Suite: tests/rate_limited.rs#L1
unused import: `proxy_wasm::types::Status::NotFound`
Test Suite: src/attribute.rs#L4
unused import: `proxy_wasm::types::Bytes`
Test Suite: src/envoy/mod.rs#L40
unused imports: `CheckResponse_oneof_http_response` and `CheckResponse`
Test Suite
`wasm-shim` (test "rate_limited") generated 1 warning (run `cargo fix --test "rate_limited"` to apply 1 suggestion)
Test Suite: src/service/auth.rs#L12
constant `AUTH_DATA_ITEM` is never used
Test Suite: src/service/auth.rs#L16
struct `AuthService` is never constructed
Test Suite: src/service/auth.rs#L19
associated functions `message`, `build_check_req`, `build_request`, and `build_peer` are never used
Test Suite: src/service/rate_limit.rs#L4
constant `RATELIMIT_DATA_ITEM` is never used
Test Suite
`wasm-shim` (lib test) generated 7 warnings (run `cargo fix --lib -p wasm-shim --tests` to apply 2 suggestions)