Martin Schneppenheim

Results 289 comments of Martin Schneppenheim

Personally I'd use metadata annotations for the deployment and configure prometheus so that it's being picked up at scrape time. However I can see others using Kafka Minion outside of...

Even though I really want to incorporate community feedback I'm still hesitating to implement this. If you want a static label for all of the exported labels of KMinion the...

Hey @stoader , sorry for my late response: Yes I'm fine with this. Feel free to open a PR! Thx

@jphines Thank you for your response. I opted for your first sugestion and it works as intended. However one thing to note is that it returns a 500 error on...

@jphines I can not reproduce this anymore, it might have been an edge case or configuration issue. I don't think you need to spend time into it. Thank you for...

After looking at the code here https://github.com/buzzfeed/sso/blob/master/internal/auth/middleware.go#L106-L124 it seems this issue appears because the `validateRedirectURI` (which is indeed `grafana.service.int.mydomain.com` in my request which returns status code 400). My blind guess...

Ok I figured it out, indeed my root domain was wrong, but I'd like to propose to log the passed parameters in `validateRedirectURI` in case ```go if strings.HasSuffix(redirectURL.Hostname(), domain) ```...

@danbf I am trying to achieve the same. I believe some sort of "production checklist" is helpful if you want to keep going with the "demo setup tutorial" to just...

Any update on this, so that I could figure out #125 ?

Hey @cotarg any update on this issue? I am still eager to figure out what's causing #125 .