Skip to content

Instantly share code, notes, and snippets.

@nddipiazza
Created December 14, 2019 03:11
Show Gist options
  • Save nddipiazza/cd1532b8f23e07b421742d7e2bbf29da to your computer and use it in GitHub Desktop.
Save nddipiazza/cd1532b8f23e07b421742d7e2bbf29da to your computer and use it in GitHub Desktop.
http-realm.json
{
"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"
]
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment