Add initial implementation of auth service #63
Annotations
5 errors and 16 warnings
Run actions-rs/cargo@v1:
src/filter/http_context.rs#L6
unresolved import `crate::service::Service`
|
Run actions-rs/cargo@v1:
src/service.rs#L4
unresolved import `crate::configuration::ExtensionType`
|
Run actions-rs/cargo@v1:
src/filter/http_context.rs#L66
no function or associated item named `new` found for struct `RateLimitService` in the current scope
|
Run actions-rs/cargo@v1:
src/service.rs#L85
associated function `all` is private
|
Run actions-rs/cargo@v1
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
|
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/
|
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/
|
Run actions-rs/toolchain@v1
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/
|
Run actions-rs/toolchain@v1
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/
|
Run actions-rs/toolchain@v1
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/
|
Run actions-rs/toolchain@v1
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/
|
Run actions-rs/cargo@v1:
src/envoy/mod.rs#L40
unused imports: `CheckResponse_oneof_http_response` and `CheckResponse`
|
Run actions-rs/cargo@v1:
src/service/auth.rs#L6
unused import: `crate::filter::http_context::TracingHeader`
|
Run actions-rs/cargo@v1:
src/service/auth.rs#L7
unused import: `crate::service::GrpcServiceHandler`
|
Run actions-rs/cargo@v1:
src/service/auth.rs#L12
unused import: `proxy_wasm::hostcalls::dispatch_grpc_call`
|
Run actions-rs/cargo@v1:
src/service/auth.rs#L13
unused imports: `Bytes` and `Status`
|
Run actions-rs/cargo@v1:
src/service/auth.rs#L15
unused import: `std::time::Duration`
|
Run actions-rs/cargo@v1:
src/service/rate_limit.rs#L1
unused import: `crate::configuration::FailureMode`
|
Run actions-rs/cargo@v1:
src/service/rate_limit.rs#L3
unused import: `crate::filter::http_context::TracingHeader`
|
Run actions-rs/cargo@v1:
src/service/rate_limit.rs#L4
unused import: `crate::service::GrpcServiceHandler`
|
Run actions-rs/cargo@v1:
src/service/rate_limit.rs#L5
unused import: `Message`
|
Loading