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_IDdoes not have access to the secret. -
The
DELINEA_RETRIEVEvariable contains invalid JSON.
Resolution
-
Verify permissions: Ensure that the account specified by
DPSS_CLIENT_IDhas Read access to the referencedSecretPathorSecretID. -
Verify JSON syntax: Ensure that the
DELINEA_RETRIEVEvariable is a valid JSON array. Missing commas, brackets, or quotation marks can cause the integration to fail.