1 Repo
Managing credentials such as SSH keys and tokens to authenticate against private version control systems.
Distinct from Credential Management Integrations: Candidates focus on general credential stores or SSH formats, not the orchestration of VCS authentication during dependency fetching.
Explore 1 awesome GitHub repository matching security & cryptography · VCS Authentication Integration. Refine with filters or upvote what's useful.
Athens is a Go module proxy server and dependency cache that provides a persistent storage system for Go dependencies. It acts as a mirror and datastore to ensure reproducible build environments by storing immutable copies of external packages, protecting against upstream deletions or outages. The project distinguishes itself by serving as a secure gateway for private Go module hosting, utilizing authentication tokens, SSH keys, and GitHub Apps to retrieve dependencies from private version control systems. It further enables software dependency compliance through request filtering and checksu
Handles authentication for private repositories using GitHub Apps, SSH keys, and configuration files.