blob: cd715f8b6a3f15ca8cafab65b890345066bf1b6e [file] [log] [blame]
{
"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"
}
]
}
}