Skip to content

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