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

Move GET /tokens into api group #4719

Merged
merged 2 commits into from
Oct 26, 2020
Merged

Move GET /tokens into api group #4719

merged 2 commits into from
Oct 26, 2020

Conversation

richard-cox
Copy link
Contributor

  • this means it's available with an api key (the redirect is correctly returned but will not show in browser)
  • fixes SSO Auth Doesn't Work for Endpoints #4716
  • tested both uses of SSO - stratos log in and endpoint connect

- this means it's available via the api (the redirect is correctly returned but will not show in browser)
- fixes #4716
- test both endpoint and stratos SSO log in
@codecov-io
Copy link

Codecov Report

Merging #4719 into 4.2.1 will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##            4.2.1    #4719   +/-   ##
=======================================
  Coverage   57.85%   57.85%           
=======================================
  Files        1062     1062           
  Lines       34453    34453           
  Branches     4904     4904           
=======================================
  Hits        19932    19932           
  Misses      14521    14521           

Copy link
Contributor

@ikapelyukhin ikapelyukhin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

@richard-cox richard-cox merged commit f718d3c into 4.2.1 Oct 26, 2020
@richard-cox richard-cox deleted the fix-sso-login branch October 26, 2020 15:33
richard-cox added a commit to SUSE/stratos that referenced this pull request Oct 27, 2020
* Move GET `/tokens` into `api` group (cloudfoundry#4719)

* Move GET `/tokens` into `api` group
- this means it's available via the api (the redirect is correctly returned but will not show in browser)
- fixes cloudfoundry#4716
- test both endpoint and stratos SSO log in

* Ensure travis runs on the new branch (will be removed after release)

* Update version, change log and package lock for 4.2.1 (cloudfoundry#4720)

* Fixes following merge
richard-cox added a commit that referenced this pull request Nov 3, 2020
* Move GET `/tokens` into `api` group (#4719)

* Move GET `/tokens` into `api` group
- this means it's available via the api (the redirect is correctly returned but will not show in browser)
- fixes #4716
- test both endpoint and stratos SSO log in

* Ensure travis runs on the new branch (will be removed after release)

* Update version, change log and package lock for 4.2.1 (#4720)

* Update .travis.yml
richard-cox added a commit to SUSE/stratos that referenced this pull request Nov 9, 2020
* Merge upstream (#533)

* Move GET `/tokens` into `api` group (cloudfoundry#4719)

* Move GET `/tokens` into `api` group
- this means it's available via the api (the redirect is correctly returned but will not show in browser)
- fixes cloudfoundry#4716
- test both endpoint and stratos SSO log in

* Ensure travis runs on the new branch (will be removed after release)

* Update version, change log and package lock for 4.2.1 (cloudfoundry#4720)

* Fixes following merge

* Update .travis.yml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants