how to get URL for the Web ui if you have the URL to the endpoint?

2019-09-30 Thread Andre Dietisheim
Hi In the Eclipse endpoint we face the following problem: We connect to the REST endpoint where we authenticate, deal with resources etc. Current Eclipse tooling (which also deals with OS3) allows users to open the web-ui in a browser. In OS4, how do we get the URL for the web-ui given the UR

Re: how to get URL for the Web ui if you have the URL to the endpoint?

2019-09-30 Thread Sam Padgett
You can get the public URL of console from the config map `console-public` in the `openshift-config-managed` namespace, key `consoleURL`. Let us know if this is what you need. Thanks! Sam On Mon, Sep 30, 2019 at 10:22 AM Andre Dietisheim wrote: > Hi > > In the Eclipse endpoint we face the follo

Re: how to get URL for the Web ui if you have the URL to the endpoint?

2019-09-30 Thread Jean-Francois Maury
It does not seem to work for OCP3 and is it available for a non admin user ? On Mon, Sep 30, 2019 at 5:21 PM Sam Padgett wrote: > You can get the public URL of console from the config map `console-public` > in the `openshift-config-managed` namespace, key `consoleURL`. Let us know > if this is w

Re: how to get URL for the Web ui if you have the URL to the endpoint?

2019-09-30 Thread Sam Padgett
Hi, that is only OCP 4.x and works for a non-admin user. For OCP 3.x, the URL is the same as the API server URL. On Mon, Sep 30, 2019 at 11:48 AM Jean-Francois Maury wrote: > It does not seem to work for OCP3 and is it available for a non admin user > ? > > On Mon, Sep 30, 2019 at 5:21 PM Sam P

Re: how to get URL for the Web ui if you have the URL to the endpoint?

2019-09-30 Thread Andre Dietisheim
Hi Sam > config map `console-public` in the `openshift-config-managed` namespace, key `consoleURL` wow, nice, that's exactly what we needed (yes, accessible to non-admin users). Thanks a lot! Cheers André Am 30.09.19 um 17:19 schrieb Sam Padgett: You can get the public URL of console from