Skip to content

Instantly share code, notes, and snippets.

@nddipiazza
Created December 14, 2019 03:11
Show Gist options
  • Select an option

  • Save nddipiazza/cd1532b8f23e07b421742d7e2bbf29da to your computer and use it in GitHub Desktop.

Select an option

Save nddipiazza/cd1532b8f23e07b421742d7e2bbf29da to your computer and use it in GitHub Desktop.

Revisions

  1. nddipiazza created this gist Dec 14, 2019.
    30 changes: 30 additions & 0 deletions http-realm.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,30 @@
    {
    "enabled": true,
    "name": "trusted_http_realm",
    "realmType": "trusted-http",
    "roleNames": [
    "admin"
    ],
    "config": {
    "autoCreateUsers": true,
    "identityKey": "iv-user",
    "allowedIps": [
    "127.0.0.1",
    "127.0.1.1",
    "192.168.1.199",
    "192.168.1.33",
    "192.168.1.229",
    "172.17.0.2"
    ],
    "groups": {
    "delimiter": ",",
    "key": "iv-groups",
    "roleMapping": [
    [
    "admin",
    "admin"
    ]
    ]
    }
    }
    }