
Security News
NIST Under Federal Audit for NVD Processing Backlog and Delays
As vulnerability data bottlenecks grow, the federal government is formally investigating NIST’s handling of the National Vulnerability Database.
@backstage/plugin-catalog-backend-module-backstage-openapi
Advanced tools
This module installs an entity provider that exports a single entity, your Backstage instance documentation, which merges as many backend plugins as you have defined in the config value catalog.providers.backstageOpenapi.plugins
.
To your new backend file, add:
backend.add(
import('@backstage/plugin-catalog-backend-module-backstage-openapi'),
);
Add a list of plugins and optional entity overrides to your config. For example:
catalog:
providers:
backstageOpenapi:
plugins:
- catalog
- events
- search
definitionFormat: 'yaml"' # Optional, defaults to 'json'
entityOverrides: # All optional
metadata:
name: 'my-name'
title: 'my title'
spec:
owner: 'my-team'
We will attempt to load each plugin's OpenAPI spec hosted at ${pluginRoute}/openapi.json
. These are automatically added if you are using @backstage/backend-openapi-utils
's createValidatedOpenApiRouter
.
FAQs
Unknown package
The npm package @backstage/plugin-catalog-backend-module-backstage-openapi receives a total of 1,487 weekly downloads. As such, @backstage/plugin-catalog-backend-module-backstage-openapi popularity was classified as popular.
We found that @backstage/plugin-catalog-backend-module-backstage-openapi demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 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.
Security News
As vulnerability data bottlenecks grow, the federal government is formally investigating NIST’s handling of the National Vulnerability Database.
Research
Security News
Socket’s Threat Research Team has uncovered 60 npm packages using post-install scripts to silently exfiltrate hostnames, IP addresses, DNS servers, and user directories to a Discord-controlled endpoint.
Security News
TypeScript Native Previews offers a 10x faster Go-based compiler, now available on npm for public testing with early editor and language support.