ansible-taler-exchange

Ansible playbook to deploy a production Taler Exchange
Log | Files | Refs | README | LICENSE

auditor-auth.conf.inc.j2 (135B)


      1 # Included only in the protected auditor location.
      2 if ($http_authorization != "Bearer {{ auditor_access_token }}") {
      3     return 401;
      4 }