You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| `client-id` | | Cimon client ID for authentication |
29
-
| `secret` | | Cimon secret for authentication |
30
-
| `prevent` | `false` | Enable prevention mode |
31
-
| `allowed-ips` | | A comma or white space separated list of allowed IP addresses |
32
-
| `allowed-hosts` | | A comma or white space separated list of allowed domain names. The left-most label can be the wildcard character (`*`) to match multiple subdomains (e.g. `*.example.com`). |
| `client-id` | | Cimon client ID for authentication |
29
+
| `secret` | | Cimon secret for authentication |
30
+
| `prevent` | `false` | Enable prevention mode |
31
+
| `allowed-ips` | | A comma or white space separated list of allowed IP addresses |
32
+
| `allowed-hosts` | | A comma or white space separated list of allowed domain names. The left-most label can be the wildcard character (`*`) to match multiple subdomains (e.g. `*.example.com`). |
33
+
| `ignored-ip-nets` | | A comma or white space separated list of ignored IP networks in CIDR notation, e.g. 10.0.0.0/8, 172.16.0.0/12. This setting is mandatory if your workflow runs containers attached to a custom network with configured sub-range. In other words, inter-container networking is usually ignored by Cimon. Cimon implicitly ignores 10.0.0.0/8 and 172.16.0.0/12 networks. |
0 commit comments