-
Notifications
You must be signed in to change notification settings - Fork 50
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
Update web console config #20
Update web console config #20
Conversation
/retest |
/hold |
for i, scriptURL := range config.ExtensionScripts { | ||
if _, scriptURLErrs := ValidateSecureURL(scriptURL, fldPath.Child("extensionScripts").Index(i)); len(scriptURLErrs) > 0 { | ||
if len(config.LogoutPublicURL) > 0 { | ||
_, urlErrs := ValidateURL(config.LogoutPublicURL, fldPath.Child("logoutPublicURL")) |
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.
why isn't this required to be secure?
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.
Does it need to be? As I understand it, it is just a redirect URL after logout.
FWIW, it wasn't required to be secure before.
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.
Does it need to be?
I like all things secure. If it wasn't before, I guess it doesn't have to be today.
one question. lgtm otherwise |
/lgtm |
origin and openshift-ansible changes have merged /hold cancel |
/retest |
Automatic merge from submit-queue. Remove obsolete properties from console config map Stop writing deprecated config to the console config map. /hold This can't be merged until openshift/origin-web-console-server#20 merges. Follow on to #6730
…nfig Automatic merge from submit-queue. Remove obsolete properties from console config map Stop writing deprecated config to the console config map. /hold This can't be merged until openshift/origin-web-console-server#20 merges. Follow on to openshift#6730
…onfig Automatic merge from submit-queue (batch tested with PRs 18191, 18264, 18235, 18251, 18271). cluster up: remove obsolete asset config properties Follow on to #18114 Requires openshift/origin-web-console-server#20 /assign @deads2k @jwforres @sdodson FYI /hold
Adopt API changes from openshift/api#31
Requires openshift/origin#18114
Requires openshift/openshift-ansible#6730
Replaces #19
/assign @deads2k
@jwforres FYI