ae-govau

Results 24 comments of ae-govau

> Shouldn't `credhub curl -p /api/v1/certificates` also return the CA in question? So when the CA is expiring within 30 days, you should be able to catch it? Why would...

Accepting the CLA from our env is challenging (we've clicked through CLAs before for I think other parts of Cloudfoundry, but that particular one seems to be more complex for...

Since bumping to the `bosh-deployment` that uses NATS 2.0 (first with bionic) and now with Jammy, we are regularly seeing errors during compilation with: ``` Error: Timed out sending 'compile_package'...

We're going to try this pre-start script on our director deploys and see if it helps with the next round of stemcell updates... ```yaml - type: replace path: /instance_groups/name=bosh/jobs/- value:...

We're open to changing our code, but as a result of this change we've had to rewrite it as ```golang if err == sarama.ErrMessageSizeTooLarge || strings.Contains(err.Error(), "MaxMessageBytes") { ``` and...

Thanks for the responses. We aren't that keen on checking for a generic configuration error, as we would like to be alerted to any other config errors - we just...

This is still an issue for us. I might make a PR to try to address.

PR #2848 is opened so that clients can call: ```golang // IsMessageSizeTooLarge returns true if the error relates the message size // being either too large as reported by the...

@puellanivis - this might be a better approach? I know you like the `errors.Is()` but I added the equality check for the err in the tests as I suspect that's...

Pushed additional commit to fix the lint. Force-push because I forgot the DCO the first time.