DelineaDSV

Manage credentials for applications, databases, CI/CD tools, and services without causing friction in the development process.

Authentication & Identity Management · Delinea DevOps Secrets Vault

Details

IDDelineaDSV
ProviderDelinea
CategoryAuthentication & Identity Management
From Version6.0.0
Docker Imagedemisto/python3:3.12.13.10116658
Supported ModulesAgentix XSIAM

README

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 in Cortex

Parameter Required
Server URL (e.g. https://example.com) True
Trust any certificate (not secure) False
Use system proxy settings False
Client ID True
Client Secret True

Commands

You can execute these commands from the 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 Name Description Required
name Secret name for DSV. Required

Context Output

Path Type Description
secret String Received 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"
        }
    }
}

Configuration parameters

  • url — Server URL (e.g. https://example.com) (required)
  • client_id — Username (required)
  • client_secret — Password (required)
  • insecure — Trust any certificate (not secure)
  • proxy — Use system proxy settings

Commands (1)

  • dsv-secret-get

    Getting a secret fom DSV.

## Delinea DevOps Storage Vault
Delinea DevOps Secrets Vault is a high velocity vault that centralizes secrets management, enforces access, and provides automated logging trails. This cloud-based solution is platform agnostic and designed to replace hard-coded credentials in applications, micro-services, DevOps tools, and robotic process automation. This vault ensures IT, DevOps and Security teams the speed and agility needed to stay competitive without sacrificing security.

### Configure Delinea DevOps
Please view documentation *[Quick Start](https://docs.delinea.com/dsv/1.0.0/quickstart/index.md)*

To use this integration, you must have a Delinea DSV account.

To configure an instance and use the integration, you must specify:

**Server URL** - URL Delinea DSV, for example https://test.secretsvaultcloud.eu

You must also provide valid credentials to log into Delinea DSV:

**Client ID** - Client id for client credentials grant type.

**Client Secret** - Client secret for client credentials grant type