Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes for ensuring console works with only a viewer role #553

Merged
merged 4 commits into from
Oct 17, 2024

Commits on Oct 17, 2024

  1. Configuration menu
    Copy the full SHA
    39b4780 View commit details
    Browse the repository at this point in the history
  2. fix: hawtio-rbac configmap ACL should be in sync with default ACL.yml

    * docker/gateway/public/ACL.yml should be kept in sync with
      deploy/base/configmap-hawtio-rbac.yml
    phantomjinx committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    61d5664 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fba6949 View commit details
    Browse the repository at this point in the history
  4. fix: Expose the log level of the gateway server

    * Dockerfile-gateway
     * Fixes the UID to avoid warning that id should be > 1000
     * Configures use of a gateway.sh script as the CMD to allow for customising
       of node command line
    
    * gateway.sh
     * Updates the log level in the env.product file
     * Due to permissions, cannot sed update in-place but send to /tmp then
       redirect back
     * Executes the node command line
    phantomjinx committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    e23308c View commit details
    Browse the repository at this point in the history