Skip to content

Support for pre-emptive pull for proxy repositories #556

@dorian-tsorfy

Description

@dorian-tsorfy

Is there an existing issue for this?

  • I have searched the existing issues

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

  • Yes. Pro license Required

Community Plugin

No response

Potential Terraform Configuration

resource "nexus_repository_npm_proxy" "npm-proxy-repository" {
  .
  .
  .
  http_client {
    preemptive = true
  }
}

References

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions