hawtio / hawtio-online

Hawtio on Kubernetes/OpenShift
Apache License 2.0
23 stars 25 forks source link

Remove `HAWTIO_ONLINE_GATEWAY` env var and drop support for non-gateway Nginx deployment #363

Closed tadayosi closed 4 months ago

tadayosi commented 4 months ago

If I remember correctly, this gateway flag is provided to keep backward compatibility to non-RBAC hawtio-online deployment.

            - name: HAWTIO_ONLINE_GATEWAY
              value: 'true'

But now, with v2 no one would use the old non-RBAC mode any more. To simplify the Nginx configurations, let's remove the env var and drop support for the non-gateway deployment mode.

phantomjinx commented 4 months ago

PR https://github.com/hawtio/hawtio-online/pull/380.

Will also need change in operator to complete.

phantomjinx commented 4 months ago

PR for operator: https://github.com/hawtio/hawtio-operator/pull/113