vmware-archive / hub

Kubeapps Hub UI
https://hub.kubeapps.com
Apache License 2.0
20 stars 12 forks source link

switch to use auth endpoint mounted at /auth #69

Closed prydonius closed 5 years ago

prydonius commented 5 years ago

Previously, this would call auth endpoints on the old API server, which is being removed. The /verify and /logout endpoints must be implemented in the auth service mounted at /auth.

https://github.com/kubeapps/oauth2-bitnami/pull/4 implements this for the oauth2-bitnami auth service used on https://hub.kubeapps.com.