kthcloud / go-deploy

Creation and management of resources on kthcloud
https://api.cloud.cbh.kth.se/deploy
MIT License
3 stars 1 forks source link

Auto deploy oauth-proxy per deployment #647

Closed pierrelefevre closed 3 months ago

pierrelefevre commented 4 months ago

Add a auth parameter to the deployment object like

{
   "auth": true
}

or take over the private toggle

{
   "visibility": "public|private|auth"
}

When auth, deploy a oauth proxy which only allows the deployment owner.

Further features