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
Right now, if we provide cloud.secureConnectBundle setting in the configuration file (in order to connect to Astra), The connector creation will actually fail (although the "puslar-admin" command says successfully) by complaining that SSL settings are not allowed while using secure connect bundle, even for something like below. It has to be complete blank for every configuration parameter under ssl section.
I think there are probably 2 improvements that we can make here:
1). We should let the connector ignore SSL settings (and probably Auth settings as well) completely if the secure connect bundle file is provided.
2) We should have better error message returned back to the command line if the connector actually fails.