Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ spec:
- name: CLUSTER_NAME
valueFrom:
configMapKeyRef:
name: kubeflow-config
name: aws-alb-ingress-controller-config
key: cluster-name
15 changes: 7 additions & 8 deletions aws/aws-istio-authz-adaptor/base_v3/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@ images:
newName: seedjeffwan/istio-adapter
newTag: "0.1"
configMapGenerator:
- name: aws-authzadaptor-parameters
env: params.env
- name: aws-authzadaptor-config
envs:
- ../base/params.env
generatorOptions:
disableNameSuffixHash: true
vars:
- name: istio-namespace
objref:
kind: ConfigMap
name: kubeflow-config
namespace: kubeflow
name: aws-authzadaptor-config
apiVersion: v1
fieldref:
fieldpath: data.istio-namespace
Expand All @@ -40,10 +40,9 @@ vars:
- name: custom-header
objref:
kind: ConfigMap
name: kubeflow-config
namespace: kubeflow
name: aws-authzadaptor-config
apiVersion: v1
fieldref:
fieldpath: data.userid-header
fieldpath: data.custom-header
configurations:
- params.yaml
- ../base/params.yaml
3 changes: 2 additions & 1 deletion aws/istio-ingress/overlays/cognito/params.env
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
CognitoUserPoolArn=
CognitoAppClientId=
CognitoUserPoolDomain=
certArn=
certArn=
loadBalancerScheme=internet-facing
Loading