Skip to content

app-proxy-fixes #702

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

Merged
merged 1 commit into from
Aug 5, 2021
Merged

app-proxy-fixes #702

merged 1 commit into from
Aug 5, 2021

Conversation

roi-codefresh
Copy link
Contributor

No description provided.

@@ -77,7 +78,7 @@ function printInstallationOptionsSummary({
`;

if (appProxy) {
summary += `7. App-Proxy hostname: ${colors.cyan(appProxyHost)}\n`;
Copy link
Contributor Author

Choose a reason for hiding this comment

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

just to print the full address in the summary. It's more helpful to us for debugging because that's the value that would actually be used by the ui.

shouldMakeDefaultRe = _.isUndefined(shouldMakeDefaultRe) ? answers.shouldMakeDefaultRe : shouldMakeDefaultRe;
shouldExecutePipeline = _.isUndefined(shouldExecutePipeline) ? answers.shouldExecutePipeline : shouldExecutePipeline;
// eslint-disable-next-line object-curly-newline
({ httpProxy, httpsProxy, noProxy, appProxyHost } = answers);
Copy link
Contributor Author

Choose a reason for hiding this comment

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

this is the bug. it would just get override if it's given by flag instead of question

@roi-codefresh roi-codefresh merged commit 49401dd into master Aug 5, 2021
@noam-codefresh noam-codefresh deleted the app-proxy-fixes branch August 13, 2021 08:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants