Merge "[UUI] Service Mesh Compliance for UUI"
[oom.git] / kubernetes / consul / resources / config / consul-agent-config / aaf-service-health.json
1 {
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 }