code0-tech / sagittarius

The orchestrating backend for the Code0 application
4 stars 0 forks source link

Implement Runtimes #200

Closed Taucher2003 closed 1 week ago

Taucher2003 commented 1 month ago

Runtimes are either shared or belong to an organization (after #199 they belong to a namespace instead)

The runtime will define the token for authentication.

Additionally, runtimes can be assigned to projects. If a runtime is assigned to projects, it can only be used by these projects. If it is unassigned, every project in scope can use it.