How to Install and Uninstall custodia.noarch Package on Amazon Linux 2

Last updated: May 19,2024

1. Install "custodia.noarch" package

Please follow the guidance below to install custodia.noarch on Amazon Linux 2

$ sudo yum makecache $ sudo yum install custodia.noarch

2. Uninstall "custodia.noarch" package

Please follow the step by step instructions below to uninstall custodia.noarch on Amazon Linux 2:

$ sudo yum remove custodia.noarch $ sudo yum autoremove

3. Information about the custodia.noarch package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : custodia
Arch : noarch
Version : 0.3.1
Release : 4.amzn2
Size : 24 k
Repo : amzn2-core/2/x86_64
Summary : A service to manage, retrieve and store secrets for other
: processes
URL : https://github.com/latchset/custodia
License : GPLv3+
Description : A service to manage, retrieve and store secrets for other
: processes
:
:
: Custodia is a Secrets Service Provider, it stores or proxies
: access to keys, password, and secret material in general. Custodia
: is built to use the HTTP protocol and a RESTful API as an IPC
: mechanism over a local Unix Socket. It can also be exposed to a
: network via a Reverse Proxy service assuming proper authentication
: and header validation is implemented in the Proxy.
:
: Custodia is modular, the configuration file controls how
: authentication, authorization, storage and API plugins are
: combined and exposed.