Re: Disable Console

2017-11-22 Thread Haoran Wang
You can disable the console in the master-config.yaml, this is the doc: https://docs.openshift.org/latest/install_config/master_node_configuration.html#master-config-asset-config supported disable features are here:

Re: Disable Console

2017-11-22 Thread Akram Ben Aissi
Hi Rick What about adding a reverse proxy in front and add a rewrite rule to 403 forbidden to whatever url that starts with /console ? On Thu 23 Nov 2017 at 02:18, Rick Dennis wrote: > Anyone know how best to disable the Openshift Console (UI)? I want to > force users

Disable Console

2017-11-22 Thread Rick Dennis
Anyone know how best to disable the Openshift Console (UI)? I want to force users to only use the CLI. ___ dev mailing list dev@lists.openshift.redhat.com http://lists.openshift.redhat.com/openshiftmm/listinfo/dev

openshift/origin now vendors using glide

2017-11-22 Thread David Eads
We have just merged a pull which updates openshift/origin to use glide instead of godep for vendoring. Because of the particulars of vendoring and picking patches for kubernetes, we will continue to use a helper script called `hack/update-deps.sh` to run `glide update --strip-vendor`, but the