
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.
A simple cli app in Ruby to generate configurations using BOSH ERB templates and a BOSH spec, but also using configurations based on environment variables, processed using a set of templates.
Usage: configgin [options]
-j, --jobs file Job configuration JSON
-e, --env2conf file Environment to configuration templates YAML
{
"job": {
"name": "mysql",
"templates": [
{
"name": "mysql"
},
{
"name": "consul_agent"
}
]
},
"networks": {
"default": {}
},
"properties": {
"acceptance_tests": {
"include_services": false,
"include_sso": false,
"nodes": 2
}
}
}
{
"job_name": {
"base": "/tmp/bosh_spec.json",
"files": {
"/tmp/my_template.erb": "/tmp/output_file"
}
}
}
---
properties.acceptance_tests.nodes: "((TEST_NODE_COUNT))"
properties.uaa.scim.users: "'((TEST_VAR))'"
Hello, this is the users property: <%= p("uaa.scim.users") %>
TEST_VAR=foo
configgin \
-e ~/tmp/env2.conf.yml \
-j ~/tmp/job_config.json
FAQs
Unknown package
We found that configgin demonstrated a not healthy version release cadence and project activity because the last version was released 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.