update kubeflow dip-catalog
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
approvers:
|
||||
|
||||
@@ -0,0 +1,19 @@
|
||||
apiVersion: networking.istio.io/v1alpha3
|
||||
kind: EnvoyFilter
|
||||
metadata:
|
||||
name: add-user-filter
|
||||
spec:
|
||||
workloadLabels:
|
||||
app: istio-ingressgateway
|
||||
filters:
|
||||
- listenerMatch:
|
||||
listenerType: GATEWAY
|
||||
filterName: envoy.lua
|
||||
filterType: HTTP
|
||||
insertPosition:
|
||||
index: FIRST
|
||||
filterConfig:
|
||||
inlineCode: |
|
||||
function envoy_on_request(request_handle)
|
||||
request_handle:headers():add("kubeflow-userid","anonymous@kubeflow.org")
|
||||
end
|
||||
@@ -0,0 +1,5 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
namespace: istio-system
|
||||
resources:
|
||||
- envoy-filter.yaml
|
||||
Reference in New Issue
Block a user