Service accounts are specialized accounts that use API keys to access Sideko resources. These keys have permissions that you define, allowing them to perform specific actions on your behalf. This is particularly useful for automating processes in CI/CD environments, where you need secure, programmatic access to your Sideko projects.
You can create and manage service accounts through the Sideko UI. Follow these steps to set up a service account:
Navigate to Service Accounts:
Create a New Service Account:
Assign Permissions:
Service accounts are ideal for CI/CD automation, allowing you to integrate Sideko seamlessly into your workflows.
Add the API key to your CI/CD tool’s environment variables. This ensures the key is securely stored and not exposed in your codebase.
By using service accounts, you can automate your workflows securely and efficiently, making the most out of Sideko’s capabilities without compromising your personal credentials.