![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
@get-dx/backstage-backend-plugin
Advanced tools
Backstage backend plugin for DX! https://getdx.com
DX Backstage plugin to automatically sync your Backstage data to DX Data Cloud.
v2 of this plugin supports the new backend system first, and deprecates support for the old backend system which will be removed in a future.
yarn add @get-dx/backstage-backend-plugin
# app-config.yaml
proxy:
endpoints:
"/dx":
target: ${DX_API_HOST_URL}
headers:
Authorization: Bearer ${DX_API_TOKEN}
packages/backend/src/index.ts
file, make the following changes: import { createBackend } from '@backstage/backend-defaults';
const backend = createBackend();
// ... other feature additions
+ backend.add(import('@get-dx/backstage-backend-plugin'));
backend.start();
Optionally set catalogSyncAllowedKinds
to only send specific kinds of entities to DX.
# app-config.yaml
dx:
catalogSyncAllowedKinds: [API, Component, User, Group]
You may optionally configure a schedule for the task that matches a TaskScheduleDefinition
,
only each key is optional —
# app-config.yaml
dx:
schedule:
frequency:
minutes: 45
The default schedule in TaskScheduleDefinition
format is —
Property | Value |
---|---|
frequency | { hours: 1 } |
timeout | { minutes: 2 } |
initialDelay | { seconds: 3 } |
scope | 'global' |
Optionally set appId
to distinguish multiple instances of backstage within DX. Can be any string as long as it's unique within your DX account.
# app-config.yaml
dx:
appId: staging
Optionally set disableCatalogSync
to disable running the software catalog sync scheduled task.
This can be helpful for local development or when running multiple environments of backstage, such as dev, staging, prod.
# app-config.yaml
dx:
disableCatalogSync: true
FAQs
Backstage backend plugin for DX! https://getdx.com
The npm package @get-dx/backstage-backend-plugin receives a total of 168 weekly downloads. As such, @get-dx/backstage-backend-plugin popularity was classified as not popular.
We found that @get-dx/backstage-backend-plugin 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.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.