-
Enhancement
-
Resolution: Won't Do
-
Major
-
None
-
7.3.0.GA
-
None
-
2019 Week 11-13, 2019 Week 14-16, 2019 Week 17-19, 2019 Week 20-22, 2019 Week 23-25
This issue follows up on RHPAM-1488, as a bug was found in the Appformer InfinispanContext related to security. That jira is AF-1868.
Once AF-1868 is fixed, we can add the following template parameters into rhpam73-authoring-ha-trial-datagrid.yaml :
- displayName: DataGrid User description: DataGrid user name. name: DATAGRID_USER value: datagridUser required: true - displayName: DataGrid Password description: DataGrid password. name: DATAGRID_PASSWORD from: "[a-zA-Z]{6}[0-9]{1}!" generate: expression required: true
and the following env to Business Central DeploymentConfig:
- name: APPFORMER_INFINISPAN_USER value: "${DATAGRID_USER}" - name: APPFORMER_INFINISPAN_PASSWORD value: "${DATAGRID_PASSWORD}" - name: APPFORMER_INFINISPAN_REALM value: "ApplicationRealm"
and the following env to DataGrid StatefulSet:
- name: HOTROD_AUTHENTICATION value: "true" - name: USERNAME value: "${DATAGRID_USER}" - name: PASSWORD value: "${DATAGRID_PASSWORD}" - name: CONTAINER_SECURITY_ROLES value: "${DATAGRID_USER}=ALL" - name: APPFORMER_INFINISPAN_SERVER_NAME value: "jdg-server" - name: APPFORMER_INFINISPAN_SASL_QOP value: "auth"
- is blocked by
-
AF-1868 InfinispanContext hotrod client security config does not work
- Resolved
- relates to
-
RHDM-858 Add JDG hotrod security to config in RHDM
- Closed
-
RHPAM-1488 Add JDG indexing support to OpenShift HA Authoring in RHPAM
- Closed