The following plugin provides functionality available through Pipeline-compatible steps. Read more about how to integrate steps into your Pipeline in the Steps section of the Pipeline Syntax page.

For a list of other such plugins, see the Pipeline Steps Reference page.

Thycotic DevOps Secrets Vault Plugin

dsvSecret: VaultSecretStep

  • config
      Nested Object
    • credentialsId : String
    • tenant : String (optional)
    • tld : String (optional)
    • credentialId : String (optional)
  • secretPath : String (optional)
  • secretDataKey : String (optional)
  • credentialsId : String (optional)
  • tenant : String (optional)
  • tld : String (optional)

wrap([$class: 'VaultBuildWrapper']): Use Thycotic DevOps Secrets Vault Secrets

  • secrets (optional)
      Array / List of Nested Object
    • path : String
      The path (URL) of the secret e.g. /aws/us-east-1/server1
    • mappings
      A list of mappings from Secret data fields to environment variables
        Array / List of Nested Object
      • dataField : String
      • environmentVariable : String
    • credentialId : String (optional)
    • tenant : String (optional)
      The DevOps Secrets vault tenant is used to create the base URL i.e. tenant.secretservercloud.com
    • tld : String (optional)
      The DevOps Secrets vault top-level domain (TLD) is used to create the base URL i.e. mytenant.secretservercloud.tld

Was this page helpful?

Please submit your feedback about this page through this quick form.

Alternatively, if you don't wish to complete the quick form, you can simply indicate if you found this page helpful?

    


See existing feedback here.