Actions
Bug #22677
closedIncorrect hard coded API url used for Insights API connection - connection made with TLS peer verification disabled
Difficulty:
easy
Triaged:
Description
API requests must be made against "cert-api.access.redhat.com" and not "api.access.redhat.com".
The former is configured to accept RHSM manifest certificates for authentication, which is the expected production authentication method, with mutual tls verification enabled.
Reading the value of the API from a config file also allows this plugin to share configuration with the Insights plugin.
Updated by The Foreman Bot about 7 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman_ansible/pull/139 added
Updated by Lindani Phiri about 7 years ago
- Pull request deleted (
https://github.com/theforeman/foreman_ansible/pull/138)
Testing the change depends on latest Insight plugin change : https://github.com/redhataccess/foreman-plugin/commit/4a69522e1d29a60bb49aa844826b46e4176e7880
Updated by Daniel Lobato Garcia about 7 years ago
- Priority changed from High to Normal
Updated by Lindani Phiri almost 7 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset foreman_ansible|5b4b7ccfd6992f1bda0aea76e0494de15f98b08f.
Actions