Skip to content

Commit

Permalink
Merge pull request #786 from yaacov/user-auth-disabled
Browse files Browse the repository at this point in the history
Set user-auth to disabled, default in newer images is now openshift
  • Loading branch information
yaacov authored Nov 23, 2023
2 parents 7ac736d + 5af6e90 commit b812f8e
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 b812f8e

Please sign in to comment.