Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents
minLevel1
maxLevel1
include
outlinefalse
indent
exclude
typeflat
separatorbrackets
class
printablefalse

...

  • Introducing Secrets Cache support for Secrets Management that minimizes latency resulting from fluctuating requests to all the Supported Secrets Management providers.

  • Support for Git Lab Integration with your Org.

  • Connectivity to on-premises GitHub Enterprise Servers (GHES). You can now configure the new app gateway to connect your Groundplex to your on-premises GHES host. Previously, connectivity required IP filtering on requests to GHES from the SnapLogic Control Plane or endpoint restrictions, where a limited subset of API endpoints was available.

  • Support for Secrets Management using Azure Key Vault. In this release, we support only:

    • Secrets are stored in the Azure Key Vault and not keys and certificates.

    • Managed identity-based authentication on the Azure Active Directory (Azure AD): System-assigned identities and User-assigned identities.

  • Snaplex node crashes are now captured as events in the Activity Log.

  • Git repositories now link with Project Spaces. All Git operations supported in Projects projects are also supported at the Project Space level.

...

  • When you associate a repository with a Project Space, all the Git folders are brought in as Projects, and any assets at the root level are placed in a logical directory labeled as root. This label does not interfere with the corresponding Git folder structure. Learn more.

  • You can add each individual untracked asset to the repository for tracking or remove one from the repository using the Remove from Repository option on that asset’s name.

Enhancements

  • LDAP authentication to HashiCorp Vaults. This enhancement might affect existing accounts based on HashiCorp Vaults. Refer to the following breaking change and the workaround.

  • The IIP toolbar no longer collapses and the Export Pipeline icon has been updated. The following shows the Designer toolbar:

  • The Import a Pipeline icon has been updated:

  • LDAP authentication to HashiCorp Vaults. This enhancement might affect existing accounts based on HashiCorp Vaults. Refer to the following breaking change and the action needed.

Panel
panelIconIdatlassian-warning
panelIcon:warning:
bgColor#FFEBE6

Breaking Change

Warning

With the new support for LDAP authentication to HashiCorp Vaults, the Snaplex node configuration file secrets-config.json requires a new key, auth_method, with a value approle or ldap.

Action needed:

You must update each of your existing Snaplex node configuration files to include this key-value pair: "auth_method": "approle", as prescribed in the Step 1a-Approle, for the approle-based authentication to succeed.

...