-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question: how to deploy to istio and config #3
Comments
WestFarmer
changed the title
Questiion: how to deploy to istio and config
Question: how to deploy to istio and config
Dec 20, 2022
my config: apiVersion: extensions.istio.io/v1alpha1
kind: WasmPlugin
metadata:
name: openid-connect
namespace: istio-system
spec:
selector:
matchLabels:
istio: ingressgateway
url: http://172.25.128.67:8081/repository/raw-hosted/wasmhub/authn/0.4/authn_filter.wasm
sha256: efae8407e6a7e1d2d2cc29a2c2f6bff44145117ebc26733a9f4684a61ee35e07
phase: AUTHN
pluginConfig:
auth_url: https://keycloak.xxx.com/realms/centauri/protocol/openid-connect/auth
token_url: https://keycloak.xxx.com/realms/centauri/protocol/openid-connect/token
client_id: istio
client_secret: dfmXh2EHOdaYZLHtMbuy3rAqHsd9mETP
auth_cluster: outbound|8080||keycloak.devops.svc.cluster.local
issuer: https://keycloak.xxx.com/realms/centauri log:
don't know why realm name get ignored ? |
to
fixed this, but don't know why, I don't know rust. |
this lead to:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi I am looking for a oauth BFF for SPA.
first thing I found was oauth2-proxy, but it will add extra network paths.
I am excited to find this one, but the docs really lacks.
what I already tried is deploy this filter to istio like this:
but got this error:
The text was updated successfully, but these errors were encountered: