Name: | custodia |
---|---|
Version: | 0.3.1 |
Release: | 4.el7 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 47617 |
License: | GPLv3+ |
RPM: | custodia-0.3.1-4.el7.noarch.rpm |
Source RPM: | custodia-0.3.1-4.el7.src.rpm |
Build Date: | Thu Aug 03 2017 |
Build Host: | x86-ol7-builder-03.us.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/latchset/custodia |
Summary: | A service to manage, retrieve and store secrets for other processes |
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. |
- Add workaround for missing kra_server_server key, resolves #1462403
- Remove custodia user from tmpfiles.d, resolves #1460735 - Add missing systemd hooks for service and socket files - Drop dependency on python-mock and skip mock tests in check block, resolves #1447426
- Exclude empty directory custodia/ipa from python-custodia
- Rebase to Custodia 0.3.1 - Vendor custodia.ipa 0.1.0 - Vendor backports.configparser 3.5.0 final - related: #1403214
- Fix whitespace handling in URLs - Use upstream patches to replace patches for setuptools and configparser - resolves: #1436763
- custodia depends on python-custodia
- Fix package dependencies and package names to use python prefix
- Update to custodia 0.3.0 - Vendor backports.configparser 3.5.0b2 - Fix compatibility issues with old setuptools - Add tmpfiles.d config for /run/custodia
- Disable tests (broken on build machines) - related: #1371902
- Change default to use RSA OAEP padding - resolves: #1371902
- Correct download link
- Initial packaging