Patrice Amiel

Results 14 comments of Patrice Amiel

hello to all of you, @grrolland I'm indeed facing the same "too long" issue... but no way to identify what's going wrong (so far !). I'm quite interested in your...

_[In complement to my previous post, as I'm still interesting in @grrolland feedbacks !]_ I’m using the `lua-resty-openidc` component to perform the verification of JWT tokens previously generated by KeyCloak....

Ok, found ! The issue is in fact not due to `lua-resty-jwt`. The issue is indeed due to a bug in the `lua-resty-openidc` library I’m using on top of `lua-resty-jwt`:...

Hi @claudijd I'm not sure this is the exact same issue, as I think I found the root cause for RS265 signature verification failure referenced here https://github.com/SkyLothar/lua-resty-jwt/issues/72 and here https://github.com/zmartzone/lua-resty-openidc/issues/135....

Hi @umardev0 Spray is only managing the first level of sub-chart. Sub-sub-charts (if several of them), will be processed at the same time as their parent sub-chart. By the way:...

So the only solution when using helm-spray is to move all your sub-sub-charts as sub-charts: > umbrella-chart > |-- sub-chart1 > |-- sub-sub-chart1.1 > |-- sub-sub-chart1.2 > |-- sub-chart2 >...

Solved by https://github.com/ThalesGroup/helm-spray/pull/59 for Spray v3.x. Keeping it opened for Spray v4.x

> we may want to use enabled in a provided values.yaml to indicate we would like to deploy only a part of the umbrella chart (which is better than always...

Hi all, Is there any missing information for the review of this PR ? I'm at your disposal for any missing stuff: feel free to ask :P Thanks !

You mean that we could have an additional query parameter to be set in the "logout uri": when present, mod_auth_openidc would not include the ID Token hint in the redirect...