Providers Overview
Providers can be generically defined as connection information to use and manage external services using the Console.
The Mia-Platform Console supports providers with 3 different capabilities:
- Git Providers: allow users to manage repositories within their workspace;
- Secret Managers: allow users to securely store API keys, passwords, certificates, and other sensitive data;
- CI/CD (Continuous Integration and Continuous Delivery) Tools: allow users to automate one or more stages of the so-called CI/CD pipelines (which usually consist of commit, build, test, and deploy).
The following table shows the providers currently supported by the Console, grouped by capability:
Providers | type in data model | |
---|---|---|
Git Provider | GitLab | gitlab |
GitHub | github | |
Azure Repos | azure-devops | |
Bitbucket Server | bitbucket | |
Secret Manager | GitLab | gitlab |
Vault | vault | |
Azure Key Vault | azure-key-vault | |
CI/CD Tool | GitLab CI Runners | github-ci |
GitHub Actions | github-actions | |
Azure Pipelines | azure-pipelines | |
Jenkins | jenkins |
The supported version of the services are present in this table.