-
Notifications
You must be signed in to change notification settings - Fork 6
Closed
Description
Background
The CLI is currently hardcoded to run without a secure TLS connection and to dial http://localhost:<port>. The platform TLS story is maturing1 and once it is stabilized within the SDK, the CLI should support the ability to drive with or without TLS so it can successfully dial the platform port in either scenario.
Acceptance Criteria
- CLI does not hardcode
httpplatform endpoints - CLI's SDK initializations include the
sdk.WithInsecureConnection()option only when running without TLS enabled - config is updated to include a TLS enabled true/false flag
- the config subcommand is updated to drive the TLS enabled state and update the config when ran
- the error message with code Unavailable and desc "connection error" is transformed into a more helpful error message to the user like "Failed to dial the platform, please check that it is running on ".
Footnotes
cakeholeDC and b-long
Metadata
Metadata
Assignees
Labels
No labels