IBM / cis-integration

The goal of this project is to automate CIS integration for IBM Cloud application platforms. We will produce a command-line tool that customers can use to simplify this process.
Apache License 2.0
3 stars 0 forks source link

Removed confusing message when certificate is created #28

Closed Pseusco closed 3 years ago

Pseusco commented 3 years ago

When we order a certificate in the certificate manager, we have to wait for the process to complete before we add it as a secret to iks. Our code was printing the error message that appeared when our certificate manager was still busy, which would be misleading to the user, since it makes it seem like something went wrong, when we're really just waiting for the certificate to finish being created. I removed that error message.