Using Basic Auth with cccli #2245
-
Trying to use cccli and have basic auth setup. How do I provide the username and password that I setup with basic auth. Trying to supply flags |
Beta Was this translation helpful? Give feedback.
Answered by
jlester3-chwy
Jan 29, 2025
Replies: 1 comment
-
For those interested the correct format is `cccli -a {username}:{password}@{cruise_control_endpoint} load --allow-capacity-estimation" |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jlester3-chwy
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For those interested the correct format is `cccli -a {username}:{password}@{cruise_control_endpoint} load --allow-capacity-estimation"