[GitHub] [mesos] andreaspeters commented on a change in pull request #383: Add mesos authentication to the mesos cli

2021-07-02 Thread GitBox
andreaspeters commented on a change in pull request #383: URL: https://github.com/apache/mesos/pull/383#discussion_r662804747 ## File path: src/python/cli_new/lib/cli/http.py ## @@ -19,70 +19,70 @@ """ import json -import urllib.request -import urllib.error -import

[GitHub] [mesos] andreaspeters commented on a change in pull request #383: Add mesos authentication to the mesos cli

2021-06-02 Thread GitBox
andreaspeters commented on a change in pull request #383: URL: https://github.com/apache/mesos/pull/383#discussion_r644263295 ## File path: src/python/cli_new/lib/cli/plugins/task/main.py ## @@ -106,12 +108,13 @@ def list(self, argv): # pylint: disable=unused-argument

[GitHub] [mesos] andreaspeters commented on a change in pull request #383: Add mesos authentication to the mesos cli

2021-06-02 Thread GitBox
andreaspeters commented on a change in pull request #383: URL: https://github.com/apache/mesos/pull/383#discussion_r644258228 ## File path: src/python/cli_new/lib/cli/config.py ## @@ -137,3 +211,15 @@ def plugins(self): return self.data["plugins"]

[GitHub] [mesos] andreaspeters commented on a change in pull request #383: Add mesos authentication to the mesos cli

2021-05-31 Thread GitBox
andreaspeters commented on a change in pull request #383: URL: https://github.com/apache/mesos/pull/383#discussion_r642617105 ## File path: src/python/cli_new/lib/cli/config.py ## @@ -119,6 +120,92 @@ def master(self): return master +def principal(self): +

[GitHub] [mesos] andreaspeters commented on a change in pull request #383: Add mesos authentication to the mesos cli

2021-05-28 Thread GitBox
andreaspeters commented on a change in pull request #383: URL: https://github.com/apache/mesos/pull/383#discussion_r641495281 ## File path: src/python/cli_new/lib/cli/config.py ## @@ -119,6 +120,94 @@ def master(self): return master +def principal(self): +

[GitHub] [mesos] andreaspeters commented on a change in pull request #383: Add mesos authentication to the mesos cli

2021-05-28 Thread GitBox
andreaspeters commented on a change in pull request #383: URL: https://github.com/apache/mesos/pull/383#discussion_r641474981 ## File path: src/python/cli_new/lib/cli/http.py ## @@ -19,70 +19,63 @@ """ import json -import urllib.request -import urllib.error -import

[GitHub] [mesos] andreaspeters commented on a change in pull request #383: Add mesos authentication to the mesos cli

2021-05-28 Thread GitBox
andreaspeters commented on a change in pull request #383: URL: https://github.com/apache/mesos/pull/383#discussion_r641474881 ## File path: src/python/cli_new/lib/cli/config.py ## @@ -119,6 +120,94 @@ def master(self): return master +def principal(self): +

[GitHub] [mesos] andreaspeters commented on a change in pull request #383: Add mesos authentication to the mesos cli

2021-05-27 Thread GitBox
andreaspeters commented on a change in pull request #383: URL: https://github.com/apache/mesos/pull/383#discussion_r640325483 ## File path: src/python/cli_new/lib/cli/http.py ## @@ -19,70 +19,63 @@ """ import json -import urllib.request -import urllib.error -import

[GitHub] [mesos] andreaspeters commented on a change in pull request #383: Add mesos authentication to the mesos cli

2021-05-27 Thread GitBox
andreaspeters commented on a change in pull request #383: URL: https://github.com/apache/mesos/pull/383#discussion_r640323131 ## File path: src/python/cli_new/lib/cli/http.py ## @@ -19,70 +19,63 @@ """ import json -import urllib.request -import urllib.error -import

[GitHub] [mesos] andreaspeters commented on a change in pull request #383: Add mesos authentication to the mesos cli

2021-05-27 Thread GitBox
andreaspeters commented on a change in pull request #383: URL: https://github.com/apache/mesos/pull/383#discussion_r640321645 ## File path: src/python/cli_new/lib/cli/config.py ## @@ -119,6 +120,94 @@ def master(self): return master +def principal(self): +

[GitHub] [mesos] andreaspeters commented on a change in pull request #383: Add mesos authentication to the mesos cli

2021-05-26 Thread GitBox
andreaspeters commented on a change in pull request #383: URL: https://github.com/apache/mesos/pull/383#discussion_r639529665 ## File path: src/python/cli_new/lib/cli/config.py ## @@ -119,6 +119,65 @@ def master(self): return master +def principal(self): +

[GitHub] [mesos] andreaspeters commented on a change in pull request #383: Add mesos authentication to the mesos cli

2021-05-26 Thread GitBox
andreaspeters commented on a change in pull request #383: URL: https://github.com/apache/mesos/pull/383#discussion_r639472838 ## File path: src/python/cli_new/lib/cli/config.py ## @@ -119,6 +119,65 @@ def master(self): return master +def principal(self): +

[GitHub] [mesos] andreaspeters commented on a change in pull request #383: Add mesos authentication to the mesos cli

2021-05-26 Thread GitBox
andreaspeters commented on a change in pull request #383: URL: https://github.com/apache/mesos/pull/383#discussion_r639472838 ## File path: src/python/cli_new/lib/cli/config.py ## @@ -119,6 +119,65 @@ def master(self): return master +def principal(self): +

[GitHub] [mesos] andreaspeters commented on a change in pull request #383: Add mesos authentication to the mesos cli

2021-05-26 Thread GitBox
andreaspeters commented on a change in pull request #383: URL: https://github.com/apache/mesos/pull/383#discussion_r639448122 ## File path: src/python/cli_new/lib/cli/config.py ## @@ -119,6 +119,65 @@ def master(self): return master +def principal(self): +

[GitHub] [mesos] andreaspeters commented on a change in pull request #383: Add mesos authentication to the mesos cli

2021-05-17 Thread GitBox
andreaspeters commented on a change in pull request #383: URL: https://github.com/apache/mesos/pull/383#discussion_r633283705 ## File path: src/python/cli_new/lib/cli/http.py ## @@ -19,70 +19,71 @@ """ import json -import urllib.request -import urllib.error -import

[GitHub] [mesos] andreaspeters commented on a change in pull request #383: Add mesos authentication to the mesos cli

2021-05-17 Thread GitBox
andreaspeters commented on a change in pull request #383: URL: https://github.com/apache/mesos/pull/383#discussion_r633283705 ## File path: src/python/cli_new/lib/cli/http.py ## @@ -19,70 +19,71 @@ """ import json -import urllib.request -import urllib.error -import

[GitHub] [mesos] andreaspeters commented on a change in pull request #383: Add mesos authentication to the mesos cli

2021-05-13 Thread GitBox
andreaspeters commented on a change in pull request #383: URL: https://github.com/apache/mesos/pull/383#discussion_r632179279 ## File path: src/python/cli_new/lib/cli/mesos.py ## @@ -199,11 +199,14 @@ def __init__(self, master, task_id): "This command

[GitHub] [mesos] andreaspeters commented on a change in pull request #383: Add mesos authentication to the mesos cli

2021-05-13 Thread GitBox
andreaspeters commented on a change in pull request #383: URL: https://github.com/apache/mesos/pull/383#discussion_r632178496 ## File path: src/python/cli_new/lib/cli/http.py ## @@ -19,70 +19,71 @@ """ import json -import urllib.request -import urllib.error -import

[GitHub] [mesos] andreaspeters commented on a change in pull request #383: Add mesos authentication to the mesos cli

2021-05-13 Thread GitBox
andreaspeters commented on a change in pull request #383: URL: https://github.com/apache/mesos/pull/383#discussion_r632177344 ## File path: src/python/cli_new/lib/cli/mesos.py ## @@ -114,15 +113,16 @@ def get_container_id(task): " Please try again.") -def

[GitHub] [mesos] andreaspeters commented on a change in pull request #383: Add mesos authentication to the mesos cli

2021-05-13 Thread GitBox
andreaspeters commented on a change in pull request #383: URL: https://github.com/apache/mesos/pull/383#discussion_r632176827 ## File path: src/python/cli_new/lib/cli/http.py ## @@ -19,70 +19,71 @@ """ import json -import urllib.request -import urllib.error -import

[GitHub] [mesos] andreaspeters commented on a change in pull request #383: Add mesos authentication to the mesos cli

2021-05-02 Thread GitBox
andreaspeters commented on a change in pull request #383: URL: https://github.com/apache/mesos/pull/383#discussion_r624726591 ## File path: src/python/cli_new/lib/cli/http.py ## @@ -64,7 +73,7 @@ def get_json(addr, endpoint, condition=None, timeout=5, query=None):

[GitHub] [mesos] andreaspeters commented on a change in pull request #383: Add mesos authentication to the mesos cli

2021-05-02 Thread GitBox
andreaspeters commented on a change in pull request #383: URL: https://github.com/apache/mesos/pull/383#discussion_r624720898 ## File path: src/python/cli_new/lib/cli/http.py ## @@ -38,20 +38,29 @@ def read_endpoint(addr, endpoint, query=None): except Exception as

[GitHub] [mesos] andreaspeters commented on a change in pull request #383: Add mesos authentication to the mesos cli

2021-05-02 Thread GitBox
andreaspeters commented on a change in pull request #383: URL: https://github.com/apache/mesos/pull/383#discussion_r624718800 ## File path: src/python/cli_new/lib/cli/mesos.py ## @@ -504,13 +508,23 @@ def _attach_container_output(self): client from the agent.

[GitHub] [mesos] andreaspeters commented on a change in pull request #383: Add mesos authentication to the mesos cli

2021-05-02 Thread GitBox
andreaspeters commented on a change in pull request #383: URL: https://github.com/apache/mesos/pull/383#discussion_r624715879 ## File path: src/python/cli_new/lib/cli/config.py ## @@ -119,6 +119,65 @@ def master(self): return master +def principal(self): +