Skip to main content

DelineaDSV

This Integration is part of the Delinea DevOps Secrets Vault Pack.#

Supported versions

Supported Cortex XSOAR versions: 6.0.0 and later.

Manage credentials for applications, databases, CI/CD tools, and services without causing friction in the development process. This integration was integrated and tested with version 1.37.0 of DelineaDSV

Configure DelineaDSV on Cortex XSOAR#

  1. Navigate to Settings > Integrations > Servers & Services.

  2. Search for DelineaDSV.

  3. Click Add instance to create and configure a new integration instance.

    ParameterRequired
    Server URL (e.g. https://example.com)True
    Trust any certificate (not secure)False
    Use system proxy settingsFalse
    Client IDTrue
    Client SecretTrue
  4. Click Test to validate the URLs, token, and connection.

Commands#

You can execute these commands from the Cortex XSOAR CLI, as part of an automation, or in a playbook. After you successfully execute a command, a DBot message appears in the War Room with the command details.

dsv-secret-get#


Getting a secret fom DSV

Base Command#

dsv-secret-get

Input#

Argument NameDescriptionRequired
nameSecret name for DSV.Required

Context Output#

PathTypeDescription
secretStringReceived JSON object secret

Command Example#

!dsv-secret-get name="accounts/xsoar"

Context Example#

{
"DSV": {
"Secret": {
"attributes": {},
"created": "2022-05-17T10:55:41Z",
"createdBy": "users:thy-one:testuser@accessecm.com",
"data": {
"password": "XSOARPassword",
"username": "xsoar"
},
"description": "",
"id": "e88f725b-ff1c-4902-961e-fcdf3c7f712f",
"lastModified": "2022-05-17T10:55:41Z",
"lastModifiedBy": "users:thy-one:testuser@accessecm.com",
"path": "accounts:xsoar",
"version": "1"
}
}
}