update kubeflow dip-catalog
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1alpha1
|
||||
kind: Component
|
||||
|
||||
patches:
|
||||
- path: patches/deployment.logout-url.yaml
|
||||
+19
@@ -0,0 +1,19 @@
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: centraldashboard
|
||||
namespace: kubeflow
|
||||
spec:
|
||||
template:
|
||||
spec:
|
||||
containers:
|
||||
- name: centraldashboard
|
||||
env:
|
||||
# This successfully logs out the user but the user is not redirected to
|
||||
# the home page. This is because of custom integration with
|
||||
# oidc-authservice which will provide response with 'afterLogoutURL'.
|
||||
# https://github.com/arrikto/oidc-authservice/blob/0c4ea9a/server.go#L509
|
||||
# https://github.com/kubeflow/kubeflow/blob/c6c4492/components/centraldashboard/public/components/logout-button.js#L50
|
||||
# Please refresh the page after logging out.
|
||||
- name: LOGOUT_URL
|
||||
value: /oauth2/sign_out
|
||||
Reference in New Issue
Block a user