Created
December 14, 2019 03:11
-
-
Save nddipiazza/cd1532b8f23e07b421742d7e2bbf29da to your computer and use it in GitHub Desktop.
Revisions
-
nddipiazza created this gist
Dec 14, 2019 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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" ] ] } } }