David Wang

Results 20 comments of David Wang

This open PR https://github.com/cloudposse/prometheus-to-cloudwatch/pull/39 seems to fix the problem.

Hi @jehiah @ericchiang, I noticed that the two of you were responsible for adding the most recent OIDC provider. I was hoping for feedback on this patch which was required...

Adding this comment hidden by code updates... I think the OIDC spec allows for email to be returned in either JWT claims OR the UserInfo endpoint. The code changes involving...

Hi All, I'd still like to get this pull request in. I've made the changes that @ericchiang had requested. Sorry it took a few months. This PR has been rebased...

Hi @jehiah @ericchiang, Would you mind having a look to review? Thanks! -dave

@ericchiang I made the changes you've requested. Would you mind reviewing?

Hi @jehiah @mbland @ploxiln, Would any of you mind reviewing this pull request and potentially merging it? A few people have used this patch successfully. My teams have been using...

Being able to pass additional args to the Load() function would enable support for paging or filtering. @NickDubelman Your suggestion: > Without even considering the feasibility, I think the most...

I've tested this PR. It works and fixes the icon problem.

This PR, in addition to pinning the Dockerfile image is required to make building this repo work. ``` FROM ubuntu:xenial ``` Until this repo starts getting maintained again, I've setup...