Skip to content

Commit

Permalink
Merge pull request #1 from Kong/platform-work
Browse files Browse the repository at this point in the history
Platform work
  • Loading branch information
rspurgeon authored Jan 2, 2025
2 parents fd124b5 + 25080e3 commit 14741ff
Show file tree
Hide file tree
Showing 29 changed files with 1,996 additions and 239 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ go.work.sum
# env file
.env
koctl
.vscode/
.vscode/
31 changes: 30 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,33 @@ heavy development and the API and behavior are subject to change.**
* Add a System Account named `konnect-orchestrator`
* Assign the `konnect-orchestrator` account the `Organization Admin` role
* Create a new token for the `konnect-orchestrator` account and store locally
* Follow the example in [docs/examples/full.yaml](docs/examples/full.yaml) to setup your configuration
* Follow the example in [docs/examples/full.yaml](docs/examples/full.yaml) to
setup your configuration

## API Publication Logic

* The orchestrator will manage a folder structure in the
`platform.git` repo. This structure will contain assets
obtained from managed services, and potentially other generated assets
so that the Konnect / Kong environments can be managed declaratively
following a GitOps style process.

```txt
konnect
kong-financial
envs
dev
teams
core
services
KongFinancial
user
openapi.yaml
```

## Platform repo setup

* GH Actions need PR creation privileges
* The PR workflows are currently manually created in the repo, eventually by the orchestrator
* For now, add a `KONNECT_PAT` from a Konnect PAT

Loading

0 comments on commit 14741ff

Please sign in to comment.