Nam Hai Nguyen

Results 14 issues of Nam Hai Nguyen

**Describe the bug** So I'm having the following errors when use `allowed_groups` options: ``` {"action":"redeem","http_status":200,"level":"info","msg":"","proxy_host":"example.com","remote_address":"1.2.3.4","request_duration":0.21089899999999998,"request_method":"POST","request_uri":"/redeem","service":"sso-authenticator","time":"2019-07-19 09:59:34.7199","user":"[email protected]","user_agent":"sso_proxy/HEAD"} {"circuit_change_from":2,"circuit_change_to":1,"level":"info","msg":"circuit breaker trigger","service":"sso-authenticator","time":"2019-07-19 09:59:34.7199"} {"circuit_change_from":1,"circuit_change_to":2,"level":"info","msg":"circuit breaker trigger","service":"sso-authenticator","time":"2019-07-19 09:59:35.7199"} {"backoff_duration":557015243,"backoff_reset":"2019-07-19T09:59:35.592592582Z","level":"info","msg":"circuit breaker backoff set","service":"sso-authenticator","time":"2019-07-19 09:59:35.7199"} {"error":"googleapi:...

bug

### Steps to reproduce 1. Install Clearlinux OS (33590) 2. Download vagrant 3. Install vagrant-libvirt plugin with command: ```sh CONFIGURE_ARGS="with-libvirt-include=/usr/include/libvirt with-libvirt-lib=/usr/lib64" vagrant plugin install vagrant-libvirt ``` ### Expected behaviour Plugin...

bug
upstream bug

Hi, I'm trying to get Velero working on AWS environment and hitting to an issue with encrypted S3 bucket with AWS KMS. S3 bucket was created by Terraform: ```hcl #...

velero
needs investigation

Signed-off-by: Nam Hai Nguyen ## Problem Logging pkg doesn't use either RFC3339 or ISO 8601 time format, then we have to parse SSO logs specifically. ## Solution Use a valid...

I found there are a lot (~ 6400 events/day) of error logs from SSLLabs that look like this: ```{ "_source": { "http_bytes": 0, "http_method": "GET", "http_path": "https://domain.tld:443/?SSL_Labs_Renegotiation_Test=User_Agent_May_Not_Show", "http_protocol": "https", "http_received_bytes":...

### A note for the community * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request...

type: bug
domain: buffers

**Is your feature request related to a problem? Please describe.** Workload Identity (WI) or IAM Roles for SA (IRSA) features allow we to have short term tokens for applications without...

opencost
P2
E2
needs-follow-up

## What does this PR change? * Correct the GCP's default discount value to 0%, this should be the correct value when this field is not set, also all other...

opencost
P1
kubecost
E1
needs-follow-up

**Describe the bug** I'm checking `kubecost_load_balancer_cost` metric and found out it only lists external Load balancers of the K8s Service. And the code seems like it's the case: https://github.com/opencost/opencost/blob/89ea1820c74b74d9cd5d3bcbbc67038fcec9963d/pkg/costmodel/costmodel.go#L1374C2-L1374C14 In...

opencost
P2
E3
needs-follow-up

Hi, I'm using stackdriver-exporter v0.13.0, and _only_ recently somebody noticed the https/backend_latencies have values on all buckets up to `4.410119471141699e+09` for example: > stackdriver_https_lb_rule_loadbalancing_googleapis_com_https_backend_latencies_bucket{backend_name="[redacted]",backend_scope="europe-west1-d",backend_scope_type="ZONE",backend_target_name="[redacted]",backend_target_type="BACKEND_SERVICE",backend_type="NETWORK_ENDPOINT_GROUP",cache_result="DISABLED",client_country="Belgium",forwarding_rule_name="[redacted]",matched_url_path_rule="/",project_id="[redacted]",protocol="HTTP/2.0",proxy_continent="Europe",region="global",response_code="200",response_code_class="200",target_proxy_name="[redacted]",unit="ms",url_map_name="[redacted]",le="4.410119471141699e+09"} 2 1688377920000 When I check GCP...