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
Describe the bug
If you have a platform Proxy configured leaving the proxy empty or '= null' in the local_repository_multi_replication will result in the Platform default proxy being set. It's not possible to have no proxy set in this scenario, since artifactory will default to setting the platform proxy.
A fully functioning terraform snippet that can be copy&pasted (no outside files or ENV vars unless that's part of the issue). If this is not supplied, this issue will likely be closed without any effort expended.
Your version of artifactory (you can curl it at $host/artifactory/api/system/version
7.84.20
Your version of terraform
Terraform v1.5.7
Your version of terraform provider
12.1.0, but this hasn't worked in 9.3.0 either
Expected behavior
Setting proxy = null should result in the replication having no proxy.
Additional context
Since the provider does not implement the disableProxy that is available since 7.41.7 in the replication json , it's not possible to create a replication that explicitly does not use a proxy.
The text was updated successfully, but these errors were encountered:
Describe the bug
If you have a platform Proxy configured leaving the
proxy
empty or '= null' in the local_repository_multi_replication will result in the Platform default proxy being set. It's not possible to have no proxy set in this scenario, since artifactory will default to setting the platform proxy.Requirements for and issue
curl
it at$host/artifactory/api/system/version
7.84.20
Terraform v1.5.7
12.1.0, but this hasn't worked in 9.3.0 either
Expected behavior
Setting proxy = null should result in the replication having no proxy.
Additional context
Since the provider does not implement the disableProxy that is available since 7.41.7 in the replication json
, it's not possible to create a replication that explicitly does not use a proxy.
The text was updated successfully, but these errors were encountered: