Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
hiera-eyaml-sshagent
Advanced tools
A hiera-eyaml plugin which uses the ssh agent connected to SSH_AUTH_SOCK
to encrypt / decrypt values.
gem install hiera-eyaml-sshagent
The plugin takes a single option sshagent_keyid
:
version: 5
hierarchy:
- name: "Common secret data"
lookup_key: eyaml_lookup_key
path: common.eyaml
options:
sshagent_keyid: /home/asottile/.ssh/id_rsa
- name: "Common data"
path: common.yaml
The keyid
should match what is printed from ssh-add -l
It is based on code / ideas from the following:
This procedure takes a keyid, a 64 byte challenge, and a 16 byte salt.
SSH_AUTH_SOCK
keyid
challenge
using that identityencrypt(keyid, blob)
{challenge, salt, payload}
decrypt(keyid, blob)
{challenge, salt, payload}
I use a masterless puppet setup to manage my machines.
My current bootstrapping process is:
./run-puppet
As such, I wanted a hiera-eyaml
backend which didn't involve typing in more
passwords or copying around more keys (since I'm already using my ssh key).
FAQs
Unknown package
We found that hiera-eyaml-sshagent 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
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.