Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions config/app-config-rhdh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ auth:
resolvers:
- resolver: emailLocalPartMatchingUserEntityName
signInPage: oidc
integrations:
github:
- host: github.com
token: ${GH_BOT_PAT}
catalog:
import:
entityFilename: catalog-info.yaml
Expand All @@ -34,6 +38,8 @@ catalog:
target: https://github.com/redhat-developer/rhdh/blob/main/catalog-entities/all.yaml
- type: url
target: https://github.com/redhat-developer/red-hat-developer-hub-software-templates/blob/main/templates.yaml
- type: url
target: https://github.com/backstage/backstage/blob/master/catalog-info.yaml
providers:
keycloakOrg:
default:
Expand Down
29 changes: 29 additions & 0 deletions config/dynamic-plugins.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,33 @@ includes:
plugins:
- package: ./dynamic-plugins/dist/backstage-community-plugin-catalog-backend-module-keycloak-dynamic
disabled: false
# Scorecard backend
- package: 'oci://ghcr.io/redhat-developer/rhdh-plugin-export-overlays/red-hat-developer-hub-backstage-plugin-scorecard-backend:bs_1.45.3__2.3.5!red-hat-developer-hub-backstage-plugin-scorecard-backend'
disabled: false
# Scorecard backend module - GitHub
- package: 'oci://ghcr.io/redhat-developer/rhdh-plugin-export-overlays/red-hat-developer-hub-backstage-plugin-scorecard-backend-module-github:bs_1.45.3__2.3.5!red-hat-developer-hub-backstage-plugin-scorecard-backend-module-github'
disabled: false
# Scorecard backend module - Jira (disabled - requires JIRA_URL and JIRA_TOKEN)
- package: 'oci://ghcr.io/redhat-developer/rhdh-plugin-export-overlays/red-hat-developer-hub-backstage-plugin-scorecard-backend-module-jira:bs_1.45.3__2.3.5!red-hat-developer-hub-backstage-plugin-scorecard-backend-module-jira'
disabled: true
# Scorecard frontend
- package: 'oci://ghcr.io/redhat-developer/rhdh-plugin-export-overlays/red-hat-developer-hub-backstage-plugin-scorecard:bs_1.45.3__2.3.5!red-hat-developer-hub-backstage-plugin-scorecard'
disabled: false
pluginConfig:
dynamicPlugins:
frontend:
red-hat-developer-hub.backstage-plugin-scorecard:
entityTabs:
- path: '/scorecard'
title: Scorecard
mountPoint: entity.page.scorecard
mountPoints:
- mountPoint: entity.page.scorecard/cards
importName: EntityScorecardContent
config:
layout:
gridColumn: 1 / -1
if:
allOf:
- isKind: component

3 changes: 2 additions & 1 deletion config/rhdh-secrets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ stringData:
KEYCLOAK_LOGIN_REALM: $KEYCLOAK_LOGIN_REALM
KEYCLOAK_REALM: $KEYCLOAK_REALM
KEYCLOAK_CLIENT_ID: $KEYCLOAK_CLIENT_ID
KEYCLOAK_CLIENT_SECRET: $KEYCLOAK_CLIENT_SECRET
KEYCLOAK_CLIENT_SECRET: $KEYCLOAK_CLIENT_SECRET
GH_BOT_PAT: $GH_BOT_PAT