Feature #30773
Expose template_url setting via registration protocol
Description
It can be useful if Foreman has the templates_url statically available. Right now this is retrieved via the /templates/templateServer API call but if it's stored statically, Foreman can be modified to not need this API call anymore.
Associated revisions
History
#1
Updated by The Foreman Bot over 2 years ago
- Assignee set to Ewoud Kohl van Wijngaarden
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/smart-proxy/pull/767 added
#2
Updated by The Foreman Bot over 2 years ago
- Fixed in Releases 2.3.0 added
#3
Updated by Ewoud Kohl van Wijngaarden over 2 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset aa6501f6b7c26c1e82e53dc8e40b8bd748aac14a.
Fixes #30773 - expose template_url setting
It can be useful if Foreman has the templates_url statically available.
Right now this is retrieved via the /templates/templateServer API call
but if it's stored statically, Foreman can be modified to not need this
API call anymore.