Andrew Bayer
Andrew Bayer
+1 - shouldn't be toooooo hard with something like fpm.
Ok, this is actually very hard. =) First, there's a few problems that are pretty easy to solve - we need to change "bin/jclouds" to use bash rather than sh,...
I'm all in favor!
fwiw, I'd like to propose that we change that code to: ``` secretName, present := os.LookupEnv("WEBHOOK_SECRET_NAME") if !present { secretName = "webhook-certs" // #nosec } ``` This would retain the...
I should note that the October data is a little wonky at the moment, because the anonymized data used to generate the reports only was through October 29, but I...
👍 I've had to hack up my own auto-cleaning mechanism in the past. This would be a valuable addition.