Uploaded image for project: 'Red Hat Internal Developer Platform'
  1. Red Hat Internal Developer Platform
  2. RHIDP-4862

Docs: Update Tech Radar to 1.0

Prepare for Y ReleasePrepare for Z ReleaseRemove QuarterXMLWordPrintable

    • RHDH Documentation 3266

      This issue: https://issues.redhat.com/browse/RHIDP-4759 introduced some breaking changes due to which the steps to enable the Tech Radar Plugin has to be changed.

       

      Method 1: Using Hosted JSON files to provide data to the tech radar plugin

      Prerequisites:

      • Configure integrations from which the data to be displayed by the tech radar plugin will be fetched, under the integrations section of ` app-config.yaml` file.

      Procedure:

      • Enable the  `./dynamic-plugins/dist/backstage-community-plugin-tech-radar` and `
        ./dynamic-plugins/dist/backstage-community-plugin-tech-radar-backend-dynamic` plugins
      • Add the following to the app-config.yaml file:
        techRadar:        
            url: ${TECH_RADAR_DATA_URL}

        Where `TECH_RADAR_DATA_URL` refers to the URL from which JSON data is to be loaded. 

      Method 2: Using a Dedicated Service to provide data to the tech radar Page
      1.  Add the dedicated service as an allowed host by adding the following to app-config.yaml:

      • backend:    
           reading:    
                allow:     
                  - host: 'hostname'

        2. Add the following to the app-config.yaml file:

        techRadar:        
            url: ${TECH_RADAR_DATA_URL}

        Where `TECH_RADAR_DATA_URL` refers to the URL from which JSON data is to be loaded. 

              rhn-support-pabel Priyanka Kantem
              mittkash Kashish Mittal
              RHIDP - Documentation
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated: