blob: cd715f8b6a3f15ca8cafab65b890345066bf1b6e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
{
"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"
}
]
}
}
|