
Security News
New Website “Is It Really FOSS?” Tracks Transparency in Open Source Distribution Models
A new site reviews software projects to reveal if they’re truly FOSS, making complex licensing and distribution models easy to understand.
Browse hiera data for a given Host using HDM and the HDM smart proxy plugin.
You must have a HDM installation running. If you are running with authentication enabled, you need an API user in HDM.
See How_to_Install_a_Plugin for how to install Foreman plugins
The most simple way is installing from packages (available with Foreman 3.6 and later)
RedHat: dnf install rubygem-foreman_hdm rubygem-smart_proxy_hdm
After installation you must initialize the database: foreman-rake db:migrate
The HDM Smart Proxy must be configured:
# /etc/foreman-proxy/settings.d/hdm.yml
# HDM Smart Proxy
:enabled: https
:hdm_url: 'http://<HDM IP>:<HDM Port>'
:hdm_user: '<HDM API User Email>'
:hdm_password: '<HDM API User Password>'
Next you must restart the smart-proxy: systemctl restart foreman-proxy
Go to Foreman and Refresh the Smart Proxy features.
Within the nodes or node groups you can now set the HDM Smart Proxy.
When you now select a node, you will see an HDM tab.
Todo list here
Fork and send a Pull Request. Thanks!
Copyright (c) 2023 betadots GmbH
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
To make a new release, please do:
lib/foreman_hdm/version.rb
bundle install --with release --path .vendor
bundle exec rake changelog
v
. GitHub Actions will do the actual release to Rubygems and GitHub PackagesThe Foreman team packages this gem as Debian package (deb) and as RedHat package (rpm). They have a bot that will automatically propose an rpm/deb update at github.com/theforeman/foreman-packaging.
FAQs
Unknown package
We found that foreman_hdm demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
A new site reviews software projects to reveal if they’re truly FOSS, making complex licensing and distribution models easy to understand.
Security News
Astral unveils pyx, a Python-native package registry in beta, designed to speed installs, enhance security, and integrate deeply with uv.
Security News
The Latio podcast explores how static and runtime reachability help teams prioritize exploitable vulnerabilities and streamline AppSec workflows.