Pillars of Creation Platform Configuration
To facilitate usage of the Pillars of Creation pipeline in your clusters, some initial configuration must be performed in GitLab by a platform administrator to allow the pipeline the necessary access to external services.
Configure Registry Token Variables
The container image requires access via CI tokens for registry authentication:
- Navigate to your project in GitLab.
- Go to Settings > CI/CD > Token Access.
- Verify that the necessary tokens are properly set up for registry access.
Configure NVD API Key
The pipeline utilizes the NVD_API_KEY
for dependency vulnerability checks (required if you are building the dependency-check
container image):
- In your GitLab project, navigate to Settings > CI/CD > Variables.
- Verify that the
NVD_API_KEY
variable key and value exists.
Configure NeuVector API Key
For container vulnerability scanning:
- In your GitLab project, navigate to Settings > CI/CD > Variables.
- Verify that the
NV_X_AUTH_APIKEY
variable key and value exists.