Skip to content
This repository has been archived by the owner on May 29, 2024. It is now read-only.

feature: add OpenShiftCluster#getOauthUrl #973

Closed
wants to merge 4 commits into from
Closed

Conversation

gastaldi
Copy link
Contributor

Fixes #972

try {
const r = await this.httpService.get<any>(this.config.launcherURL, '/services/openshift/clusters', requestConfig);
const r = await this.httpService.get<any>(this.config.launcherURL, '/services/openshift/clusters/all', requestConfig);
Copy link
Contributor Author

Choose a reason for hiding this comment

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

You need to query /clusters here. The fact that it is returning 0 clusters is because the original starter clusters are gone

Copy link
Member

Choose a reason for hiding this comment

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

if I query clusters I will get an error as I'm not logged in right?

@edewit edewit closed this Sep 3, 2019
@edewit
Copy link
Member

edewit commented Sep 3, 2019

closed in in favour of #979

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support OpenShift OAuth with multiple clusters
2 participants