Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 18 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# Introduction
# Harness IDP Workshop

Starter kit for a Harness IDP Workshop
A starter repository for hands-on [Harness Internal Developer Portal](https://developer.harness.io/docs/internal-developer-portal) workshops. Participants use this repo to learn how to model software components, systems, and create self-service workflows in Harness IDP.

## What You'll Learn

- **Software Catalog** — Model services and systems using `catalog-info.yaml` descriptors and understand entity relationships (`dependsOn`, `system`).
- **Self-Service Workflows** — Build IDP Workflow templates that trigger Harness pipelines to scaffold new repositories and onboard applications.
- **Scorecards** — Define and track service maturity scorecards to measure production readiness, security posture, and documentation coverage across your catalog.

## Getting Started

1. **Fork or import** this repository into your Harness project.
2. **Customize** the placeholder values (`yournamehere`, `change-value`) with your own identifiers.
3. **Set up a Workflow** using `onboard-new-app.yaml` as an IDP Workflow template.

## Resources

- [Harness IDP Documentation](https://developer.harness.io/docs/internal-developer-portal)
Loading