Skip to content

Commit

Permalink
CLOUD-1992 make jdg 7.1 basic template consistent with existing 6.5 t…
Browse files Browse the repository at this point in the history
…emplate
  • Loading branch information
rcernich committed Aug 14, 2017
1 parent 333e32e commit 80d212c
Showing 1 changed file with 0 additions and 44 deletions.
44 changes: 0 additions & 44 deletions datagrid/datagrid71-basic.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,34 +94,6 @@
"value": "default",
"required": false
},
{
"displayName": "ADMIN_GROUP",
"description": "Comma delimited list of groups/roles for the Application Realm User",
"name": "ADMIN_GROUP",
"value": "",
"required": false
},
{
"displayName": "HOTROD_AUTHENTICATION",
"description": "True/False for HotRod Authentication",
"name": "HOTROD_AUTHENTICATION",
"value": "",
"required": false
},
{
"displayName": "CONTAINER_SECURITY_ROLE_MAPPER",
"description": "Container Role Mapper",
"name": "CONTAINER_SECURITY_ROLE_MAPPER",
"value": "",
"required": false
},
{
"displayName": "CONTAINER_SECURITY_ROLES",
"description": "Comma Delimited List of Container Roles",
"name": "CONTAINER_SECURITY_ROLES",
"value": "",
"required": false
},
{
"displayName": "REST Security Domain",
"description": "The domain, declared in the security subsystem, that should be used to authenticate access to the REST endpoint",
Expand Down Expand Up @@ -388,22 +360,6 @@
{
"name": "JGROUPS_CLUSTER_PASSWORD",
"value": "${JGROUPS_CLUSTER_PASSWORD}"
},
{
"name": "ADMIN_GROUP",
"value": "${ADMIN_GROUP}"
},
{
"name": "HOTROD_AUTHENTICATION",
"value": "${HOTROD_AUTHENTICATION}"
},
{
"name": "CONTAINER_SECURITY_ROLE_MAPPER",
"value": "${CONTAINER_SECURITY_ROLE_MAPPER}"
},
{
"name": "CONTAINER_SECURITY_ROLES",
"value": "${CONTAINER_SECURITY_ROLES}"
}
]
}
Expand Down

0 comments on commit 80d212c

Please sign in to comment.