blob: cd715f8b6a3f15ca8cafab65b890345066bf1b6e [file] [log] [blame]
Priyanka0f4ba912018-05-25 10:20:04 +00001{
2 "service": {
3 "name": "Health Check: Application Authorization Framework",
4 "checks": [
5 {
6 "id": "aaf-service",
7 "name": "AAF Service Health Check",
8 "http": "https://aaf-service:8100/authz/perms/user/demo@people.osaaf.org",
9 "header": {
10 "Authorization": ["Basic ZGVtb0BwZW9wbGUub3NhYWYub3JnOmRlbW8xMjM0NTYh"],
11 "X-TransactionId": ["ConsulHealthCheck"],
12 "X-FromAppId": ["healthcheck"]
13 },
14 "tls_skip_verify": true,
15 "interval": "20s",
16 "timeout": "5s"
17 }
18 ]
19 }
20}