Skip to main content
Version: 6.16.0

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:

  1. Navigate to your project in GitLab.
  2. Go to Settings > CI/CD > Token Access.
  3. 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):

  1. In your GitLab project, navigate to Settings > CI/CD > Variables.
  2. Verify that the NVD_API_KEY variable key and value exists.

Configure NeuVector API Key

For container vulnerability scanning:

  1. In your GitLab project, navigate to Settings > CI/CD > Variables.
  2. Verify that the NV_X_AUTH_APIKEY variable key and value exists.