Skip to content
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

Add capability to specify proxy for Artifactory repository replications #336

Closed
Guent4 opened this issue Feb 25, 2022 · 1 comment
Closed

Comments

@Guent4
Copy link
Contributor

Guent4 commented Feb 25, 2022

Is your feature request related to a problem? Please describe.
I have a use case where I am trying to configure Artifactory replications through Terraform and need to be able to set a proxy for the replication.

Describe the solution you'd like
I have already gotten the change merged in for jfrog-client-go jfrog/jfrog-client-go#524 and the change was rolled out in v1.10.0. The changes needed for this repo would be:

  1. Update go.mod to import v1.10.0 of the jfrog-client-go library
  2. Update resource_artifactory_push_replication.go, resource_artifactory_replication_config.go, resource_artifactory_single_replication_config.go, and their corresponding docs to account for the proxy field

Describe alternatives you've considered
None

Additional context
The field that I want to set is the one in the red box here:
replication_proxy

@Guent4
Copy link
Contributor Author

Guent4 commented Feb 25, 2022

See PR: #337

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant