Add mesos authentication to the mesos cli#383
Add mesos authentication to the mesos cli#383andreaspeters wants to merge 2 commits intoapache:masterfrom AVENTER-UG:add-mesos-cli-authentication
Conversation
asekretenko
left a comment
There was a problem hiding this comment.
The approach looks good overall; thanks for addressing this!
|
Does we have a list of features we want to see in the mesos_cli? I'm also planning to develope a plugin for our kubernetes framework. |
|
@asekretenko I'm done now. U can review again. :-) |
|
Could you squash all commits to increase readability of this history before merging? |
Done :-) |
|
Are you sure? I still see 17 commits. |
🤔 not 100%! But like u see, the last commit include all changes. 🤷♂️ |
Yeah it looks like I done something wrong during my past commits that the squash didn't worked as I expected. Can u squash during the MR? |
Maybe, but it'll be easier using |
Hopefully I didn't broke more as I fixed with the rebase. 😅 |
author Andreas Peters <ap@aventer.biz> 1619948566 +0200 committer Andreas Peters <ap@aventer.biz> 1621969642 +0200 gpgsig -----BEGIN PGP SIGNATURE----- iQEzBAABCAAdFiEEGTSo9iZLKmYD5nQgaoPxJUHPzPkFAmCtSuoACgkQaoPxJUHP zPmV7Qf+KuOPleQh/tEGVuMoA80PcvMQNTay5hcBbKyFlPhpPklyjzAIKo4F01GQ 3yXthlKCdZqJrw4b0nTxDogCTJyP3U6s9p437AonkEfvVRDCNNzgEmDduC1wBfJ9 Whbs2C04Ceg9B08BwdPkmaJc8dvHDqEo+EPpQJw4/dFD8j2xF14EiJJxiDbrH+Bb aTkX8sSAGVuNmNSU/z0VM/AXtfnixD8b8cf1Q6YsN5XK72Qc0h7ElsfYkwPmCzY2 ut+zTPi2l1HEbMB/zJkHhF7ec4MrMZcWc5EjCLx/9IJNOXlz3pzTeF2Fz0xCTMlR NpaaOV2fJzDqTC13VPomDumxgdQ2uQ== =TpxP -----END PGP SIGNATURE----- change task order to show all running tasks first check authentication parameters update tests and fix pylint add agent authentication and add option to skip ssl verification add checks to read configuration parmeters move the basic auth authentication into a single function fix linting capture unknonw data encode errors remove unnecessery loop int and cleanup add missing auth and verify change parts to be more readable remove not usefull exception handling add checks to read configuration parmeters move the basic auth authentication into a single function fix linting add missing auth and verify change parts to be more readable remove not usefull exception handling change agent parameter handling ADD timeout parameter to config and change error execption. ADD default values to prototype.
In the past the commiter merging the change used the "squash and merge" strategy which has the same effect. So no need to do anything special 😄 . (In fact, it's probably better to leave the individual commits to see how the patch progressed which is a bit of a carry over from when reviews happened on Review Board) |
|
@asekretenko @qianzhangxa |
Some feedback? :-) |
|
I am not very familiar with Python :( |
|
Other than this question about the |
|
Can we merge it please? |
|
Yeah this PR has been open for a while now, and @andreaspeters has addressed all the comments. |
|
Sorry for the late response, I have merged it, thanks for the contributions @andreaspeters! |
|
No problem @qianzhangxa. Your welcome. :-) |
The following points I done: