-
Notifications
You must be signed in to change notification settings - Fork 593
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
fix(cloudFoundryDeploy): handle large amount of mta extension credentials #5211
fix(cloudFoundryDeploy): handle large amount of mta extension credentials #5211
Conversation
Quality Gate passedIssues Measures |
@niki4 Can you add a description on the PR, just to understand better |
Quality Gate passedIssues Measures |
/it-go |
This PoC seems not fixes user issue, so I'm going to abandon it. We found the root cause and it has been fixed in another PR: #5216 |
Description
This is PoC PR that about to bypass limitation on large amount of mta extension credentials set in .pipeline/config.yaml for cloudFoundryDeploy step.
We introduce step parameter "checkMissingCredentials". If this option is set to false, then Piper will not check for missing mta extension credentials in env vars. Use this option if you have large amount of mtaExtensionCredentials values.
References
INC10351618 | Blocked service deployment due to failing cloudFoundryDeploy
Checklist