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







Overview

Artifactory supports IPv6-enabled hosts. IPv6 support allows users to configure an IPv6 contextUrl, accessContextUrl, and metadataContextUrl under the shared section of the Artifactory System YAML configuration file, which serve as the addresses used to connect an Artifactory node to its peers over REST or TCP when required. 

Page Contents

The following guidelines apply when configuring IPv6:

  • IPv6 addresses should be enclosed within square brackets, regardless of whether or not an explicit port is specified.
  • Artifactory does not support setting an ArtifactoryBase URL” that contains an explicit IPv6 address, nor does it support specifying remote server URLs (where available) or authentication providers (LDAP server / SAML server, etc) that contain IPv6 addresses.

  • Artifactory is compatible with hostnames that resolve to either IPv6 or IPv4 addresses.

    The following example shows how an IPv6 address can be used to configure an IPv6 address for the contextUrl parameter:

    shared:
        node:
            contextUrl: "http://[5a01::b011:81c:c101]:8081/artifactory"

    Note: The Replicator and Access Federation are not supported to work over IPv6. Support for this will be added in forthcoming releases.

  • No labels
Copyright © 2023 JFrog Ltd.