Feature #30998
Feature #30440: Simple & automatic host registration WF
Global Registration - Secure connection
Pull request:
Fixed in Releases:
Found in Releases:
Associated revisions
History
#1
Updated by The Foreman Bot 4 months ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/8047 added
#2
Updated by The Foreman Bot 3 months ago
- Fixed in Releases 2.3.0 added
#3
Updated by Leos Stejskal 3 months ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman|d2977968bd3fac08045d515d2dbbd5e506c62a92.
#4
Updated by Tomer Brisker 3 months ago
- Category set to Host registration
Fixes #30998 - Global Registration - Secure connection (#8047)
The global registration endpoint template now deployes the CA
certificate of the Foreman to a temp file. This certificate is then used
by subsequent curl calls to ensure the Foreman server authenticity. The
macro that renders the content of the certificate is based on inaccurate
ssl_ca_file setting, in default deployment this is the correct
certificate though. The improvement of this is tracked as
https://projects.theforeman.org/issues/31049