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

chore(oauth): Replace deprecated check_token usage with introspect #3385

Merged
merged 4 commits into from
Dec 3, 2024

Commits on Dec 2, 2024

  1. chore(oauth): Replace deprecated check_token usage with introspect

    # Issue
    
    UAA has deprecated the `check_token` endpoint and recommends using the
    `introspect` endpoint:
    https://docs.cloudfoundry.org/api/uaa/version/77.19.0/index.html#check-token
    silvestre committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    143cd8e View commit details
    Browse the repository at this point in the history
  2. chore(deps): Remove superfluous google-cloud-sdk

    There's no gcloud usage in this repo apart from one useless call.
    silvestre committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    2adc708 View commit details
    Browse the repository at this point in the history
  3. chore(oauth): Switch from using basic auth to token when calling `int…

    …rospect`
    
    # Issue
    
    Basic auth has been deprecated when calling `introspect` and bearer
    token auth is now recommended:
    https://docs.cloudfoundry.org/api/uaa/version/77.19.0/index.html#introspect-token
    silvestre committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    9a67e18 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    584d804 View commit details
    Browse the repository at this point in the history