Troubleshooting

Use the following information to help resolve issues that you might encounter when using the GitLab integration with Secret Server.

Secrets Do Not Appear in the Pipeline

Causes

  • The account specified by DPSS_CLIENT_ID does not have access to the secret.
  • The DELINEA_RETRIEVE variable contains invalid JSON.

Resolution

  • Verify permissions: Ensure that the account specified by DPSS_CLIENT_ID has Read access to the referenced SecretPath or SecretID.
  • Verify JSON syntax: Ensure that the DELINEA_RETRIEVE variable is a valid JSON array. Missing commas, brackets, or quotation marks can cause the integration to fail.