Chris Chandler
Chris Chandler
@GBrawl's post got me most of the way there. I also had to find and update the IP address in these files on each node (while microk8s was restarted) with...
Very late to the party, but I managed to paint myself into a similar corner in flux 0.31.3. The source controller pod would never go live and logged this: ```...
Any updates/ETA on Spring Boot 3.x support, @jabby?
@helloanoop, just an FYI that #1855 isn't in the release notes for 1.12.3, but I was able to confirm that 1.12.3 fixes this issue. Thanks!
I should mention that I can take the same setup and point it to a single-box Mongo where I added the user per the directions (e.g.: user lives in the...
@rvema Sure! It is very common practice in Mongo to build users in the `admin` DB, not the DB where the data lives. This means when you go to authenticate...
@rvema Yes, it works if I add my account to the Hygieia DB itself. However, this is not standard practice for many MongoDB installs. Instead, all users - regardless of...
@SohamJ No solution, unfortunately. Just the workaround of adding the user to the Hygieia DB. Based on the interaction thus far, I don't think they are understanding the problem.
Just a message for posterity. Ran into the exact same exception while downgrading from Logstash 5.x to 2.x. In 5.x, topic config ("topics") is an array but in 2.x it's...