An open API service indexing awesome lists of open source software.

https://github.com/harness/backstage-plugins

Backstage Plugins for Harness Modules
https://github.com/harness/backstage-plugins

Last synced: 4 months ago
JSON representation

Backstage Plugins for Harness Modules

Awesome Lists containing this project

README

          

# Harness Plugins for [Backstage](https://backstage.io)

![Harness gif](./docs/assets/hero-animation_desktop.gif)

[![License Apache](https://img.shields.io/badge/License-Apache%202.0-blue)](https://github.com/harness/backstage-plugins/blob/main/LICENSE.md)
[![Join Slack](https://img.shields.io/badge/Join-Slack-green)](https://join.slack.com/t/harnesscommunity/shared_invite/zt-1k5lupmly-No89okNhRnhBSWQa1o69_Q)

## About

This project consists of Backstage plugins to integrate with [Harness](https://harness.io) modules on the [Backstage.io](https://backstage.io). If you are a Harness user and have an Internal Developer Portal (IDP) built on the open source Backstage framework, try out our plugins for a seamless Developer Experience for your developers.

Harness plugins for Backstage is an Open Source project. Note that this project is not part of the commercial Harness Platform and hence makes no SLA committments with respect to new feature delivery and/or bug fixes. We recommend filing new Issues on this project, brainstorm designs in there and then follow up with your own Pull requests that we will review and merge. If this process does not work for any reason, we recommend forking the project and maintain your own fork thereafter.

## How to use?

Check out the plugin specific installation instructions.

| Harness Module | Description | Documentation |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------ | -------------------------------------------------------- |
| [Harness CI logo CI](https://harness.io/products/continuous-integration) and [Harness CD logo CD](https://harness.io/products/continuous-delivery) | View builds and pipeline executions for your services. | 📘 [Installation instructions](./plugins/harness-ci-cd/) |
| [Feature flags logo Feature Flags](https://harness.io/products/feature-flags) | View list of Feature Flags | 📘 [Installation instructions](./plugins/harness-feature-flags/) |
[FME logo FME Feature Flags](https://www.harness.io/products/feature-management-experimentation) | View list of FME Feature Flags | 📘 [Installation instructions](./plugins/harness-fme-feature-flags/) |
[Chaos engineering logo Chaos Engineering](https://harness.io/products/chaos-engineering) | View list of Chaos Experiments | 📘 [Installation instructions](./plugins/harness-chaos/) |
[SRM logo Service Reliability Management](https://www.harness.io/products/service-reliability-management) | Tracks the defined SLOs and Error Budgets | 📘 [Installation instructions](./plugins/harness-srm/) |
[IACM logo Infrastructure as Code Management](https://www.harness.io/products/infrastructure-as-code-management) | Overview of all the resources provisioned | 📘 [Installation instructions](./plugins/harness-iacm/) |
[CCM logo Cloud Cost Management](https://www.harness.io/products/infrastructure-as-code-management) | Manage and Optimize cloud costs | 📘 [Installation instructions](./plugins/harness-ccm/) |

## Contributor License Agreement

In order to clarify the intellectual property license granted with Contributions from any person or entity, Harness Inc. ("Harness") must have a Contributor License Agreement ("CLA") on file that has been read and followed by each contributor, indicating an agreement to the license terms [here](Contributor_License_Agreement.md). This license is for your protection as a Contributor as well as the protection of Harness; it does not change your rights to use your own Contributions for any other purpose.

## Contributing

Check out our [contributing guide](./docs/Contributing.md) if you would like to contribute suggestions or pull requests.

## Contact

If you would like to chat with us, join the [Harness Community Slack channel](https://join.slack.com/t/harnesscommunity/shared_invite/zt-1k5lupmly-No89okNhRnhBSWQa1o69_Q) and ask a question!

## Roadmap

| Harness Module | Description | Status |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | --------------------------------------------------------- | -------------- |
| [Harness CI logo CI](https://harness.io/products/continuous-integration) and [Harness CD logo CD](https://harness.io/products/continuous-delivery) | View builds and pipeline executions for your services. | ✅ Launched |
| [Cloud cost management logo Cloud Cost Management](https://harness.io/products/cloud-cost) | Manage and Optimize cloud costs | ✅ Launched |
| [Feature flags logo Feature Flags](https://harness.io/products/feature-flags) | View list of Feature Flags set in the project. | ✅ Launched |
| [Chaos engineering logo Chaos Engineering](https://harness.io/products/chaos-engineering) | Improve application resiliency and reduce costly downtime | ✅ Launched |
| [STO logo Security Testing Orchestration](https://harness.io/products/security-testing-orchestration) | Shift-left application security | ⏳ Coming soon |
| [SRM logo Service Reliability Management](https://harness.io/products/service-reliability-management) | SLO-driven software delivery | ✅ Launched |
| [SEI logo Software Engineering Insights](https://www.harness.io/products/software-engineering-insights) | Improve Engineering Results with Data-Driven Decisions delivery | ⏳ Coming soon |

## Code of Conduct

All users and contributors of the Harness community should adhere to the following [Code of Conduct](https://github.com/harness/community/blob/main/CODE_OF_CONDUCT.md)!

## Communication

Refer [Harness Community Communications Guide](https://github.com/harness-community/overview/blob/main/community_communication_guide.rst) to interact with the wider community users/contributors, join slack workgroups to get help/help other users and create topics in [community.harness.io](https://community.harness.io/).

## Security

Please report sensitive security issues via [harness.io/security](https://harness.io/security) rather than GitHub.

### License

Apache License 2.0. See [COPYING](LICENSE.md) for more information.

### Issues
If you encounter an issue with [node gyp](https://www.npmjs.com/package/node-gyp), the following command on mac resolved it for me
```
brew install python-setuptools
```