This repository contains the credential creation scripts used during the installation of a Qovery cluster manager.
This repository hosts the shell scripts used to configure the necessary credentials for deploying Qovery on different cloud providers:
- GCP (Google Cloud Platform): Service account and IAM role creation script
- Azure: Service principal and custom role creation script
These scripts are automatically referenced and used during the Qovery cluster manager installation process.
.
├── scripts/
│ ├── create_credentials_azure.sh
│ └── create_credentials_gcp.sh
└── README.md
scripts/create_credentials_gcp.sh - Configures permissions and service accounts for GCP
scripts/create_credentials_azure.sh - Configures permissions and service principals for Azure
DO NOT RENAME THIS REPOSITORY
This repository is referenced by a DNS record pointing to get.qovery.com. The internal GitHub link is used to fetch the scripts during installation.
If you absolutely must rename the repository:
- Notify the team beforehand
- Update the corresponding DNS record
- Verify that all reference links are updated
These scripts are automatically downloaded and executed during the installation of a cluster manager via the Qovery console. They are generally not intended to be run manually.
For more information about Qovery installation, please consult the official documentation.