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.

category: Authentication & Identity Management
provider: Delinea
commonfields:
  id: DelineaDSV
  version: -1
configuration:
- display: Server URL (e.g. https://example.com)
  name: url
  required: true
  type: 0
- display: Username
  name: client_id
  required: true
  type: 0
- display: Password
  name: client_secret
  required: true
  type: 4
- display: Trust any certificate (not secure)
  name: insecure
  type: 8
  required: false
- display: Use system proxy settings
  name: proxy
  type: 8
  required: false
description: Manage credentials for applications, databases, CI/CD tools, and services without causing friction in the development process.
display: DelineaDSV
name: DelineaDSV
script:
  commands:
  - arguments:
    - description: Secret name for DSV.
      name: name
      required: true
    description: Getting a secret fom DSV.
    name: dsv-secret-get
    outputs:
    - contextPath: secret
      description: Received JSON object secret.
      type: String
  dockerimage: demisto/python3:3.12.13.10116658
  runonce: false
  script: '-'
  subtype: python3
  type: python
tests:
- No tests (auto formatted)
fromversion: 6.0.0