-
python3-abrt-addon-2.12.2-1.lbn25.x86_64
This package contains python 3 hook and python analyzer plugin for handling
uncaught exception in python 3 programs.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 25
-
python3-abrt-container-addon-2.13.0-1.lbn25.x86_64
This package contains python 3 hook and handling uncaught exception in python 3
programs in container.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 25
-
python3-argh-0.26.1-6.lbn25.py37.noarch
Building a command-line interface? Found yourself uttering “argh!”
while struggling with the API of argparse? Don’t want to lose its
power but don’t need the complexity?
python-argh provides a wrapper for argparse. Argparse is a very powerful
tool; python-argh just makes it easy to use.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 25
-
python3-augeas-0.5.0-11.lbn25.py37.noarch
python3-augeas is a set of Python bindings around augeas.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 25
-
python3-humanize-0.5.1-13.lbn25.noarch
This modest package contains various common humanization utilities, like turning
a number into a fuzzy human readable duration ('3 minutes ago') or into a human
readable size or throughput.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 25
-
summon-0.9.0-0.1.git13747f9.lbn25.x86_64
summon is a command-line tool to make working with secrets easier.
It provides an interface for
Reading a secrets.yml file
Fetching secrets from a trusted store
Exporting secret values to a sub-process environment
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 25
-
summon-aws-secrets-0.4.0-0.1.gitc015d9b.lbn25.x86_64
Summon provider for AWS Secrets Manager
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 25
-
summon-chefapi-0.1.1-0.2.git88fdef1.lbn25.x86_64
For many, Chef encrypted data bags are difficult to work with. This Summon provider allows you to use Summon + secrets.yml to improve your development workflow with encrypted data bags.
Example
Create an encrypted data bag with a PostgreSQL password.
$ knife data bag create passwords postgres --secret-file encrypted_data_bag_secret
{
"id": "postgres",
"value": "mysecretpassword"
}
Install Summon and this provider.
Create a secrets.yml file.
POSTGRES_PASSWORD: !var passwords/postgres/value
Now you can inject the password into any process as an environment variable. Instead of dealing with the Data Bag API in your Chef recipe, you can just use ENV['POSTGRES_PASSWORD'].
$ summon chef-client --once
Once chef-client finishes, the password is gone, not left on your system.
Configure
Configuration of this provider is through environment variables:
CHEF_NODE_NAME: The name of the node. (node_name in knife.rb)
CHEF_CLIENT_KEY_PATH: The location of the file that contains the client key. (client_key in knife.rb)
CHEF_SERVER_URL: The URL for the Chef server. (chef_server_url in knife.rb)
CHEF_DECRYPTION_KEY_PATH: The location of the file that contains the decryption key.
CHEF_SKIP_SSL: Skip SSL verification (for self-signed certs). Set to "1" to activate.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 25
-
summon-conjur-0.6.0-0.1.gitf48c46b.lbn25.x86_64
CyberArk Conjur provider for Summon
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 25
-
summon-keyring-0.2.1-2.lbn25.noarch
Cross-platform provider for Summon that talks to keyrings.
Wraps the Python keyring library to allow summon to fetch credentials from:
OSX Keychain
Linux Secret Service
Windows Credential Vault
gnome-keyring
kwallet
This provider requires that you have Python and pip installed.
By default, this provider fetches secrets from the service "summon". Change this by setting the SUMMON_KEYRING_SERVICE environment variable.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 25