oidc-filter icon indicating copy to clipboard operation
oidc-filter copied to clipboard

A WASM plugin for Envoy supporting the Open ID Connect Authorization Flow, extending Istio's JWT functionality

Results 9 oidc-filter issues
Sort by recently updated
recently updated
newest added

running at Ubuntu 22.04, envoy version 1.24 `[2023-07-13 08:29:10.292][178766][error][wasm] [source/extensions/common/wasm/context.cc:1186] wasm log oidc-filter oidc-filter_root oidc-filter: { "status": "error", "error": "Cannot dispatch call to cluster: InternalFailure" }` But it works on...

Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.86 to 1.0.94. Release notes Sourced from serde_json's releases. v1.0.94 Fix message duplication between serde_json::Error's Display and source() (#991, #992) v1.0.93 Support 128-bit integers in serde_json::to_value (#982)...

needs-ok-to-test
size/XS
dependencies

Bumps [serde](https://github.com/serde-rs/serde) from 1.0.145 to 1.0.152. Release notes Sourced from serde's releases. v1.0.152 Documentation improvements v1.0.151 Update serde::{ser,de}::StdError to re-export core::error::Error when serde is built with feature="std" off and feature="unstable"...

needs-ok-to-test
size/S
dependencies

Bumps [proxy-wasm](https://github.com/proxy-wasm/proxy-wasm-rust-sdk) from 0.1.4 to 0.2.1. Release notes Sourced from proxy-wasm's releases. v0.2.1 Fixed Fixed panic on unknown token_id in on_grpc_close. Thanks @​Protryon! Changed Changed MSRV to v1.61.0. Removed Removed...

needs-ok-to-test
dependencies
size/M

Hi @dgn , It seems this approach doesn't work with istio 1.7, probably you know some workarounds ``` istioctl version client version: 1.7.2 control plane version: 1.7.2 data plane version:...

We should at least verify that the examples work for every PR

enhancement

None of this is currently unit tested.

enhancement

I like the oidc-filter code and have a question : in response to auth code with client id/secret request, the token endpoint of openid-connect authorization server returns both access token...