Skip to main content

5 docs tagged with "secret"

View all tags

Manage secrets using Azure Keyvault

Your development organization may choose to integrate with an external secrets management tool to support the secure management of secrets. While you can choose to manage sensitive key/value pairs for environment-specific information using internal encrypted dictionaries. Deploy also supports integration with the Azure Key Vault service to manage and inject secrets into Deploy. The API-based integration with Azure Key Vault enables you to define, manage, and use key vault as an external data source for secret storage.

Manage secrets using CyberArk Conjur

This topic explains how to integrate Deploy with CyberArk Conjur to dynamically retrieve secrets — such as service account usernames and passwords — at deploy time. Deploy never stores or caches secrets from Conjur; they are fetched live from the Conjur API during each deployment or infrastructure lookup.

Manage secrets using HashiCorp Vault

This plugin may appear to fail the JDK 17 compatibility test that runs as part of the Plugin Manager. This result can be safely ignored it does not impact the plugin's functionality or the supported runtime environments.

Manage secrets using the simple lookup value provider

This topic describes how to establish a simple lookup provider for secrets and password fields used with certain CIs. You can use the simple lookup provider to reference and resolve a key/value pair stored in Deploy (as opposed to an external secrets management tool such as HashiCorp Vault or CyberArk Conjur).

Using Secret References in CR

This topic illustrates how to replace the CR values that are in clear-text format in the CR with the secret references.