Cloud customer?
Start for Free >
Upgrade in MyJFrog >
What's New in Cloud >







Overview

The JFrog Platform integration with HashiCorp Vault enables you to configure an external vault connector to use as a centralized secret management tool for the keys used to sign packages. The JFrog Platform integration with vault supports multiple signing key types, such as GPG or RSA used to sign packages or release bundles. This allows you to store JFrog Platform signing keys that are used for packages authentication in several formats such as Debian, Opkg and YUM or signing JFrog Distribution Release Bundles.

Vault integration provides you with capabilities such as:

  • Generate and manage the keys used to sign packages in a centralized tool if you have established security and compliance policies in your organization.
  • Rotate keys regularly, such as on a monthly or quarterly basis.
  • Maintain multiple secrets through a vault.

The HashiCorp Vault integration does not support HCP Vault.

How Does it Work?

As an administrator, you need to:

  • First set up HashiCorp Vault and create the relevant secrets, in this case, the signing keys, and store them in the vault. 
  • Configure the connector to vault from the JFrog Platform using the REST API or JFrog Platform. 
  • Provide the path and ID of the secrets for the relevant keys using the REST APIs or JFrog Platform to reference the signing keys from vault to the JFrog Platform.

To help you set up HashiCorp Vault to use with JFrog Artifactory, you may want to review this knowledge base article from JFrog Support.

WebUI Changes implemented in Artifactory 7.38.x and above

Security is now called Authentication Providers. All the relevant text and images on this page have been updated to reflect this change.

JFrog Subscription Levels

CLOUD (SaaS)
ENTERPRISE with SECURITY PACK ENTERPRISE+
SELF-HOSTED
ENTERPRISE X
ENTERPRISE+
Page Contents


Setting up HashiCorp Vault Connectors

WebUI Changes implemented in Artifactory 7.38.x and above

Security is now called Authentication Providers. All the relevant text and images on this page have been updated to reflect this change.

HashiCorp Vault connectors enable you to use a centralized secret management tool for the keys used to sign packages. 

To set up HashiCorp Vault connectors:

  1. In the JFrog Platform, navigate to Administration | Authentication Providers | HashiCorp Vault.

    JFrog Cloud New Interface (Beta)

    On the taskbar, click(Platform Configurations), and select Platform Security > Vault. To learn more, click here. 

    This opens the HashiCorp Vault Connectors window that displays the list of available connectors.

  2. Click +Add Connector.
    This opens the HashiCorp Vault window, 
    where you will configure a connector to your enterprise HashiCorp Vault to be used as a centralized secret management tool.
  3. The connector to the vault requires the following information:
    • URL: The base URL of the vault server.
    • Authentication: The authentication method used. For more information, see Hashicorp Vault Docs.
    • AppRole: Using a role ID and a secret ID.
    • TLS Certificate: Using a certificate and a private key.
    • Agent Auto-Auth: Using the vault agent running as a daemon.

      The Agent Auto-Auth method is only supported on Self-Hosted environments. 

    • Secret Engine (Mount): A mountable engine that stores or generates secrets in vault. Provide the following details:
      • Path: Secret engines are enabled at a "path" in vault. 
      • TypeVault supports several secret engines, each one has different capabilities. The supported secret engine types are KV-v1 and KV-v2.
  4. Before saving the connector, click Test Configuration to test and verify the configuration. 
  5. If the test is successful, click Save. The new connector will be displayed in the list of configured connectors together with its URL.

Connecting HashiCorp Vault to the JFrog Platform Using REST API

Connect the HashiCorp Vault you set up to the JFrog Platform by running the Vault Configuration REST API. The connector to the vault requires the information detailed above (in the UI setup).


Retrieving Signing Keys from HashiCorp Vault

To be able to retrieve the signing keys from HashiCorp Vault, use the following REST API commands to define the HashiCorp Vault key aliases. Using the REST API, the signing keys can be either set inline, set as reference to Vault, or they can be deleted. 

Artifactory GPG and RSA Signing Keys

Use the Create Key Pair REST API to point the JFrog Platform to the GPG and RSA signing keys stored in the vault.

Trusted Keys

Use the Upload and Propagate GPG Signing Keys for Distribution REST API to to point the JFrog Platform to the GPG and RSA signing keys stored in the vault.


REST API Support

Vault integration can be done with the following REST API endpoints :

  • No labels
Copyright © 2023 JFrog Ltd.