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

Replication tls validation doesnt get applied to each remote #4247

Closed
PotentialIngenuity opened this issue Aug 2, 2023 · 0 comments · Fixed by #4250 · May be fixed by dkliban/pulpcore#134
Closed

Replication tls validation doesnt get applied to each remote #4247

PotentialIngenuity opened this issue Aug 2, 2023 · 0 comments · Fixed by #4250 · May be fixed by dkliban/pulpcore#134

Comments

@PotentialIngenuity
Copy link

Version
core - 3.29.7
rpm - 3.22.3

Describe the bug
The tls_validation field of each remote is always true. Running replicate with tls_validation:=false has no effect on the remote being synced.

{
  "pulp_href": "/pulp/api/v3/remotes/rpm/rpm/0189ad3c-7c43-7fb4-b848-3bc72049734d/",
  "pulp_created": "2023-07-31T18:36:09.667754Z",
  "name": "rhel8/8/x86_64/codeready-builder/os/2023/30",
  "url": "https://repo.company.com/pulp/content/rhel8/8/x86_64/codeready-builder/os/2023/30/",
  "ca_cert": null,
  "client_cert": null,
  "tls_validation": true,
  "proxy_url": null,
  "pulp_labels": {},
  "pulp_last_updated": "2023-08-02T03:20:17.005804Z",
  "download_concurrency": null,
  "max_retries": null,
  "policy": "immediate",
  "total_timeout": null,
  "connect_timeout": null,
  "sock_connect_timeout": null,
  "sock_read_timeout": null,
  "headers": null,
  "rate_limit": null,
  "hidden_fields": [
    {
      "name": "client_key",
      "is_set": false
    },
    {
      "name": "proxy_username",
      "is_set": false
    },
    {
      "name": "proxy_password",
      "is_set": false
    },
    {
      "name": "username",
      "is_set": false
    },
    {
      "name": "password",
      "is_set": false
    }
  ]
}
dkliban added a commit to dkliban/pulpcore that referenced this issue Aug 3, 2023
dkliban added a commit to dkliban/pulpcore that referenced this issue Aug 3, 2023
dkliban added a commit to dkliban/pulpcore that referenced this issue Aug 4, 2023
dkliban added a commit that referenced this issue Aug 8, 2023
patchback bot pushed a commit that referenced this issue Aug 8, 2023
fixes: #4247
(cherry picked from commit fb3d315)
patchback bot pushed a commit that referenced this issue Aug 8, 2023
fixes: #4247
(cherry picked from commit fb3d315)
patchback bot pushed a commit that referenced this issue Aug 8, 2023
fixes: #4247
(cherry picked from commit fb3d315)
dkliban added a commit that referenced this issue Aug 8, 2023
fixes: #4247
(cherry picked from commit fb3d315)
dkliban added a commit that referenced this issue Aug 8, 2023
fixes: #4247
(cherry picked from commit fb3d315)
dkliban added a commit that referenced this issue Aug 8, 2023
fixes: #4247
(cherry picked from commit fb3d315)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Archived in project
2 participants