⭐Backstage
This plugin is part of Pro and Enterprise plan only
Rely Migration Plugin for Backstage
Welcome to the rely-migration-plugin
for Backstage by Rely.io. This plugin seamlessly integrates with Backstage to export essential data to the Rely.io Identity Data Provider (IDP). It offers two modes of operation: a one-time data export via a dedicated endpoint, and an automated, scheduled data export using a cron job.
Feel free to reference the NPM package page for more detailed information.
Features
One-time Export: Easily migrate your data to Rely.io with a single API call.
Scheduled Export: Set up a cron job to regularly export data, ensuring continuous synchronization with Rely.io.
Installation
To get started with the Rely Migration Plugin, follow these installation steps:
Install the Plugin:
Create the Plugin File: In your Backstage backend, create a new file at
packages/backend/src/plugins/rely.ts
with the following content:Update the Backend Index: Modify
packages/backend/src/index.ts
to include the Rely plugin:Configure Proxy and Rely in
app-config.yaml
: Add the following configuration to yourapp-config.yaml
:
How to Use
One-time Export: Trigger the endpoint
<backstage-hostname>/api/rely/migrate
to start a one-time export.Scheduled Export: If the cron job is enabled in the configuration, the plugin will automatically export data at specified intervals.
Configuration Details
cron.enabled
: Enable or disable the cron job for scheduled exports.cron.schedule
: Define the cron schedule for automated data exports.entityFilters
: Specify filters for the entities to be exported. For more details on structuring these filters, refer to the Backstage EntityFilterQuery documentation.
Development and Local Testing
Running in the Backstage App: Start the Backstage app (
yarn start
at the root) and navigate to/rely-migration-plugin
.Isolated Plugin Development: Run
yarn start
in the plugin directory for faster iteration, startup, and hot reloads. This setup is intended for local development only.
Thank you for choosing Rely.io for your identity management solutions. We are committed to providing seamless integration and top-notch support for Backstage users. For any issues or contributions, please feel free to open an issue or pull request in our repository.
Last updated