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

Improvements to JWT authentication #694

Merged
merged 5 commits into from
Mar 28, 2024
Merged

Improvements to JWT authentication #694

merged 5 commits into from
Mar 28, 2024

Commits on Mar 28, 2024

  1. incusd: Fix use of JWT TLS authentication when OIDC is also enabled

    Closes lxc#689
    
    Signed-off-by: Mike Robski <[email protected]>
    mikerobski authored and stgraber committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    b8ae866 View commit details
    Browse the repository at this point in the history
  2. incusd/util/http: Support non-RSA JWT

    Signed-off-by: Stéphane Graber <[email protected]>
    stgraber committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    41e0178 View commit details
    Browse the repository at this point in the history
  3. incusd/util/http: Code style for JWT decoder

    Signed-off-by: Stéphane Graber <[email protected]>
    stgraber committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    02e3420 View commit details
    Browse the repository at this point in the history
  4. tests/tls2jwt: Simplify and add EC support

    Signed-off-by: Stéphane Graber <[email protected]>
    stgraber committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    252d725 View commit details
    Browse the repository at this point in the history
  5. tests/tls2jwt: Update argument ordering

    Signed-off-by: Stéphane Graber <[email protected]>
    stgraber committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    287213b View commit details
    Browse the repository at this point in the history