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

CloundFoundry connector #1624

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

Commits on Aug 7, 2024

  1. Fix scheme for DialURL ldap connection (dexidp#3677)

    * Use scheme without :// suffix
    * Make test ldap server listen on custom ports to avoid stepping into go-ldap defaults
    
    Signed-off-by: m.nabokikh <[email protected]>
    nabokihms committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    54fb570 View commit details
    Browse the repository at this point in the history
  2. Change workdir for gomplate (dexidp#3684)

    Workaround to run gomplate from a non-root directory in distroless images, because gomplate tries to access CWD on start.
    See: hairyhenderson/gomplate#2202
    
    Signed-off-by: m.nabokikh <[email protected]>
    nabokihms committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    43956db View commit details
    Browse the repository at this point in the history
  3. Add new connector for Cloudfoundry

    - Verifies user is part of orgs and spaces for group claims
    
    Signed-off-by: Joshua Winters <[email protected]>
    Co-authored-by: Shash Reddy <[email protected]>
    2 people authored and CI Bot committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    8d1b597 View commit details
    Browse the repository at this point in the history
  4. update cf connector to use 'authorization_endpoint' from /v2/info

    Co-authored-by: Topher Bullock <[email protected]>
    Signed-off-by: Josh Winters <[email protected]>
    2 people authored and CI Bot committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    c8d34e0 View commit details
    Browse the repository at this point in the history
  5. Added support for CF resources pagination

    Signed-off-by: Daniel Lavoie <[email protected]>
    daniellavoie authored and CI Bot committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    9f80f91 View commit details
    Browse the repository at this point in the history
  6. cf: add org to groups claims

    Signed-off-by: Joshua Winters <[email protected]>
    Co-authored-by: Rui Yang <[email protected]>
    2 people authored and CI Bot committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    61d07a3 View commit details
    Browse the repository at this point in the history
  7. cf: add org guid to groups claims

    Co-authored-by: Rui Yang <[email protected]>
    Signed-off-by: Joshua Winters <[email protected]>
    2 people authored and CI Bot committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    a5ed574 View commit details
    Browse the repository at this point in the history
  8. add unit test and api call to audited_spaces and managed_spaces

    Signed-off-by: Zoe Tian <[email protected]>
    Co-authored-by: Ciro S. Costa <[email protected]>
    Signed-off-by: w3tian <[email protected]>
    2 people authored and CI Bot committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    934f55a View commit details
    Browse the repository at this point in the history
  9. append role to space guids

    Signed-off-by: Rui Yang <[email protected]>
    Co-authored-by: Joshua Winters <[email protected]>
    2 people authored and CI Bot committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    031e4e5 View commit details
    Browse the repository at this point in the history
  10. add cf org:space:role group claim to token

    Signed-off-by: Joshua Winters <[email protected]>
    Co-authored-by: Rui Yang <[email protected]>
    2 people authored and CI Bot committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    39c229a View commit details
    Browse the repository at this point in the history
  11. fix lint errors

    gofumpt-ed
    
    Signed-off-by: Rui Yang <[email protected]>
    Rui Yang authored and CI Bot committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    abf3401 View commit details
    Browse the repository at this point in the history
  12. run golangcli-lint

    Signed-off-by: Rui Yang <[email protected]>
    Rui Yang authored and CI Bot committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    d7dc0ec View commit details
    Browse the repository at this point in the history
  13. fix sanity check errors

    Signed-off-by: Rui Yang <[email protected]>
    Rui Yang authored and CI Bot committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    5e30286 View commit details
    Browse the repository at this point in the history
  14. rename connector;make types private;

    Signed-off-by: Rui Yang <[email protected]>
    Rui Yang authored and CI Bot committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    8ecabd0 View commit details
    Browse the repository at this point in the history
  15. add cloudfoundry to connector list in readme

    Signed-off-by: Rui Yang <[email protected]>
    Rui Yang authored and CI Bot committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    a2099f4 View commit details
    Browse the repository at this point in the history