Questions tagged [backstage]

Backstage is an open platform for building developer portals. This tag should be used for questions seeking help with integrating with the Backstage API.

Backstage is an open platform for building developer portals. Powered by a centralized service catalog, Backstage restores order to your microservices and infrastructure and enables your product teams to ship high-quality code quickly — without compromising autonomy.
Backstage unifies all your infrastructure tooling, services, and documentation to create a streamlined development environment from end to end.

Out of the box, Backstage includes:

  • Backstage Service Catalog for managing all your software (microservices, libraries, data pipelines, websites, ML models, etc.)

  • Backstage Software Templates for quickly spinning up new projects and standardizing your tooling with your organization’s best practices

  • Backstage TechDocs for making it easy to create, maintain, find, and use technical documentation, using a "docs like code" approach

  • Plus, a growing ecosystem of open source plugins that further expand Backstage’s customizability and functionality

Backstage and the CNCF
Backstage is a CNCF Sandbox project. Read the announcement here.

Useful Links

84 questions
1
vote
1 answer

How to enable sign-in with Google on Backstage?

On Backstage, after following all the steps on https://backstage.io/docs/auth/google/provider, I get the message "The Google provider is not configured to support sign-in" after going through the Google SSO interface. If I understood correctly, I…
Diogo Melo
  • 1,735
  • 3
  • 20
  • 29
1
vote
1 answer

How do we deploy the Backstage App in AWS? What is the deployment architecture work flow?

I am looking how to deploy the backstage in AWS? I want to know and understand what we have to do if we want to use service catalog of back stage? do we need to write code any back end services, to use service catalog plug-in Do we need to create…
CSKR
  • 101
  • 1
  • 8
0
votes
0 answers

YAML Configuration to Unzip a folder and pick a file

I need to configure YAML such that it returns the file for example, Here is a good scenario, definition: $text: https://github.com/github/rest-api-description/blob/main/descriptions/api.github.com/api.github.com.2022-11-28.json But Sometimes I have…
0
votes
0 answers

How to add dropdown/nested menu in backstage table

I need some help on Backstage.io I created a plugin that has a table in it. I created it using Backstage table library. Now I want to add a nested menu/details in each row. So far I didn't find any documentation from Backstage itself. How do you add…
0
votes
0 answers

Backstage Authorization with Azure AD

I have a fresh Backstage setup where I have configured with Azure AD and working fine. This is the Authentication part. Authentication is done Now my problem is, Is it possible to map the Azure AD group permissions with Backstage, so the…
Jananath Banuka
  • 2,951
  • 8
  • 57
  • 105
0
votes
0 answers

backstage plugin-stack-overflow set up and demo

pick of the error we are getting so I recently trying to up skill myself in the backstage plug-in environments. but keep running into problems with setting up and using some of the plugins mainly the stackoverflow one …
0
votes
0 answers

Conditionally add fields to steps in backstage scaffolder template

how can I add optional fields to a step based on if user has provided an input parameter? I'm not looking for an entire step to be skipped but only one parameter. In the following example, I want to add collaborators section in the publish:github…
Manu Viswam
  • 1,606
  • 2
  • 18
  • 33
0
votes
1 answer

Sending Spotify Backstage logs to a fluentd server

I'm evaluating the usage of Spotify Backstage. Looking at the documentation, I see that it uses the winston library for logging. Do you know if there is a way to send these logs to a fluentd server? and if so, how can I do it?
Salvatore Calla'
  • 113
  • 2
  • 16
0
votes
1 answer

SCMintegration in scafold backend

I upgrade to the latest version of @backstage/plugin-scaffolder-backend at 1.15.0. Seemed to broke my code. I can't seem to understand why the code is broken. It breaks on integrations: integrations, I get the follow:…
0
votes
0 answers

Backstage - getting error while running both frontend and backend using docker-compose

I have been trying to run the frontend, backend and postgres using docker-compose. I am able to successfully build the backstage image following https://github.com/Rugvip/backstage-prod-diff/blob/master/DIFF.md . but when i run it using…
0
votes
0 answers

I am getting a catalog error GithubOrgEntityProvider when trying to pull user data from GitHub in Backstage

I am working on a Backstage application which brings in users from our organization in GitHub. For some reason I am the only person on my team receiving this error catalog error GithubOrgEntityProvider:development refresh failed terminated Everyone…
0
votes
1 answer

Issue creating the backstage app using npx @backstage/create-app

I'm trying to create a backstage application using the following command npx @backstage/create-app, but everytime I get the following error: @backstage/create-app requires Yarn v1, found '3.2.3' Any idea on how to solve this issue?
Salvatore Calla'
  • 113
  • 2
  • 16
0
votes
0 answers

Does @backstage/plugin-api-docs display required properties in openapi document

Backstage UI is not displaying required properties in openapi document even though, i can see required properties in raw yaml. I am using defualt @backstage/plugin-api-docs .Is there a way to display required properties?
Jimm
  • 8,165
  • 16
  • 69
  • 118
0
votes
0 answers

Why is Backstage's Search plugin breaks when introducing a Middleware?

Following this documentation, I have protected the Software Catalogue endpoint with a Middleware, so you have to login via OKTA in order to see the Software Catalogue. However, that broke the Search plugin, which is running on the Backend, trying to…
Mr.Fireman
  • 514
  • 1
  • 5
  • 16
0
votes
0 answers

Need to customize catalog listing and filter in backstage

I want some help on backstage.io. When I open UI of backstage on my local it shows me the catalog page. On the catalog page, I see the listing of my components and left-hand side of the same I see a panel for data filtering with few dropdowns. I…
user3170450
  • 375
  • 3
  • 20