1.1.7 • Published 4 months ago

@terasky/backstage-plugin-crossplane-permissions-backend v1.1.7

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
4 months ago

crossplane-permissions

Welcome to the crossplane-permissions backend plugin!

npm latest version

Description

The crossplane-permissions backend plugin for Backstage provides integration with Crossplane, enabling permission management and access control for Crossplane resources. This plugin leverages Backstage's permission framework to enforce policies and manage access to Crossplane resources.

Installation

To install and configure the crossplane-permissions backend plugin in your Backstage instance, follow these steps:

  • Add the package
    yarn --cwd packages/backend add @terasky/backstage-plugin-crossplane-permissions-backend
  • Add to backend (packages/backend/src/index.ts)
    backend.add(import('@terasky/backstage-plugin-crossplane-permissions-backend'));

Usage

Once installed and configured, the crossplane-permissions plugin will provide endpoints for managing permissions and access control for Crossplane resources. You can access these endpoints via the configured routes in your Backstage backend.

Contributing

Contributions are welcome! Please open an issue or submit a pull request on GitHub.

License

This project is licensed under the Apache-2.0 License.