-
Notifications
You must be signed in to change notification settings - Fork 134
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2496 from cloudfoundry-incubator/show-users-witho…
…ut-usernames Show users without usernames
- Loading branch information
Showing
7 changed files
with
50 additions
and
38 deletions.
There are no files selected for viewing
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Troubleshooting | ||
|
||
## Deploying as a Cloud Foundry Application | ||
See the custom troubleshooting guide [here](../deploy/cloud-foundry/README#Troubleshooting). | ||
|
||
## Usernames appear as long random characters when connected to IBM Cloud | ||
|
||
### Problem | ||
Connecting to an IBM Cloud with the address `https://api.<custom region>.bluemix.net` avoids a proxy, `https://mccp.<custom region>.bluemix.net`, | ||
that IBM tools use to flesh out users with their username. This results in a missing `username` field, which we fill with the user's `guid` | ||
instead. | ||
|
||
### Solution | ||
Unregister the IBM Cloud endpoint that contains the address `https://api.<custom region>.bluemix.net` and register again with the address | ||
`https://mccp.<custom region>.bluemix.net` | ||
|
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
31 changes: 2 additions & 29 deletions
31
src/frontend/app/shared/components/list/list-types/cf-users/cf-user-data-source.service.ts
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
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