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

Feature/OIDC oauth groups #1188

Open
wants to merge 43 commits into
base: master
Choose a base branch
from

Commits on Sep 26, 2024

  1. added plan

    uwwint authored and flashguerdon committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    25d1654 View commit details
    Browse the repository at this point in the history
  2. Use idp groups

    flashguerdon committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    96300d4 View commit details
    Browse the repository at this point in the history
  3. remove print

    flashguerdon committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    d8d0955 View commit details
    Browse the repository at this point in the history
  4. tests updates

    flashguerdon committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    5dfdd7b View commit details
    Browse the repository at this point in the history
  5. test fixes

    flashguerdon committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    05c04c8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    724b76f View commit details
    Browse the repository at this point in the history
  7. merge upstream

    uwwint authored and flashguerdon committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    dd8efdd View commit details
    Browse the repository at this point in the history
  8. check group flag

    flashguerdon committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    388cf69 View commit details
    Browse the repository at this point in the history
  9. testing

    flashguerdon committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    d77cec3 View commit details
    Browse the repository at this point in the history
  10. Unit Test updates

    flashguerdon committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    bcbcee5 View commit details
    Browse the repository at this point in the history
  11. token refreshing

    flashguerdon committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    c5c0519 View commit details
    Browse the repository at this point in the history
  12. refresh token update

    flashguerdon committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    5ec4fb7 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    6f30aeb View commit details
    Browse the repository at this point in the history
  14. fixed tests

    flashguerdon committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    10c59ec View commit details
    Browse the repository at this point in the history
  15. Updated tests

    flashguerdon committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    d3419d5 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    3692d79 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. Update fence/resources/openid/idp_oauth2.py

    remove trailing space
    
    Co-authored-by: Alexander VanTol <Avantol13@users.noreply.github.com>
    flashguerdon and Avantol13 authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    2984f05 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

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

Commits on Oct 13, 2024

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

Commits on Oct 14, 2024

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

Commits on Nov 1, 2024

  1. 2nd revision

    flashguerdon committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    7008e94 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

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

Commits on Nov 7, 2024

  1. added test for generic3

    flashguerdon committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    55cfdc4 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

  1. Add link to user.yaml guide

    paulineribeyre authored and flashguerdon committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    ab7dcfa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8520425 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7774fc9 View commit details
    Browse the repository at this point in the history
  4. fix: remove unnecessary code

    pieterlukasse authored and flashguerdon committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    7300d99 View commit details
    Browse the repository at this point in the history
  5. feat: add extra fields to /admin/user POST endpoint

    ...to make user creation more uniform, reflecting what is also done elsewhere
    in fence/sync/sync_users.py _upsert_userinfo() for example
    pieterlukasse authored and flashguerdon committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    3869656 View commit details
    Browse the repository at this point in the history
  6. fix: fix tests/admin

    pieterlukasse authored and flashguerdon committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    39d5217 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ab6e17d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f0f9d28 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0d72ec7 View commit details
    Browse the repository at this point in the history
  10. feat: update dependencies

    pieterlukasse authored and flashguerdon committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    659bf5a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d791800 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f1b8e31 View commit details
    Browse the repository at this point in the history
  13. Fix/bucket name (uc-cdis#1193)

    * fix use real bucket name
    
    * fix
    
    * update comment
    
    * use regex
    
    * update version
    mfshao authored and flashguerdon committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    bd28aba View commit details
    Browse the repository at this point in the history
  14. Update documentation link in setup.md (uc-cdis#1194)

    Update documentation link in setup.md
    ocshawn authored and flashguerdon committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    67c318c View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    436c08a View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    d546b02 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    cd810a1 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    a5ccac6 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2024

  1. reverted host option

    flashguerdon committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    90667c3 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

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