
Research
/Security News
Toptal’s GitHub Organization Hijacked: 10 Malicious Packages Published
Threat actors hijacked Toptal’s GitHub org, publishing npm packages with malicious payloads that steal tokens and attempt to wipe victim systems.
@seatgeek/backstage-plugin-gitlab-catalog-backend
Advanced tools
This plugin offers catalog integrations for ingesting data from gitlab API.
This plugin offers catalog integrations for ingesting data from gitlab API.
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).
GitlabUserProcessor
Enriches existing User
entities with information from Gitlab, notably the user's Gitlab ID, based on the user's .profile.email
.
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);
FAQs
This plugin offers catalog integrations for ingesting data from gitlab API.
The npm package @seatgeek/backstage-plugin-gitlab-catalog-backend receives a total of 35 weekly downloads. As such, @seatgeek/backstage-plugin-gitlab-catalog-backend popularity was classified as not popular.
We found that @seatgeek/backstage-plugin-gitlab-catalog-backend demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
/Security News
Threat actors hijacked Toptal’s GitHub org, publishing npm packages with malicious payloads that steal tokens and attempt to wipe victim systems.
Research
/Security News
Socket researchers investigate 4 malicious npm and PyPI packages with 56,000+ downloads that install surveillance malware.
Security News
The ongoing npm phishing campaign escalates as attackers hijack the popular 'is' package, embedding malware in multiple versions.