-
Notifications
You must be signed in to change notification settings - Fork 105
Clarify Network Requirements for libraries #2962
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
s-stumbo
wants to merge
3
commits into
main
Choose a base branch
from
network-requirements
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+11
−14
Open
Changes from all commits
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -14,12 +14,12 @@ weight: 003 | |
| toc: true | ||
| --- | ||
|
|
||
| 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. | ||
| [Chainguard Libraries](/chainguard/libraries/overview/) require specific network access to ensure secure delivery of hardened dependencies to your development environment. This guide details the domains and ports needed for authentication, package downloads, and verification tools. | ||
|
|
||
| ### Access for chainctl and other tools | ||
| ## Access for chainctl and other 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 | ||
| downloaded libraries with cosign and other tools, you must allow HTTPS access to | ||
| the following domains: | ||
|
|
||
| * `dl.enforce.dev` for download and update of chainctl | ||
|
|
@@ -29,17 +29,14 @@ the following domains: | |
| * `console.chainguard.dev` for the web console to administrate and use your | ||
| Chainguard accounts. | ||
|
|
||
| ### Access for development tools | ||
| ## Access for development tools | ||
|
|
||
| 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](/chainguard/libraries/java/global-configuration/) or | ||
| [Python](/chainguard/libraries/python/global-configuration/). | ||
| Whether using a repository manager or accessing libraries directly, you must allow HTTPS access to: | ||
|
|
||
| The repository manager application must have HTTPS access to the domain | ||
| `libraries.cgr.dev` for library access and `issuer.enforce.dev` for | ||
| authentication. | ||
| * `libraries.cgr.dev` for library access | ||
| * `issuer.enforce.dev` for authentication | ||
|
|
||
| When using a repository manager, allowlist these domains in your repository manager. Your workstations and build infrastructure typically require no additional network access, as libraries are served through your repository manager. | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Thats not correct .. you are now creating an allowlist in the repo manager .. its a network setup |
||
|
|
||
| If accessing Chainguard Libraries directly for testing with curl or builds, allowlist these domains on your workstation. | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. you also dont have an allowlist on the workstation.. |
||
|
|
||
| If you are accessing Chainguard Libraries directly for testing with curl or with | ||
| a build tool, the used workstation must have identical access. | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure about this ..