platform-orchestrator-cp

module
v1.0.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 23, 2026 License: EUPL-1.2

README

Stellwerk Platform Orchestrator Control Plane

The control-plane service for the Stellwerk Platform Orchestrator. It manages organization configuration, including projects, environments, module definitions, rules, and providers.

Development

Requirements:

Go dependencies use the public Stellwerk module paths. No GitHub personal access token or private module configuration is supported. Until the dependent Stellwerk repositories publish their v1.0.0 releases, use a local Go workspace for development across those repositories.

Run the local checks with:

make install
make generate
make test-unit
go vet ./...
make lint

Run the integration suite with:

make test-integration
make clean

The integration environment uses public Stellwerk images from ghcr.io/stellwerk-labs and is generated with Score Compose.

To build only the control-plane image:

docker build -t platform-orchestrator-cp:local .

See make help for the complete target list.

Configuration

Configuration is read from environment variables. See internal/config/config.go for the complete schema and .env.template for a local template. Keep real credentials in an ignored .env file or an external secret store.

API

See openapi/spec.yaml for the API definition. Additional operational endpoints are:

Method Path Purpose
GET /alive Liveness probe
GET /health Readiness probe

Releases

Pushes to main run generation, unit tests, vet, lint, integration tests, and semantic release. A successful release publishes the multi-platform image as ghcr.io/stellwerk-labs/platform-orchestrator-cp:<version>.

Compatibility Identifiers

The repository and package ownership is Stellwerk, but the following platform-orchestrator identifiers are intentionally retained because they are runtime or API contracts rather than GitHub ownership:

  • service, workload, executable, environment-variable, and Kubernetes names such as platform-orchestrator-cp, platform-orchestrator-dp, and platform-orchestrator-iam
  • event types in the io.platform-orchestrator.* namespace
  • persisted Vault paths under /platform-orchestrator/
  • existing OIDC issuer and discovery settings

Changing these values requires a coordinated compatibility migration across deployed services and stored data. This OSS ownership migration does not change them.

License

Licensed under the European Union Public Licence 1.2.

Directories

Path Synopsis
cmd
server command
internal
api
Package api provides primitives to interact with the openapi HTTP API.
Package api provides primitives to interact with the openapi HTTP API.
model/mocks
Package mock_model is a generated GoMock package.
Package mock_model is a generated GoMock package.
opt
ref
vault/mocks
Package mock_vault is a generated GoMock package.
Package mock_vault is a generated GoMock package.
shared module

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL