Is there an existing issue for this?
Community Note
- Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
- Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
- If you are interested in working on this issue or have submitted a pull request, please leave a comment
Description
Can you please add support for configuring some proxy repositories with Pre-emptive pull?
The missing proxy repos for me are - nuget, npm, docker, conan
please implement it without the requirement to give Authentication type: username or ntlm, That's because pre-emptive pull on a proxy repo doesn't need credentials to complete the operation
New or Affected Resource(s)/Data Source(s)
nexus_repository_nuget_proxy, nexus_repository_npm_proxy, nexus_repository_docker_proxy, nexus_repository_conan_proxy
Pro feature
Community Plugin
No response
Potential Terraform Configuration
resource "nexus_repository_npm_proxy" "npm-proxy-repository" {
.
.
.
http_client {
preemptive = true
}
}
References
No response
Is there an existing issue for this?
Community Note
Description
Can you please add support for configuring some proxy repositories with Pre-emptive pull?
The missing proxy repos for me are -
nuget, npm, docker, conanplease implement it without the requirement to give
Authentication type: username or ntlm, That's because pre-emptive pull on a proxy repo doesn't need credentials to complete the operationNew or Affected Resource(s)/Data Source(s)
nexus_repository_nuget_proxy, nexus_repository_npm_proxy, nexus_repository_docker_proxy, nexus_repository_conan_proxy
Pro feature
Community Plugin
No response
Potential Terraform Configuration
References
No response