Roger Meier

Results 103 comments of Roger Meier

within `auth_bearer_request` we could e.g., do something like this: ```diff - sds post_body = sdsnew("resource=" RESOURCE); - post_body = sdscat(post_body, "&code="); - post_body = sdscat(post_body, code); - post_body = sdscat(post_body,...

I did not check all sds use cases right now, but I think this approach could be used in several areas to reduce the sds usage with e.g. a first...

The [issuer check](https://github.com/nov/openid_connect/blob/main/lib/openid_connect/response_object/id_token.rb#L26) must be made optional or pass the issuer received from the token.

thanks for the ping @zricethezav ! From a configuration perspective I think the `credential-groups` concept is very intuitive, I like it a lot, may favorite! Maybe `rules-groups` could be an...

I think a new reporting format would make existing tooling around gitleaks and gitleaks reporting system much more complex. After reading and thinking again, the _2. Primary Rule's [[rules.required]]_ approach...

Right now I would say we could do a 2.3.x for this, the major version was last time bumped for omniauth 2.

I recommend closing this issue, see https://endoflife.date/go

@mgoin If seen you contributed to the Dockerfile of vllm, could you maybe have a look at this?

@simon-mo Could you have a look at this as well?

@khluu I've seen you added timezone setting via https://github.com/vllm-project/vllm/pull/5610 could you maybe look at this PR here?