diff options
Diffstat (limited to 'hiera/wallaby.yaml')
-rw-r--r-- | hiera/wallaby.yaml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/hiera/wallaby.yaml b/hiera/wallaby.yaml index 9e82a0c..2186549 100644 --- a/hiera/wallaby.yaml +++ b/hiera/wallaby.yaml @@ -3,6 +3,8 @@ api: ca_cert_uri: "https://demo.bitmask.net/ca.crt" domain: api.demo.bitmask.net port: 4430 + uri: "https://api.demo.bitmask.net:4430/1" + version: 1 contacts: - elijah@leap.se - sysdev@leap.se @@ -335,6 +337,14 @@ webapp: allow_limited_certs: false allow_registration: true allow_unlimited_certs: true + api_tokens: + allowed_ips: + - "198.252.153.82" + - "198.252.153.83" + - "198.252.153.85" + - "204.13.164.57" + - "46.165.242.166" + monitor: pvUz85Prt4jXF5aypSaBVeyeHBgHDcj5 api_version: 1 client_certificates: bit_size: 2048 |