Uploaded image for project: 'Red Hat Process Automation Manager'
  1. Red Hat Process Automation Manager
  2. RHPAM-1924

Add JDG hotrod security to config in RHPAM

    XMLWordPrintable

Details

    • Enhancement
    • Resolution: Won't Do
    • Major
    • None
    • 7.3.0.GA
    • Cloud
    • None
    • 2019 Week 11-13, 2019 Week 14-16, 2019 Week 17-19, 2019 Week 20-22, 2019 Week 23-25

    Description

      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"
      

      Attachments

        Issue Links

          Activity

            People

              dward-se-jboss David Ward
              dward-se-jboss David Ward
              Jakub Schwan Jakub Schwan
              Jakub Schwan Jakub Schwan
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: