Sandor Szücs

Results 610 comments of Sandor Szücs

@lwolf would be great if this could be fixed. Do you have a patched fork? (yes: https://github.com/lwolf/cob/commit/3e1328ecb99e373d35190ee599b6b3fdecb18853) I can't use it because of the same issue. I have some additional...

@calston can you fix the DCO (git commit -s -amend), we need to be compliant

I am sorry, we don't provide a public token provider, so `token.oauth2.corp.com` is just an example. `zalando` module is Zalando specific and does only provide an idea how to use...

@nadilas in general you can not get any token from Zalando infrastructure. You could use github or google provider if you like to use cloud providers and there is also...

@nadilas no sorry, I did not investigated how to do this. It would be nice to have something like this. Also for testing the implementation with unit tests it would...

@LappleApple thank you for the hint :)

@cedricve you would need an infrastructure or provider that is the authorization server that given a clientID and clientSecret will return JWT tokens. The token would be validated by this...

Hi! I agree that Gin is slowed down a bit in development, because it just works and has a pretty good documentation. There are pending pull requests, but they are...

I also see a lot of G304, which are mostly file parameters to `ioutil.ReadFile` that we read from trusted configuration sources. Right now I would exclude this filter.

It copies all headers from original request to the target url specified in the filter, for example config: `webhook("https://authelia.foo.com")`.