
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.
foreman_azure_rm
adds Microsoft Azure Resource Manager as a Compute Resource for The Foreman
Add the following to bundler.d/Gemfile.local.rb
in your Foreman installation directory /usr/share/foreman
$ gem 'foreman_azure_rm'
Or simply:
$ echo "gem 'foreman_azure_rm'" > /usr/share/foreman/bundler.d/Gemfile.local.rb
Then run bundle install
from the same directory
# yum install tfm-rubygem-foreman_azure_rm
# foreman-installer --enable-foreman-plugin-azure
Clone the repo from github:
git clone https://github.com/theforeman/foreman_azure_rm.git
Add the following to bundler.d/Gemfile.local.rb in your Foreman development directory
gem 'foreman_azure_rm', :path => 'path to foreman_azure_rm directory'
Then run bundle install
from the same directory
Go to Infrastructure > Compute Resources and click on "New Compute Resource".
Choose the Azure Resource Manager provider, and fill in all the fields. You need a Subscription ID, Tenant ID, Client ID and a Client Secret which you can generate from your Microsoft Azure subscription
That's it. You're now ready to create and manage Azure resources in your new Azure Resource Manager Compute Resource. You should see something like this in the Compute Resource page:
FAQs
Unknown package
We found that foreman_azure_rm demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 open source maintainers 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.