Package custodia: Information

    Source package: custodia
    Version: 0.6.0-alt6
    Build time:  Jul 2, 2020, 11:57 AM
    Report package bug
    License: GPLv3+
    Summary: A tool for managing secrets
    Description: 
    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.

    List of rpms provided by this srpm:
    custodia (noarch)
    python3-module-custodia (noarch)

    Maintainer: Stanislav Levin


      1. python3-module-coverage
      2. python3-module-cryptography
      3. python3-module-ipaclient
      4. python3-module-jwcrypto
      5. python3-module-requests-gssapi
      6. python3-module-setuptools
      7. python3-module-tox
      8. python3-modules-sqlite3
      9. rpm-build-python3

    Last changed


    March 16, 2020 Stanislav Levin 0.6.0-alt6
    - Added missing Provides.
    Oct. 7, 2019 Stanislav Levin 0.6.0-alt5
    - Fixed build against urllib3 1.25+.
    - Broke circular dependency on ipaclient.
    Aug. 9, 2019 Stanislav Levin 0.6.0-alt4
    - Fixed testing against Pytest 5.