jgrammen-agilitypr
jgrammen-agilitypr
Just a note about performance, it appears that the two calls out to the puppet service itself, 1 to determine the major version and 1 to get the necessary configuration...
I have made a pull request for a potential fix for the python 3 issue, by swapping node-sass (deprecated) to sass.
Check the commit / pull request I made, you can see the changes: https://github.com/pantsel/konga/pull/681/commits/622267d3d3c5feb07986b68c0e483597e0273eb2
linking in two seemingly related issues #743 #742 Addtional things I have tried based on those two above issues: creating an environments.conf ``` modulepath = $codedir/modules/ manifest = $codedir/environments/production/manifests/ ```...
I am having the same issue. Jenkins Version : [2.375.2](https://www.jenkins.io/) java ``` openjdk 11.0.17 2022-10-18 OpenJDK Runtime Environment Temurin-11.0.17+8 (build 11.0.17+8) OpenJDK 64-Bit Server VM Temurin-11.0.17+8 (build 11.0.17+8, mixed mode)...
I pinged the Nginx slack community and have as of yet received no response. Perhaps someone at Kong might have better success in getting clarification about the intended behavior of...
We have a Kong upstream configured with 2 targets (which just happen to be nodejs websocket servers). No other special configuration. I appears that I was incorrect on further reflection....
I have not found a clean solution, but an currently messing around with just giving full permissions in the acl ``` user the_queue on allkeys allchannels allcommands >redacted_password ```
Just a follow up for anyone who is interested. I tested the current version of this module with CDH6 and with a minor change or two, it does work So...