Coder Template management automation
Hello, I want to split template management responsibility between teams. To make this easier, I would like to automate the bootstrap process for a given template:
If I need a static token, I want to at least pre-generate it for the user and put it into the CI settings. My first question is therefore:
- create the template skeleton
- create a repository and push the skeleton
- create a pipeline definition
- push the initial skeleton
- setup access control
If I need a static token, I want to at least pre-generate it for the user and put it into the CI settings. My first question is therefore:
Is this endpoint capable to generate api-tokens for any user if I have the necessary permissions (user admin or owner): https://coder.com/docs/v2/latest/api/users#create-token-api-key ?
