-
Notifications
You must be signed in to change notification settings - Fork 134
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
Fix connect to IBM Cloud #3715
Merged
Merged
Fix connect to IBM Cloud #3715
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Contributor
richard-cox
commented
Jul 16, 2019
- Ensure we use the AuthorizationEndpoint when fetching initial token
- This was recently changed in Support separate auth and token endpoints for the console #3635
- The PR covered what we expect to be a fix to SSO/cf push for CFs where token and auth endpoints differ
- It changed FetchOAuth2Token which is not used in cf push world
- Change broke cf push connect to IBM
- Fix is to revert the change made at only this place
- More info can be found at..
- https://docs.cloudfoundry.org/api/uaa/version/4.31.0/index.html#password-grant
- https://tools.ietf.org/html/rfc6749#section-3.2
- Ensure we use the AuthorizationEndpoint when fetching initial token - This was recently changed in #3635 - The PR covered what we expect to be a fix to SSO/cf push for CFs where token and auth endpoints differ - It changed FetchOAuth2Token which is not used in cf push world - Change broke cf push connect to IBM - Fix is to revert the change made at only this place - More info can be found at.. - https://docs.cloudfoundry.org/api/uaa/version/4.31.0/index.html#password-grant - https://tools.ietf.org/html/rfc6749#section-3.2
✅ Hey richard-cox! The commit authors and yourself have already signed the CLA. |
Codecov Report
@@ Coverage Diff @@
## v2-master #3715 +/- ##
=========================================
Coverage 51.4% 51.4%
=========================================
Files 726 726
Lines 20593 20593
Branches 3687 3687
=========================================
Hits 10585 10585
Misses 10008 10008 |
nwmac
approved these changes
Jul 17, 2019
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
KlapTrap
added a commit
that referenced
this pull request
Jul 26, 2019
…re-cf-reducers * origin/entity-catalogue-store: (196 commits) Remove console log Fix forever waiting waitForCFPermissions - seen in ibm endpoint causing users & other stats to not load (org card details) Fix orgSpacePostProcess Fix autoscaler compile errors Non-autoscaler fixes Fix persist of dashboard settings - side nav will now retain out/in state - added additional logging Tidy up some styling - Ensure autoscaller tiles take up full width when page is shrunk horizontally - position of polling indicator on recent apps - app-tile margin removed from top and added to bottom (fixes app/cf summary pages) - added min height to latest metrics card to avoid vertical wibble on refresh [autoscaler] using app-polling-indicator to replace refresh-icon Fix syntax error Fix unit tests Add app polling controller (#3683) Fix connect to IBM Cloud (#3715) Additional invite user logging and nav changes (#3716) Update package lock Ensure user invites template path is set Ensure both private and shared domains are included in domain lists (#3695) Fix typo in file path Ensuer user invite templates are included in the image Fix e2e tests when running against a UAA with no explicit zone (cfdev) (#3713) Add logging ...
KlapTrap
added a commit
that referenced
this pull request
Jul 26, 2019
* entity-catalogue-store: (196 commits) Improve disable polling messaging Remove console log Fix forever waiting waitForCFPermissions - seen in ibm endpoint causing users & other stats to not load (org card details) Fix orgSpacePostProcess Fix autoscaler compile errors Non-autoscaler fixes Tidy up some styling - Ensure autoscaller tiles take up full width when page is shrunk horizontally - position of polling indicator on recent apps - app-tile margin removed from top and added to bottom (fixes app/cf summary pages) - added min height to latest metrics card to avoid vertical wibble on refresh [autoscaler] using app-polling-indicator to replace refresh-icon Fix syntax error Fix unit tests Add app polling controller (#3683) Fix connect to IBM Cloud (#3715) Additional invite user logging and nav changes (#3716) Update package lock Ensure user invites template path is set Ensure both private and shared domains are included in domain lists (#3695) Fix typo in file path Ensuer user invite templates are included in the image Fix e2e tests when running against a UAA with no explicit zone (cfdev) (#3713) Add logging ...
KlapTrap
added a commit
that referenced
this pull request
Jul 26, 2019
* entity-catalogue-store: (197 commits) Fix imports Improve disable polling messaging Remove console log Fix forever waiting waitForCFPermissions - seen in ibm endpoint causing users & other stats to not load (org card details) Fix orgSpacePostProcess Fix autoscaler compile errors Non-autoscaler fixes Tidy up some styling - Ensure autoscaller tiles take up full width when page is shrunk horizontally - position of polling indicator on recent apps - app-tile margin removed from top and added to bottom (fixes app/cf summary pages) - added min height to latest metrics card to avoid vertical wibble on refresh [autoscaler] using app-polling-indicator to replace refresh-icon Fix syntax error Fix unit tests Add app polling controller (#3683) Fix connect to IBM Cloud (#3715) Additional invite user logging and nav changes (#3716) Update package lock Ensure user invites template path is set Ensure both private and shared domains are included in domain lists (#3695) Fix typo in file path Ensuer user invite templates are included in the image Fix e2e tests when running against a UAA with no explicit zone (cfdev) (#3713) ...
KlapTrap
added a commit
that referenced
this pull request
Jul 26, 2019
* entity-catalogue-store: (197 commits) Fix imports Improve disable polling messaging Remove console log Fix forever waiting waitForCFPermissions - seen in ibm endpoint causing users & other stats to not load (org card details) Fix orgSpacePostProcess Fix autoscaler compile errors Non-autoscaler fixes Tidy up some styling - Ensure autoscaller tiles take up full width when page is shrunk horizontally - position of polling indicator on recent apps - app-tile margin removed from top and added to bottom (fixes app/cf summary pages) - added min height to latest metrics card to avoid vertical wibble on refresh [autoscaler] using app-polling-indicator to replace refresh-icon Fix syntax error Fix unit tests Add app polling controller (#3683) Fix connect to IBM Cloud (#3715) Additional invite user logging and nav changes (#3716) Update package lock Ensure user invites template path is set Ensure both private and shared domains are included in domain lists (#3695) Fix typo in file path Ensuer user invite templates are included in the image Fix e2e tests when running against a UAA with no explicit zone (cfdev) (#3713) ...
KlapTrap
added a commit
that referenced
this pull request
Jul 26, 2019
* entity-catalogue-store: (201 commits) Remove test file Merge fixes Fix imports Improve disable polling messaging Remove console log Fix forever waiting waitForCFPermissions - seen in ibm endpoint causing users & other stats to not load (org card details) Fix orgSpacePostProcess Fix autoscaler compile errors Non-autoscaler fixes Final round of identifying (and fixing minor) todos WIP Tidy up some styling - Ensure autoscaller tiles take up full width when page is shrunk horizontally - position of polling indicator on recent apps - app-tile margin removed from top and added to bottom (fixes app/cf summary pages) - added min height to latest metrics card to avoid vertical wibble on refresh [autoscaler] using app-polling-indicator to replace refresh-icon Fix syntax error Fix unit tests Add app polling controller (#3683) Fix connect to IBM Cloud (#3715) Additional invite user logging and nav changes (#3716) Update package lock Ensure user invites template path is set ...
KlapTrap
added a commit
that referenced
this pull request
Jul 26, 2019
* entity-catalogue-store: (202 commits) Fix autoscaler import Remove test file Merge fixes Fix imports Improve disable polling messaging Remove console log Fix forever waiting waitForCFPermissions - seen in ibm endpoint causing users & other stats to not load (org card details) Fix orgSpacePostProcess Fix autoscaler compile errors Non-autoscaler fixes Final round of identifying (and fixing minor) todos WIP Tidy up some styling - Ensure autoscaller tiles take up full width when page is shrunk horizontally - position of polling indicator on recent apps - app-tile margin removed from top and added to bottom (fixes app/cf summary pages) - added min height to latest metrics card to avoid vertical wibble on refresh [autoscaler] using app-polling-indicator to replace refresh-icon Fix syntax error Fix unit tests Add app polling controller (#3683) Fix connect to IBM Cloud (#3715) Additional invite user logging and nav changes (#3716) Update package lock ...
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.