For the complete documentation index, see llms.txt. This page is also available as Markdown.

Infrastructure as Code Management

View the IACM workspaces and provisioned resources

Plugin details

Created by

Harness

Category

Infrastructure

Source

Type

Open-source plugin

Configuration

Application configuration YAML

No action required

This plugin requires a backend proxy configuration to make calls to Harness APIs with authentication. The following configuration is set by default and you do not need to change anything:

proxy:
  "/harness/prod":
    target: "https://app.harness.io/"
    pathRewrite:
      "/api/proxy/harness/prod/?": "/"
    allowedHeaders:
      - authorization

Secrets

No secrets are required for this plugin because both IDP and IACM are part of the Harness software delivery platform.

Delegate proxy

No action required

This plugin does not require a delegate proxy to be set up.

Layout

No action required

This plugin exports a UI tab that you can use as a new IACM tab for workspaces or for any other layout page. The following configuration is set by default in Layout under Configure for Service and you do not need to change anything:

Also, you could add a conditional like isHarnessIacmAvailable which is met when harness.io/workspace-url annotation is present in the software component's catalog-info.yaml definition file.

The IACM plugin displays comprehensive workspace information including:

  • Resources: All provisioned infrastructure resources (VMs, databases, networks, etc.)

  • Data Sources: External data referenced by the workspace

  • Outputs: Exported values from the workspace state

Annotations

Set the harness.io/workspace-url annotation in its catalog-info.yaml definition file to configure the plugin for a service in the software catalog.

The URL must point to the IaCM workspace in Harness.

Support

The plugin is owned by Harness and managed in the Harness plugins repository as an open-source project. Create a GitHub issue to report bugs or suggest new features for the plugin.

Last updated

Was this helpful?