-
Notifications
You must be signed in to change notification settings - Fork 50
Revert "console autodetection" #31
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
Revert "console autodetection" #31
Conversation
This reverts commit 6555bed.
/hold |
I'm fine with it. You'll want to be sure that regular users can see these resources. |
Yeah, we're already requesting PRs for origin and openshift-ansible: |
Console changes have merged. /hold cancel |
|
||
var versionTemplate = template.Must(template.New("webConsoleVersion").Parse(` | ||
window.OPENSHIFT_VERSION = { | ||
openshift: "{{ .OpenShiftVersion | js}}", |
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.
you no longer need to expose this?
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.
Not needed anymore. We had to switch the request to the client anyway to fix a bug:
question. lgtm otherwise |
/retest |
Automatic merge from submit-queue. Revert "allow webconsole to discover cluster information" This reverts commit 98b9fa6. /assign @deads2k /hold Requires openshift/origin-web-console-server#31
Automatic merge from submit-queue. Remove RBAC console template The console is changing to discover if the template service broker is running by looking at the service classes on the client. This means the console no longer needs the RBAC template. It also no longer needs to manually trigger a rollout after the template service broker is installed or removed. Requires: openshift/origin-web-console-server#31 openshift/origin-web-console#2800 openshift/origin-web-catalog#642 Corresponding origin PR: openshift/origin#18580 This will fail tests until the origin-web-console image is updated with the changes in the origin-web-console-server PR. /assign @sdodson @deads2k cc
This reverts commit 6555bed.
/assign @deads2k
Requires openshift/origin-web-catalog#642
Follow on openshift-ansible and origin PRs will remove the console RBAC template, which isn't needed anymore.