Priyanka | 0f4ba91 | 2018-05-25 10:20:04 +0000 | [diff] [blame] | 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 | } |