Skip to content

Instantly share code, notes, and snippets.

@dsuch
Created January 27, 2016 10:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dsuch/12c489e846e1173a48e4 to your computer and use it in GitHub Desktop.
Save dsuch/12c489e846e1173a48e4 to your computer and use it in GitHub Desktop.
from zato.server.service import Service
class GetFullSecurityDefinitions(Service):
def handle(self):
for value in self.worker_store.request_dispatcher.url_data.basic_auth_config.values():
self.logger.info('\n%s', value.config)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment