{
  "service": {
    "name": "Health Check: Application Authorization Framework",
    "checks": [
      {
        "id": "aaf-service",
        "name": "AAF Service Health Check",
        "http": "https://aaf-service:8100/authz/perms/user/demo@people.osaaf.org",
        "header": {
          "Authorization": ["Basic ZGVtb0BwZW9wbGUub3NhYWYub3JnOmRlbW8xMjM0NTYh"],
          "X-TransactionId": ["ConsulHealthCheck"],
          "X-FromAppId": ["healthcheck"]
        },
        "tls_skip_verify": true,
        "interval": "20s",
        "timeout": "5s"
      }
    ]
  }
}