Rick Cobb

Results 8 issues of Rick Cobb

In our environment, we often rely on profiles *without* the AWS_SESSION... environment variables, which is apparently the "new way" of doing temporary tokens in AWS-land. So boto3 tries to prompt...

enhancement
P3

I'm running ``` docker run --rm -p 8080:80 -e CLIENT_ID="${GOOGLE_CLIENT_ID}" -e API_KEY="${GOOGLE_API_KEY}" wwwthoughtworks/build-your-own-radar ``` with image `b9a8c0ead7c2` . On localhost:8080 I get the prompt for a spreadsheet, but when I...

I'm scanning a go repository with a top-level `go.mod` file that looks like: ``` module github.com/MyCompany/my-module go 1.13.14 // 0.3.9 has issues merging public fields in embedded structs replace github.com/imdario/mergo...

accepted

The step `rails g impressionist` called out in tests/README fails, with a Usage message from rails new. When I replace with 'rails new impressionist', I get ``` Invalid application name...

I'm pretty clueless on Samba configuration. And I'm stymied with getting the setup to work. Current behavior on my Mac OSx Big Sur client is that I can discover the...

### Terraform Core Version 1.5.7 ### AWS Provider Version 5.38.0 ### Affected Resource(s) * aws_msk_replicator ### Expected Behavior Nothing. The state of the resource's `detect_and_copy_new_topics` attribute is already `true` ###...

bug
service/kafka
needs-triage

I see the [issue](https://github.com/birdayz/kaf/issues/108) for implementing `kaf cp`, but my question is simpler, I think: is there any specific combination of options for the existing `kaf` which we know will...

We're migrating from a single-region to a multi-region Kafka deployment (all protobuf). We think we've got schema registry multi-region set up well (sharing the `_schemas` topic, etc). We are an...