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

Allow multiple JWT tokens to be configured (closes #108) #109

Merged
merged 14 commits into from
Jan 11, 2024

Commits on Dec 13, 2023

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

Commits on Dec 19, 2023

  1. Remove deprecated parameters

    Signed-off-by: Keegan Witt <[email protected]>
    keeganwitt committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    4ca75de View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2023

  1. Update readme

    Signed-off-by: Keegan Witt <[email protected]>
    keeganwitt committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    a4a0095 View commit details
    Browse the repository at this point in the history
  2. Delete removed parameters from error message

    Signed-off-by: Keegan Witt <[email protected]>
    keeganwitt committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    ec9df94 View commit details
    Browse the repository at this point in the history
  3. Replace nil check with len > 0

    Co-authored-by: Marcos Yacob <[email protected]>
    Signed-off-by: Keegan Witt <[email protected]>
    keeganwitt and MarcosDY authored Dec 20, 2023
    Configuration menu
    Copy the full SHA
    988d9e6 View commit details
    Browse the repository at this point in the history
  4. Replace nil check with len > 0

    Signed-off-by: Keegan Witt <[email protected]>
    keeganwitt committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    07f3bf0 View commit details
    Browse the repository at this point in the history
  5. Improve jwt_svids missing parameters error messages

    Signed-off-by: Keegan Witt <[email protected]>
    keeganwitt committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    c679edf View commit details
    Browse the repository at this point in the history
  6. Update README.md

    Co-authored-by: Faisal Memon <[email protected]>
    Signed-off-by: Keegan Witt <[email protected]>
    keeganwitt and faisal-memon authored Dec 20, 2023
    Configuration menu
    Copy the full SHA
    c34436f View commit details
    Browse the repository at this point in the history
  7. Merge branch 'master' into multiple-jwt-audiences

    # Conflicts:
    #	README.md
    keeganwitt committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    f4b6fb2 View commit details
    Browse the repository at this point in the history
  8. Update pkg/sidecar/config.go

    Co-authored-by: Faisal Memon <[email protected]>
    Signed-off-by: Keegan Witt <[email protected]>
    keeganwitt and faisal-memon authored Dec 20, 2023
    Configuration menu
    Copy the full SHA
    6a5399c View commit details
    Browse the repository at this point in the history
  9. Update pkg/sidecar/config.go

    Co-authored-by: Faisal Memon <[email protected]>
    Signed-off-by: Keegan Witt <[email protected]>
    keeganwitt and faisal-memon authored Dec 20, 2023
    Configuration menu
    Copy the full SHA
    a0af7b3 View commit details
    Browse the repository at this point in the history
  10. Fix table spacing

    Signed-off-by: Keegan Witt <[email protected]>
    keeganwitt committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    558ea30 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

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

Commits on Jan 11, 2024

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