You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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-gojfrog/jfrog-client-go#524 and the change was rolled out in v1.10.0. The changes needed for this repo would be:
Update go.mod to import v1.10.0 of the jfrog-client-go library
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:
The text was updated successfully, but these errors were encountered:
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:go.mod
to import v1.10.0 of thejfrog-client-go
libraryresource_artifactory_push_replication.go
,resource_artifactory_replication_config.go
,resource_artifactory_single_replication_config.go
, and their corresponding docs to account for the proxy fieldDescribe alternatives you've considered
None
Additional context
![replication_proxy](https://user-images.githubusercontent.com/14118779/155732115-d75e49a7-0dd5-4d52-86e6-d9fe183fc995.jpg)
The field that I want to set is the one in the red box here:
The text was updated successfully, but these errors were encountered: