Coder.comC
Coder.com4y ago
2 replies
Scott

Can the Coder Server be a k8s service?

After the discussion yesterday here, I got to thinking. Is there a way to have the Coder Server be a "pure" k8s service instead of a final endpoint? In other words, a way to allow the API to be authenticated, but then user workflow is simply controlled by the client directly i.e. no user login. Coder would be part of a bigger overall system and calls to it would be trusted.

🤔

Basically, I believe the API would just need an API key from the client that can be fairly static to allow the client to control Coder.

Only administrators of the bigger system would have direct access to the Coder UI and Coder CLI for the purpose of creating and testing templates. I would guess we are getting into enterprise features. I'm just wondering if it's at all possible.

Scott
Was this page helpful?