chainctl
chainctl Chainguard Control chainctl [flags] Options --api string The url of the Chainguard platform API. (default …
Product Docs
Open Source
Compliance
Education
Chainguard Libraries require specific network access to ensure secure delivery of hardened Java and Python dependencies to your development environment. This guide details the domains and ports needed for authentication, package downloads, and verification tools.
For initial configuration with chainctl as well as for verification of downloaded libraries with cosign and other tools, you must have HTTPS access to the following domains:
dl.enforce.dev
for download and update of chainctlissuer.enforce.dev
for authentication in web console and with chainctlconsole-api.enforce.dev
for web console and chainctl to administrate and use
your Chainguard accounts.console.chainguard.dev
for the web console to administrate and use your
Chainguard accounts.Chainguard Libraries use is transparent for development efforts and typically requires no additional network access for workstations and other infrastructure running builds because the libraries are provided by the repository manager as configured for Java or Python.
The repository manager application must have HTTPS access to the domain
libraries.cgr.dev
for library access and issuer.enforce.dev
for
authentication.
If you are accessing Chainguard Libraries directly for testing with curl or with a build tool, the used workstation must have identical access.
chainctl Chainguard Control chainctl [flags] Options --api string The url of the Chainguard platform API. (default …
chainctl auth Auth related commands for the Chainguard platform. Options -h, --help help for auth Options inherited from …
chainctl auth configure-docker Configure a Docker credential helper chainctl auth configure-docker [flags] Options …
chainctl auth delete-account Permanently delete your user account. chainctl auth delete-account [flags] Options -h, …
chainctl auth login Login to the Chainguard platform. chainctl auth login [--invite-code=INVITE_CODE] …
Last updated: 2025-07-23 15:09