ErikThorsell commented on issue #1722:
URL:
https://github.com/apache/apisix-ingress-controller/issues/1722#issuecomment-1698853438
Would just like to add that this is relevant for the openid-connect plugin
too.
```yaml
apiVersion: apisix.apache.org/v2
kind: ApisixPluginConfig
metadata:
name: apisix-plugin-openid-authz
spec:
plugins:
- name: openid-connect
enable: true
config:
client_id: "client"
client_secret: <this-one-gets-subbed-just-fine>
discovery:
"http://keycloak:8080/auth/realms/mydomain/.well-known/openid-configuration"
bearer_only: false
access_token_in_authorization_header: true
realm: "mydomain"
logout_path: "/logout"
redirect_uri: "https://mydomain.com/callback"
scope: "openid"
session:
secret: <cannot-sub-this-one>
secretRef: apisix-plugin-openid
```
Would be great to hear anything about the status of this and whether any
help is needed.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]