You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes when using the IBM Cloud CLI, the region is not being set resulting in IC_REGION being empty. This results in rather obscure errors during secret creation like:
error: error validating “STDIN”: error validating data: unknown object type “nil” in Secret.data.region; if you choose to ignore these errors, turn validation off with --validate=false
It would be helpful to do a quick validation of the IC... fields in this script and putting up an error message to help users spot and fix the CLI session configuration issue.
The text was updated successfully, but these errors were encountered:
Just tried here - I'll admit I had to be persuasive on the ibmcloud cli to get the region undefined. But after doing that, I was still able to get the same failure following the README.md steps.
Sometimes when using the IBM Cloud CLI, the region is not being set resulting in
IC_REGION
being empty. This results in rather obscure errors during secret creation like:error: error validating “STDIN”: error validating data: unknown object type “nil” in Secret.data.region; if you choose to ignore these errors, turn validation off with --validate=false
It would be helpful to do a quick validation of the
IC...
fields in this script and putting up an error message to help users spot and fix the CLI session configuration issue.The text was updated successfully, but these errors were encountered: