Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Token/JWT] Update to golang-jwt v5.2.0 #19802

Merged
merged 16 commits into from
Feb 23, 2024

Commits on Jan 5, 2024

  1. feat: update to golang-jwt v5.2.0

    Signed-off-by: Antoine Jouve <ant.jouve@gmail.com>
    an-toine committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    34840a2 View commit details
    Browse the repository at this point in the history
  2. fix: module issues and robot claims

    Signed-off-by: Antoine Jouve <ant.jouve@gmail.com>
    an-toine committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    0ce3667 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

  1. fix: add missing time import

    Signed-off-by: Antoine Jouve <ant.jouve@gmail.com>
    an-toine committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    8535534 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. Merge branch 'main' into feat/update_golang-jwt_v5.2.0

    Signed-off-by: Antoine Jouve <an-toine@users.noreply.github.com>
    an-toine authored Jan 22, 2024
    Configuration menu
    Copy the full SHA
    3dc5c47 View commit details
    Browse the repository at this point in the history
  2. feat: set jwt validation leeway to 60s

    Signed-off-by: Antoine Jouve <ant.jouve@gmail.com>
    an-toine committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    2753ef7 View commit details
    Browse the repository at this point in the history
  3. fix: update leeways that were still set to 10s

    Signed-off-by: Antoine Jouve <ant.jouve@gmail.com>
    an-toine committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    753bacd View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. feat: update go.sum

    Signed-off-by: Antoine Jouve <ant.jouve@gmail.com>
    an-toine committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    275230e View commit details
    Browse the repository at this point in the history
  2. feat: add two leeway related test cases

    Signed-off-by: Antoine Jouve <ant.jouve@gmail.com>
    an-toine committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    2bd67f8 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. Configuration menu
    Copy the full SHA
    e9a099e View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. fix: correct jwt audience validation

    Signed-off-by: Antoine Jouve <ant.jouve@gmail.com>
    an-toine committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    4b33598 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

  1. fix: gofmt v2_token.go

    Signed-off-by: Antoine Jouve <ant.jouve@gmail.com>
    an-toine committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    e22a356 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. feat: take into account review comments

    Signed-off-by: Antoine Jouve <ant.jouve@gmail.com>
    an-toine committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    899634c View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. Configuration menu
    Copy the full SHA
    edbd9e4 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. Configuration menu
    Copy the full SHA
    d3b1919 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. Configuration menu
    Copy the full SHA
    5e54238 View commit details
    Browse the repository at this point in the history
  2. feat: use a common constant to store JWT leeway

    Signed-off-by: Antoine Jouve <ant.jouve@gmail.com>
    an-toine committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    a788b68 View commit details
    Browse the repository at this point in the history