confluentinc / examples

Apache Kafka and Confluent Platform examples and demos
Apache License 2.0
1.92k stars 1.12k forks source link

ccloud login #572

Open markteehan opened 4 years ago

markteehan commented 4 years ago

start.sh does a login by accepting a password form the user. If the password contains any special characters (which of course is encouraged) then this will not work.

If login fails, the error should suggest using "ccloud login" to pre-login (without capturing the password) and then rerun with an automatic check if the session is logged in.

ybyzek commented 4 years ago

@markteehan is this about this start.sh script https://github.com/confluentinc/examples/tree/5.4.1-post/ccloud/beginner-cloud/start.sh or a different one? What's the special character that it did not accept?