Fernando Cainelli

Results 11 issues of Fernando Cainelli

I'm opening this issue for discussion of how we should implement support for automated creation, deploy and renew of [let's encrypt](https://letsencrypt.org/) certificates. Some related projects which we may find inspiration:...

feature

Hi all, I was wondering if there is any plans to support input Kafka as done with out_kafka?

enhancement

We need to implement dynamic authentication to kubectl. Something like [Azure Plugin for client auth](https://github.com/kubernetes/kubernetes/pull/43987)([Demo](https://www.youtube.com/watch?v=giV0WHtp49A))

**What this PR does / why we need it**: If an error occurs when constructing sonobuoy client it would deadlock. **Special notes for your reviewer**: another option would be returning...

Commit Message: ext_proc: propagate tracing context Additional Description: Propagate tracing headers in bidirectional GRPC streams to enable tracing in external processors. I mostly followed the suggestion [described](https://github.com/envoyproxy/envoy/issues/21119#issuecomment-1487536484) in the issue....

Commit Message: grpc: propagate tracing headers when using google grpc streams Additional Description: Following up on https://github.com/envoyproxy/envoy/pull/33665, which adds tracing to Envoy gRPC streams, this PR introduces the same support...

Fixes https://github.com/firebase/firebase-admin-go/issues/619. These fields are [available](https://github.com/firebase/firebase-admin-node/blob/a37eb6cb5ad92d911d0b868f5beb8d11761bcc0a/src/auth/token-verifier.ts#L107-L118) in the node SDK.

### Environment * Firebase SDK version: v4.13.0 * Firebase Product: auth ### Describe the problem I would like to have access to `sign_in_second_factor` to perform extra authorization based on this...

type: feature request

Commit Message: ext_proc: respond with 504 to downstream on timeout Additional Description: Return 504 Gateway Timeout to downstream on timeout errors. Risk Level: Low Testing: Local build and a slow...

Commit Message: router_check: read routes from bootstrap config Additional Description: Support reading from bootstrap configuration and load runtime flags. Risk Level: Low Testing: ``` # bootstrap config router_check_tool --bootstrap-config test/tools/router_check/test/config/ClusterHeaderBootstrap.yaml...