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

Auth: Extended JWT client for OBO and Service Authentication #83814

Merged
merged 44 commits into from Apr 2, 2024

Commits on Mar 4, 2024

  1. reenable ext-jwt-client

    Jguer committed Mar 4, 2024
    Copy the full SHA
    b711c2b View commit details
    Browse the repository at this point in the history
  2. fixup settings struct

    Jguer committed Mar 4, 2024
    Copy the full SHA
    a1a3939 View commit details
    Browse the repository at this point in the history
  3. add user and service auth

    Jguer committed Mar 4, 2024
    Copy the full SHA
    6c0390e View commit details
    Browse the repository at this point in the history
  4. lint up

    Jguer committed Mar 4, 2024
    Copy the full SHA
    9fe9ca3 View commit details
    Browse the repository at this point in the history
  5. add user auth to grafana ext

    Jguer committed Mar 4, 2024
    Copy the full SHA
    a29b546 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    cd17a97 View commit details
    Browse the repository at this point in the history
  7. fixes

    Jguer committed Mar 4, 2024
    Copy the full SHA
    6d76d7f View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. Populate token permissions

    Co-authored-by: jguer <joao.guerreiro@grafana.com>
    gamab and Jguer committed Mar 5, 2024
    Copy the full SHA
    952c3b4 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. fix tests

    Jguer committed Mar 6, 2024
    Copy the full SHA
    005bf9f View commit details
    Browse the repository at this point in the history
  2. fix lint

    Jguer committed Mar 6, 2024
    Copy the full SHA
    fb3966f View commit details
    Browse the repository at this point in the history
  3. small prealloc

    Jguer committed Mar 6, 2024
    Copy the full SHA
    c8b1f0d View commit details
    Browse the repository at this point in the history
  4. small prealloc

    Jguer committed Mar 6, 2024
    Copy the full SHA
    14702cd View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    5a9eae1 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. fix access policy auth

    Jguer committed Mar 8, 2024
    Copy the full SHA
    135749f View commit details
    Browse the repository at this point in the history
  2. fix tests

    Jguer committed Mar 8, 2024
    Copy the full SHA
    dfe274e View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. Copy the full SHA
    4158a07 View commit details
    Browse the repository at this point in the history
  2. fix uncalled settings expander

    Jguer committed Mar 11, 2024
    Copy the full SHA
    8f83de8 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. Copy the full SHA
    f9779c5 View commit details
    Browse the repository at this point in the history
  2. add feature toggle

    Jguer committed Mar 13, 2024
    Copy the full SHA
    58a2a74 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Copy the full SHA
    18d71ff View commit details
    Browse the repository at this point in the history
  2. small feedback fixes

    Jguer committed Mar 18, 2024
    Copy the full SHA
    a0f19d1 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    82c8f3b View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. Copy the full SHA
    4a0c064 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. merge origin/main

    gamab committed Mar 29, 2024
    Copy the full SHA
    710fa9e View commit details
    Browse the repository at this point in the history
  2. add authlibn

    Jguer committed Mar 29, 2024
    Copy the full SHA
    e0fdf55 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    33aa8a5 View commit details
    Browse the repository at this point in the history
  4. fix invalid namespacedID

    Jguer committed Mar 29, 2024
    Copy the full SHA
    9b397f7 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    43447d1 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    e19dfd0 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Update pkg/services/authn/clients/ext_jwt.go

    Co-authored-by: Gabriel MABILLE <gamab@users.noreply.github.com>
    Jguer and gamab committed Apr 2, 2024
    Copy the full SHA
    295afc6 View commit details
    Browse the repository at this point in the history
  2. Update pkg/services/authn/clients/ext_jwt_test.go

    Co-authored-by: Gabriel MABILLE <gamab@users.noreply.github.com>
    Jguer and gamab committed Apr 2, 2024
    Copy the full SHA
    231db44 View commit details
    Browse the repository at this point in the history
  3. fix parameter names

    Jguer committed Apr 2, 2024
    Copy the full SHA
    b7c9dec View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    35f7352 View commit details
    Browse the repository at this point in the history
  5. add rule for assert

    Jguer committed Apr 2, 2024
    Copy the full SHA
    d97605b View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    6b747d6 View commit details
    Browse the repository at this point in the history
  7. fix ownerships

    Jguer committed Apr 2, 2024
    Copy the full SHA
    af7740b View commit details
    Browse the repository at this point in the history
  8. Local diff

    gamab committed Apr 2, 2024
    Copy the full SHA
    4361ff4 View commit details
    Browse the repository at this point in the history
  9. test and lint

    gamab committed Apr 2, 2024
    Copy the full SHA
    295d046 View commit details
    Browse the repository at this point in the history
  10. Fix test

    gamab committed Apr 2, 2024
    Copy the full SHA
    3fba2a8 View commit details
    Browse the repository at this point in the history
  11. Fix ac test

    gamab committed Apr 2, 2024
    Copy the full SHA
    47e8cea View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    720691f View commit details
    Browse the repository at this point in the history
  13. Fix pluginproxy test

    gamab committed Apr 2, 2024
    Copy the full SHA
    de73e0c View commit details
    Browse the repository at this point in the history
  14. Revert testdata changes

    gamab committed Apr 2, 2024
    Copy the full SHA
    480b4a6 View commit details
    Browse the repository at this point in the history
  15. Force revert on test data

    gamab committed Apr 2, 2024
    Copy the full SHA
    cd6b274 View commit details
    Browse the repository at this point in the history