Skip to content

Commit

Permalink
Set user-auth to disabled, default in newer images is now openshift
Browse files Browse the repository at this point in the history
Signed-off-by: Yaacov Zamir <[email protected]>
  • Loading branch information
yaacov committed Nov 23, 2023
1 parent 7ac736d commit 5af6e90
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ci/yaml/okd-console-tls.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ spec:
mountPath: /etc/ssl/certs/forklift-ca.crt
subPath: ca.crt
env:
- name: BRIDGE_USER_AUTH
value: disabled
- name: BRIDGE_LISTEN
value: "https://0.0.0.0:9000"
- name: BRIDGE_TLS_CERT_FILE
Expand Down
2 changes: 2 additions & 0 deletions ci/yaml/okd-console.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ spec:
- name: console
image: quay.io/openshift/origin-console:latest
env:
- name: BRIDGE_USER_AUTH
value: disabled
- name: BRIDGE_PLUGINS
value: forklift-console-plugin=http://forklift-console-plugin.konveyor-forklift.svc.cluster.local:8080
- name: BRIDGE_PLUGIN_PROXY
Expand Down

0 comments on commit 5af6e90

Please sign in to comment.