Chapter 3. Technology preview


This section lists features that are in Technology Preview in Red Hat Developer Hub 1.0.

Important

These features are for Technology Preview only. Technology Preview features are not supported with Red Hat production service level agreements (SLAs), might not be functionally complete, and Red Hat does not recommend using them for production. These features provide early access to upcoming product features, enabling customers to test functionality and provide feedback during the development process.

For more information on Red Hat Technology Preview features, see Technology Preview Features Scope.

3.1. Plugins available in Red Hat Developer Hub

Red Hat Developer Hub incorporates various dynamic plugins. Red Hat fully supports certain plugins, while others are community-supported projects. Some plugins are enabled by default, while others require configuration and are consequently disabled by default.

For more information about how to enable or disable or configure dynamic plugins, see the Installing dynamic plugins section in the Administration guide for Red Hat Developer Hub.

Expand
Table 3.1. Red Hat supported dynamic plugins
PluginPlugin IDDescription

3scale

@janus-idp/backstage-plugin-3scale-backend

The 3scale Backstage provider plugin synchronizes the 3scale content into the catalog.

Ansible Automation Platform

@janus-idp/backstage-plugin-aap-backend

The Ansible Automation Platform (AAP) plugin synchronizes the accessible templates including job templates and workflow job templates from AAP into the catalog.

Azure Container Registry

@janus-idp/backstage-plugin-acr

The Azure Container Registry (ACR) plugin displays information about your container images available in the Azure Container Registry.

Jfrog Artifactory

@janus-idp/backstage-plugin-jfrog-artifactory

The Jfrog Artifactory plugin displays information about your container images within the Jfrog Artifactory registry.

Nexus Repository Manager

@janus-idp/backstage-plugin-nexus-repository-manager

The Nexus Repository Manager plugin displays the information about your build artifacts that are available in the Nexus Repository Manager in your application.

ServiceNow

@janus-idp/backstage-scaffolder-backend-module-servicenow

This plugin provides template actions for ServiceNow.

SonarQube

@janus-idp/backstage-scaffolder-backend-module-sonarqube

This plugin provides template actions for SonarQube.

Important

Additional detail on how Red Hat provides support for bundled community dynamic plugins is available on the Red Hat Developer Support Policy page.

Expand
Table 3.2. Community plugins that are validated with Red Hat Developer Hub 1.0
PluginPlugin IDDescription

ArgoCD

@roadiehq/scaffolder-backend-argocd

Scaffolder backend plugin for ArgoCD.

Azure Devops

@backstage/plugin-azure-devops

Azure DevOps frontend plugin.

Azure Devops

@backstage/plugin-azure-devops-backend

Azure DevOps backend plugin that contains the API for retrieving builds and pull requests, that are used by the Azure DevOps frontend plugin.

Datadog

@roadiehq/backstage-plugin-datadog

This plugin embeds Datadog graphs and dashboards into Developer Hub.

Dynatrace

@backstage/plugin-dynatrace

This plugin integrates towards Dynatrace.

GitHub

@backstage/plugin-catalog-backend-module-github

This plugin helps integrate towards GitHub.

GitHub Actions

@backstage/plugin-github-actions

This plugin integrates towards GitHub actions.

GitHub Issues

@backstage/plugin-github-issues

This plugin integrates towards GitHub issues.

GitHub Insights

@roadiehq/backstage-plugin-github-insights

This plugin provides readmes, top contributors, and widgets.

GitHub Pull Requests

@roadiehq/backstage-plugin-github-pull-requests

This plugin enables you to view and interact with GitHub pull requests.

GitHub Security Insights

@roadiehq/backstage-plugin-security-insights

This plugin adds security insights for GitHub repositories.

GitLab

@backstage/plugin-catalog-backend-module-gitlab

This plugin extracts repositories out of an GitLab instance.

GitLab

@backstage/plugin-scaffolder-backend-module-gitlab

This plugin is for the scaffolder backend that lets you interact with GitLab.

GitLab

@immobiliarelabs/backstage-plugin-gitlab

This plugin enables you to interact with GitLab.

GitLab

@immobiliarelabs/backstage-plugin-gitlab-backend

This plugin enables you to interact with GitLab.

Jenkins

@backstage/plugin-jenkins

This plugin integrates towards Jenkins.

Jenkins

@backstage/plugin-jenkins-backend

This backend plugin integrates towards Jenkins.

Jira

@roadiehq/backstage-plugin-jira

This plugin enables you to view and interact with Jira.

Kubernetes

@backstage/plugin-kubernetes

This plugin integrates towards Kubernetes.

Lighthouse

@backstage/plugin-lighthouse

This plugin integrates towards Lighthouse.

Pagerduty

@backstage/plugin-pagerduty

This plugin integrates towards PagerDuty.

Scaffolder

@roadiehq/scaffolder-backend-module-utils

This plugin contains a collection of actions to use in scaffolder templates.

SonarQube

@backstage/plugin-sonarqube

This plugin displays SonarQube code quality and security results.

SonarQube

@backstage/plugin-sonarqube-backend

This plugin enables you to interact with SonarQube.

Tech Radar

@backstage/plugin-tech-radar

This plugin displays a Tech Radar for your organization.

To deploy the Helm Chart on vanilla Kubernetes or other non-OCP platform, you must apply the following configuration to the values.yaml file:

Example configuration to deploy on Kubernetes

global:
    host: # Specify your own Ingress host
route:
    enabled: false  # OpenShift Routes do not exist on vanilla Kubernetes
upstream:
    ingress:
    enabled: true  # Use Kubernetes Ingress instead of OpenShift Route
    backstage:
    podSecurityContext:  # Vanilla Kubernetes does not feature OpenShift default SCCs with dynamic UIDs, adjust accordingly to the deployed image
        runAsUser: 1001
        runAsGroup: 1001
        fsGroup: 1001
    postgresql:
    primary:
        podSecurityContext:
        enabled: true
        fsGroup: 26
        runAsUser: 26
    volumePermissions:
        enabled: true
Copy to Clipboard Toggle word wrap

Depending on your Kubernetes configuration, you may need to apply additional customization.

Red Hat logoGithubredditYoutubeTwitter

Learn

Try, buy, & sell

Communities

About Red Hat Documentation

We help Red Hat users innovate and achieve their goals with our products and services with content they can trust. Explore our recent updates.

Making open source more inclusive

Red Hat is committed to replacing problematic language in our code, documentation, and web properties. For more details, see the Red Hat Blog.

About Red Hat

We deliver hardened solutions that make it easier for enterprises to work across platforms and environments, from the core datacenter to the network edge.

Theme

© 2026 Red Hat
Back to top