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 13 commits into
base: master
Choose a base branch
from

Commits on Jun 3, 2024

  1. Add new connector for Cloudfoundry

    - Verifies user is part of orgs and spaces for group claims
    
    Signed-off-by: Joshua Winters <jwinters@pivotal.io>
    Co-authored-by: Shash Reddy <sreddy@pivotal.io>
    2 people authored and CI Bot committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    5194408 View commit details
    Browse the repository at this point in the history
  2. update cf connector to use 'authorization_endpoint' from /v2/info

    Co-authored-by: Topher Bullock <tbullock@pivotal.io>
    Signed-off-by: Josh Winters <jwinters@pivotal.io>
    2 people authored and CI Bot committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    09dbefe View commit details
    Browse the repository at this point in the history
  3. Added support for CF resources pagination

    Signed-off-by: Daniel Lavoie <dlavoie@live.ca>
    daniellavoie authored and CI Bot committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    3b918f5 View commit details
    Browse the repository at this point in the history
  4. cf: add org to groups claims

    Signed-off-by: Joshua Winters <jwinters@pivotal.io>
    Co-authored-by: Rui Yang <ryang@pivotal.io>
    2 people authored and CI Bot committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    b734c4c View commit details
    Browse the repository at this point in the history
  5. cf: add org guid to groups claims

    Co-authored-by: Rui Yang <ryang@pivotal.io>
    Signed-off-by: Joshua Winters <jwinters@pivotal.io>
    2 people authored and CI Bot committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    8b47094 View commit details
    Browse the repository at this point in the history
  6. add unit test and api call to audited_spaces and managed_spaces

    Signed-off-by: Zoe Tian <ztian@pivotal.io>
    Co-authored-by: Ciro S. Costa <cscosta@pivotal.io>
    Signed-off-by: w3tian <w3tian@uwaterloo.ca>
    2 people authored and CI Bot committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    786c7a0 View commit details
    Browse the repository at this point in the history
  7. append role to space guids

    Signed-off-by: Rui Yang <ryang@pivotal.io>
    Co-authored-by: Joshua Winters <jwinters@pivotal.io>
    2 people authored and CI Bot committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    65417ba View commit details
    Browse the repository at this point in the history
  8. add cf org:space:role group claim to token

    Signed-off-by: Joshua Winters <jwinters@pivotal.io>
    Co-authored-by: Rui Yang <ryang@pivotal.io>
    2 people authored and CI Bot committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    2a7d99c View commit details
    Browse the repository at this point in the history
  9. fix lint errors

    gofumpt-ed
    
    Signed-off-by: Rui Yang <ryang@pivotal.io>
    Rui Yang authored and CI Bot committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    43bb9b5 View commit details
    Browse the repository at this point in the history
  10. run golangcli-lint

    Signed-off-by: Rui Yang <ruiya@vmware.com>
    Rui Yang authored and CI Bot committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    d1ba6a5 View commit details
    Browse the repository at this point in the history
  11. fix sanity check errors

    Signed-off-by: Rui Yang <ruiya@vmware.com>
    Rui Yang authored and CI Bot committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    37991e3 View commit details
    Browse the repository at this point in the history
  12. rename connector;make types private;

    Signed-off-by: Rui Yang <ruiya@vmware.com>
    Rui Yang authored and CI Bot committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    be2cd02 View commit details
    Browse the repository at this point in the history
  13. add cloudfoundry to connector list in readme

    Signed-off-by: Rui Yang <ruiya@vmware.com>
    Rui Yang authored and CI Bot committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    dc98714 View commit details
    Browse the repository at this point in the history