diff --git a/api/v1alpha3/zz_generated.deepcopy.go b/api/v1alpha3/zz_generated.deepcopy.go index 6613a8896..b315b789e 100644 --- a/api/v1alpha3/zz_generated.deepcopy.go +++ b/api/v1alpha3/zz_generated.deepcopy.go @@ -5,7 +5,7 @@ package v1alpha3 import ( - v1 "k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1" + "k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" runtime "k8s.io/apimachinery/pkg/runtime" ) diff --git a/api/v1alpha4/zz_generated.deepcopy.go b/api/v1alpha4/zz_generated.deepcopy.go index 9c86c46ee..c9c126a0f 100644 --- a/api/v1alpha4/zz_generated.deepcopy.go +++ b/api/v1alpha4/zz_generated.deepcopy.go @@ -5,7 +5,7 @@ package v1alpha4 import ( - v1 "k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1" + "k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" runtime "k8s.io/apimachinery/pkg/runtime" ) diff --git a/api/v1alpha5/zz_generated.deepcopy.go b/api/v1alpha5/zz_generated.deepcopy.go index bd2d60544..9e8b769c9 100644 --- a/api/v1alpha5/zz_generated.deepcopy.go +++ b/api/v1alpha5/zz_generated.deepcopy.go @@ -5,7 +5,7 @@ package v1alpha5 import ( - v1 "k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1" + "k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" runtime "k8s.io/apimachinery/pkg/runtime" ) diff --git a/bundle/backstage.io/manifests/backstage-operator.clusterserviceversion.yaml b/bundle/backstage.io/manifests/backstage-operator.clusterserviceversion.yaml index 83da400c8..8149ee1a6 100644 --- a/bundle/backstage.io/manifests/backstage-operator.clusterserviceversion.yaml +++ b/bundle/backstage.io/manifests/backstage-operator.clusterserviceversion.yaml @@ -35,7 +35,7 @@ metadata: } } ] - createdAt: "2026-03-18T14:42:37Z" + createdAt: "2026-03-23T14:03:48Z" description: Backstage Operator operators.operatorframework.io/builder: operator-sdk-v1.37.0 operators.operatorframework.io/project_layout: go.kubebuilder.io/v4 diff --git a/bundle/rhdh/manifests/backstage-operator.clusterserviceversion.yaml b/bundle/rhdh/manifests/backstage-operator.clusterserviceversion.yaml index 0cfc2f210..07c80310e 100644 --- a/bundle/rhdh/manifests/backstage-operator.clusterserviceversion.yaml +++ b/bundle/rhdh/manifests/backstage-operator.clusterserviceversion.yaml @@ -39,7 +39,7 @@ metadata: categories: Developer Tools certified: "true" containerImage: registry.redhat.io/rhdh/rhdh-rhel9-operator:1.10 - createdAt: "2026-03-18T14:42:38Z" + createdAt: "2026-03-23T14:03:49Z" description: Red Hat Developer Hub is a Red Hat supported version of Backstage. It comes with pre-built plug-ins and configuration settings, supports use of an external database, and can help streamline the process of setting up a self-managed diff --git a/bundle/rhdh/manifests/rhdh-default-config_v1_configmap.yaml b/bundle/rhdh/manifests/rhdh-default-config_v1_configmap.yaml index 0d2e83a8a..e144d905c 100644 --- a/bundle/rhdh/manifests/rhdh-default-config_v1_configmap.yaml +++ b/bundle/rhdh/manifests/rhdh-default-config_v1_configmap.yaml @@ -1,33 +1,15 @@ apiVersion: v1 data: - app-config.yaml: | - apiVersion: v1 - kind: ConfigMap - metadata: - name: my-backstage-config-cm1 # placeholder for -default-appconfig - data: - default.app-config.yaml: | - ########################################################################################################### - # /!\ WARNING - # - # This is the default app-config file created and managed by the Operator for your CR. - # Do NOT edit this manually in the Cluster, as your changes will be overridden by the Operator upon the - # next reconciliation. - # If you want to customize the application configuration, you should create your own app-config ConfigMap - # and reference it in your CR. - # See https://docs.redhat.com/en/documentation/red_hat_developer_hub/1.4/html/configuring/provisioning-and-using-your-custom-configuration#provisioning-your-custom-configuration - # for more details. - ########################################################################################################### - backend: - auth: - externalAccess: - - type: legacy - options: - subject: legacy-default-config - # This is a default value, which you should change by providing your own app-config - secret: "pl4s3Ch4ng3M3" - auth: - providers: {} + app-config.yaml: "apiVersion: v1\nkind: ConfigMap\nmetadata:\n name: my-backstage-config-cm1 + # placeholder for -default-appconfig\ndata:\n default.app-config.yaml: |\n + \ ###########################################################################################################\n + \ # /!\\ WARNING\n #\n # This is the default app-config file created and + managed by the Operator for your CR.\n # Do NOT edit this manually in the Cluster, + as your changes will be overridden by the Operator upon the\n # next reconciliation.\n + \ # If you want to customize the application configuration, you should create + your own app-config ConfigMap\n # and reference it in your CR.\n # See https://docs.redhat.com/en/documentation/red_hat_developer_hub/1.4/html/configuring/provisioning-and-using-your-custom-configuration#provisioning-your-custom-configuration\n + \ # for more details.\n ###########################################################################################################\n + \ auth:\n environment: development\n providers: \n {}\n" db-secret.yaml: |- apiVersion: v1 kind: Secret diff --git a/config/profile/rhdh/default-config/app-config.yaml b/config/profile/rhdh/default-config/app-config.yaml index c438f9452..005b6da1a 100644 --- a/config/profile/rhdh/default-config/app-config.yaml +++ b/config/profile/rhdh/default-config/app-config.yaml @@ -15,13 +15,7 @@ data: # See https://docs.redhat.com/en/documentation/red_hat_developer_hub/1.4/html/configuring/provisioning-and-using-your-custom-configuration#provisioning-your-custom-configuration # for more details. ########################################################################################################### - backend: - auth: - externalAccess: - - type: legacy - options: - subject: legacy-default-config - # This is a default value, which you should change by providing your own app-config - secret: "pl4s3Ch4ng3M3" auth: - providers: {} + environment: development + providers: + {} diff --git a/dist/rhdh/install.yaml b/dist/rhdh/install.yaml index 77f75f01e..4be948306 100644 --- a/dist/rhdh/install.yaml +++ b/dist/rhdh/install.yaml @@ -1813,34 +1813,16 @@ subjects: --- apiVersion: v1 data: - app-config.yaml: | - apiVersion: v1 - kind: ConfigMap - metadata: - name: my-backstage-config-cm1 # placeholder for -default-appconfig - data: - default.app-config.yaml: | - ########################################################################################################### - # /!\ WARNING - # - # This is the default app-config file created and managed by the Operator for your CR. - # Do NOT edit this manually in the Cluster, as your changes will be overridden by the Operator upon the - # next reconciliation. - # If you want to customize the application configuration, you should create your own app-config ConfigMap - # and reference it in your CR. - # See https://docs.redhat.com/en/documentation/red_hat_developer_hub/1.4/html/configuring/provisioning-and-using-your-custom-configuration#provisioning-your-custom-configuration - # for more details. - ########################################################################################################### - backend: - auth: - externalAccess: - - type: legacy - options: - subject: legacy-default-config - # This is a default value, which you should change by providing your own app-config - secret: "pl4s3Ch4ng3M3" - auth: - providers: {} + app-config.yaml: "apiVersion: v1\nkind: ConfigMap\nmetadata:\n name: my-backstage-config-cm1 + # placeholder for -default-appconfig\ndata:\n default.app-config.yaml: |\n + \ ###########################################################################################################\n + \ # /!\\ WARNING\n #\n # This is the default app-config file created and + managed by the Operator for your CR.\n # Do NOT edit this manually in the Cluster, + as your changes will be overridden by the Operator upon the\n # next reconciliation.\n + \ # If you want to customize the application configuration, you should create + your own app-config ConfigMap\n # and reference it in your CR.\n # See https://docs.redhat.com/en/documentation/red_hat_developer_hub/1.4/html/configuring/provisioning-and-using-your-custom-configuration#provisioning-your-custom-configuration\n + \ # for more details.\n ###########################################################################################################\n + \ auth:\n environment: development\n providers: \n {}\n" db-secret.yaml: |- apiVersion: v1 kind: Secret diff --git a/examples/pvc-dp-cache.yaml b/examples/pvc-dp-cache.yaml index bcbd62e06..17bbeb74d 100644 --- a/examples/pvc-dp-cache.yaml +++ b/examples/pvc-dp-cache.yaml @@ -38,13 +38,6 @@ data: disabled: false - package: ./dynamic-plugins/dist/backstage-plugin-techdocs-module-addons-contrib disabled: true - # Group: Marketplace - - package: ./dynamic-plugins/dist/red-hat-developer-hub-backstage-plugin-catalog-backend-module-marketplace-dynamic - disabled: false - - package: ./dynamic-plugins/dist/red-hat-developer-hub-backstage-plugin-marketplace-backend-dynamic - disabled: false - - package: ./dynamic-plugins/dist/red-hat-developer-hub-backstage-plugin-marketplace - disabled: false # Homepage - package: ./dynamic-plugins/dist/red-hat-developer-hub-backstage-plugin-dynamic-home-page @@ -95,5 +88,3 @@ spec: application: dynamicPluginsConfigMapName: dynamic-plugins - -