holos-run / holos

Holos - The Holistic platform manager
https://holos.run
Apache License 2.0
1 stars 0 forks source link

docs: add httpbin routes section to expose a service guide #239

Closed jeffmccune closed 1 week ago

jeffmccune commented 1 week ago

This patch adds the httpbin routes component. It's missing the Certificate component, the next step is to wire up automatic certificate management in the gateway configuration, which is a prime use case for holos. Similar to how we register components and namespaces, we'll register certificates.

This patch also adds the #Platform.Domain field to the user facing schema API. We previously stored the domain in the Model but it makes sense to lift it up to the Platform and have a sensible default value for it.

Another example of #237 needing to be addressed soon.

Closes: #234