jfrog_create_remote_repository
Create a new remote repository in JFrog Artifactory to proxy and manage external package registries, enabling secure and efficient package storage and retrieval.
Instructions
Create a new remote repository in Artifactory to proxy external package registries
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| allowAnyHostAuth | No | ||
| assumedOfflinePeriodSecs | No | ||
| blackedOut | No | ||
| blockMismatchingMimeTypes | No | ||
| blockPushingSchema1 | No | ||
| bypassHeadRequests | No | ||
| cdnRedirect | No | ||
| clientTlsCertificate | No | ||
| composerRegistryUrl | No | https://packagist.org | |
| contentSynchronisation | No | ||
| description | No | Repository description | |
| disableProxy | No | ||
| disableUrlNormalization | No | ||
| downloadContextPath | No | ||
| downloadRedirect | No | ||
| enableCookieManagement | No | ||
| enableTokenAuthentication | No | ||
| environments | No | Environments to assign the repository to | |
| excludesPattern | No | ||
| externalDependenciesEnabled | No | ||
| externalDependenciesPatterns | No | ||
| feedContextPath | No | ||
| fetchJarsEagerly | No | ||
| fetchSourcesEagerly | No | ||
| forceConanAuthentication | No | ||
| forceNugetAuthentication | No | ||
| forceP2Authentication | No | ||
| gitRegistryUrl | No | https://github.com/rust-lang/crates.io-index | |
| handleReleases | No | ||
| handleSnapshots | No | ||
| hardFail | No | ||
| includesPattern | No | **/* | |
| key | Yes | the key of the repository | |
| listRemoteFolderItems | No | ||
| localAddress | No | ||
| maxUniqueSnapshots | No | ||
| metadataRetrievalTimeoutSecs | No | ||
| missedRetrievalCachePeriodSecs | No | ||
| notes | No | Internal notes | |
| offline | No | ||
| packageType | Yes | Package type of the repository | |
| password | No | Remote repository password | |
| priorityResolution | No | ||
| projectKey | No | Project key to assign the repository to | |
| propertySets | No | ||
| proxy | No | Proxy key from Artifactory | |
| pyPIRegistryUrl | No | https://pypi.org | |
| rclass | Yes | The repository type | |
| remoteRepoChecksumPolicyType | No | generate-if-absent | |
| remoteRepoLayoutRef | No | ||
| repoLayoutRef | No | ||
| retrievalCachePeriodSecs | No | ||
| shareConfiguration | No | ||
| socketTimeoutMillis | No | ||
| storeArtifactsLocally | No | ||
| suppressPomConsistencyChecks | No | ||
| synchronizeProperties | No | ||
| unusedArtifactsCleanupPeriodHours | No | ||
| url | Yes | URL to the remote repository | |
| username | No | Remote repository username | |
| v3FeedUrl | No | ||
| vcsGitDownloadUrl | No | ||
| vcsGitProvider | No | GITHUB | |
| vcsType | No | GIT | |
| xrayIndex | No |