kubeguard / guard

🔑 Kubernetes Authentication & Authorization WebHook Server
https://kubeguard.dev
Apache License 2.0
590 stars 81 forks source link

WIP - Add nonce validation in PoP token verifier #367

Open julienstroheker opened 1 year ago

julienstroheker commented 1 year ago

Making sure nonce claim is not been re-used more than once on each requests.

weinong commented 1 year ago

@julienstroheker is this PR still open?

julienstroheker commented 1 year ago

Yes. I was waiting the UT refactor pr to merge first.

julienstroheker commented 9 months ago

Still holding this PR due to changes we do on RBAC. This requires more tests + to review PR comments.

PLEASE DO NOT MERGE