Rick Cobb
Rick Cobb
I'm going to give up on the Samba approach for my problem, at least for a bit; I've made more progress with NFSv4 in an hour than I did in...
I'm having the same problem with a public .csv hosted at S3, using the public BYOR site. I'm confident that the CSV is publicly accessible. The content is dead simple:...
It's not the Content-Type: it's a CORS problem. Investigating what I can do. The request shows up in Chrome debugger with `referrer-policy: strict-origin-when-cross-origin` and as a CORS Error on the...
For anybody looking at this in the future, the minimal policy I needed to add to the bucket was: ``` [ { "AllowedHeaders": [ "Authorization" ], "AllowedMethods": [ "GET", "HEAD"...
I'm trying to write a report that goes over a set of releases for a year and provides details by month across a few hundred repos. I'd like the --json...
Also [AWS MSK Serverless](https://docs.aws.amazon.com/msk/latest/developerguide/serverless.html) *only supports* IAM-based authentication.
Just saw https://github.com/Mongey/terraform-provider-kafka/pull/372 which implies this feature now exists.
We've maintained our own fork for a while, but only added our own local (and not particularly wonderful) patches. I think our folks would be happy to be more active,...