Spring_MT
Spring_MT
**Is your feature request related to a problem? Please describe.** I try to use open-match with AWS EKS. In AWS EKS, `aws-load-balancer-controller` is needed using AWS LB(ALB or NLB) for...
**Describe the bug** When using Bottlerocket in EKS, otel-collector can not collect Pod metrics. Log is bellow. ``` 2022-03-20T14:04:42.986Z warn cadvisor/container_info_processor.go:93 No pod metric collected {"kind": "receiver", "name": "awscontainerinsightreceiver", "metrics...
**What this PR does / Why we need it**: I try to use open-match with AWS EKS. In AWS EKS, `aws-load-balancer-controller` is needed using AWS LB(ALB or NLB) for k8s...
Lexical Scoping protobuf examples is invalid. ``` $ cat person.proto edition = "2023"; option features.enum_type = CLOSED; message Person { string name = 1; int32 id = 2 [features.presence =...
Retry for https://github.com/firebase/firebase-admin-go/pull/643 The document ([Signing in users with SAML](https://cloud.google.com/identity-platform/docs/web/saml) ) states the following: > To retrieve the user attributes associated with the SAML provider, use the firebase.sign_in_attributes claim in...
### [REQUIRED] Step 2: Describe your environment * Library version: v4.15.0 * Firebase Product: auth (auth, database, storage, etc) ### [REQUIRED] Step 3: Describe the problem We are providing user...
Issue : https://github.com/firebase/firebase-admin-go/issues/650 The document ([Signing in users with SAML](https://cloud.google.com/identity-platform/docs/web/saml)) states the following: > To retrieve the user attributes associated with the SAML provider, use the firebase.sign_in_attributes claim in the...
In `examples/http`, previous HTTP-level logging middleware blocked SSE streaming because `handler.ServeHTTP()` does not return until the connection closes for GET requests (SSE streams). This prevented response headers from being sent...