Ambari experts - Within `quicklinks.json`, is it possible to have an OR
condition?

For example:
set protocol="https" if
  (desired=HTTPS_ONLY
    OR desired=HTTP_AND_HTTPS)

```
{
  "name": "default",
  "description": "default quick links configuration",
  "configuration": {
    "protocol":
    {
      "type":"https",
      "checks":[
        {
          "property":"dfs.http.policy",
          "desired":"HTTPS_ONLY",
          "site":"hdfs-site"
        }
      ]
    },
```

-- 
Sean Roberts

Reply via email to