leehaut opened a new pull request, #6040: URL: https://github.com/apache/hop/pull/6040
Fix https://github.com/apache/hop/issues/5999 -- [Feature Request]: Disable Authentication for Hop Server **What this PR changes:** * Implements correct parsing of the --auth parameter. * Allows users to control authentication using: * --auth=true (enabled, default) * --auth=false (disabled) * Keeps default behavior as authentication enabled when the option is omitted. ```sh # disable authentication .\hop-server.bat --auth=false ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
