Security News
PyPI’s New Archival Feature Closes a Major Security Gap
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
Generic templated configuration management for Kubernetes, Terraform and other things
Kapitan
aims to be your one-stop tool to help you manage the ever growing complexity of your configurations.
Join the community #kapitan
docker run -t --rm -v $(pwd):/src:delegated kapicorp/kapitan -h
On Linux you can add -u $(id -u)
to docker run
to preserve file permissions.
Kapitan needs Python 3.7.
sudo apt-get update && sudo apt-get install -y python3.7-dev python3-pip python3-yaml git
brew install python3 libyaml git libmagic
User ($HOME/.local/lib/python3.7/bin
on Linux or $HOME/Library/Python/3.7/bin
on macOS):
pip3 install --user --upgrade kapitan
System-wide (not recommended):
sudo pip3 install --upgrade kapitan
To build a docker image for the architecture of your machine, run docker build . -t you-kapitan-image
, and to build for a specific platform, add --platform linux/arm64
.
To build a multi-platform image (as the CI does), follow the docker multi-platform documentation.
FAQs
Generic templated configuration management for Kubernetes, Terraform and other things
We found that kapitan demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 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
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
Research
Security News
Malicious npm package postcss-optimizer delivers BeaverTail malware, targeting developer systems; similarities to past campaigns suggest a North Korean connection.
Security News
CISA's KEV data is now on GitHub, offering easier access, API integration, commit history tracking, and automated updates for security teams and researchers.