@seatgeek/backstage-plugin-gitlab-catalog-backend
TypeScript icon, indicating that this package has built-in type declarations

1.1.2 • Public • Published

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

This plugin offers catalog integrations for ingesting data from gitlab API.

npm latest version

Installation

Install the @seatgeek/backstage-plugin-gitlab-catalog-backend package in your backend package using the new backend:

# From your Backstage root directory
yarn add --cwd packages/backend @seatgeek/backstage-plugin-gitlab-catalog-backend

Add the following config to your app-config.yaml:

gitlabCatalog:
  host: ${GITLAB_HOST_CATALOG} # defaults to https://gitlab.com
  token: ${GITLAB_TOKEN_CATALOG}

Requires read_user scope with administrator level permissions to be able to view the email, see List Users (for administrators).

Processors

GitlabUserProcessor

Enriches existing User entities with information from Gitlab, notably the user's Gitlab ID, based on the user's .profile.email.

Installation

Add the following to your packages/backend/index.ts:

// in your imports
import { catalogModuleGitlabUserProcessor } from '@seatgeek/backstage-plugin-gitlab-catalog-backend';

// in your catalog modules
backend.add(catalogModuleGitlabUserProcessor);

Readme

Keywords

none

Package Sidebar

Install

npm i @seatgeek/backstage-plugin-gitlab-catalog-backend

Weekly Downloads

281

Version

1.1.2

License

Apache-2.0

Unpacked Size

16.8 kB

Total Files

5

Last publish

Collaborators

  • seatgeek