Exemplo n.º 1
0
    def get_server_client_auth(self, config, repo_dir):
        """ Returns credentials to authenticate with against Zato's own /zato/admin/invoke channel.
        """

        # Zato
        from zato.cli import util as cli_util

        return cli_util.get_server_client_auth(config, repo_dir)
Exemplo n.º 2
0
 def get_server_client_auth(self, config, repo_dir):
     """ Returns credentials to authenticate with against Zato's own /zato/admin/invoke channel.
     """
     return cli_util.get_server_client_auth(config, repo_dir)