Andy Cobaugh
Andy Cobaugh
Should probably use helm 3.2.1 to include https://github.com/helm/helm/pull/7653, which will let us recover from a failed release in some cases by updating the chart version.
Just to add one more point in favor of updating to helm 3.2.x, the issue that this PR fixes has found us dead in the water multiple times as we...
Shall we use this issue to handle the extra claims feature? We've been maintaining our own fork (https://github.com/PennState/oauth2-proxy/tree/azure_testing) of oauth2-proxy that adds a `--pass-extra-claims` flag, which passes additional claims to...
Excellent, thank you. I'm looking forward to it.
Any ideas here? I'm not the greatest with C++, but I was trying to figure out if we could simply create our own Rest::Router class and pass in a custom...
Just to add a requirement here, in case it wasn't captured in a previous comment: We should be able to specify not just external Secrets, but the key within those...
@j14s What gitops operator are you using? If flux, could you not use `valuesFrom` in your `HelmRelease`? That's what has worked for me.
I can confirm that using shlex.split() works in my environment for checks where perfdata is of the form 'label with space'=value, such as those from nsclient++. Please consider merging this.
Here: illegal_macro_output_chars=`~$&|'" I wonder what the differences are between our installs. I'm running nagios core 4.1.1. I am definitely getting single quotes in (HOST|SERVICE)PERFDATA. I wonder if this is relevant:...
Having to configure sudoers to allow root to sudo without a tty seems a bit icky. I'll provide an updated init script soon if nobody else gets to it sooner.