Metadata-Version: 2.1
Name: confidant
Version: 6.6.0
Summary: A secret management system and client.
Home-page: https://github.com/lyft/confidant
Author: Ryan Lane
Author-email: rlane@lyft.com
License: apache2
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: NOTICE
Requires-Dist: Flask ==1.1.4
Requires-Dist: Flask-Script ==2.0.5
Requires-Dist: blinker
Requires-Dist: botocore <1.35.0,>=1.34.147
Requires-Dist: boto3 ==1.34.147
Requires-Dist: pynamodb ==5.5.1
Requires-Dist: cryptography >2.3.0
Requires-Dist: cffi >1.15.0
Requires-Dist: Flask-Session ==0.2.3
Requires-Dist: redis
Requires-Dist: types-redis
Requires-Dist: Flask-SSLify ==0.1.5
Requires-Dist: Authomatic
Requires-Dist: python3-saml >=1.15.0
Requires-Dist: lxml !=4.7.0,<=5.2.1,>=4.6.5
Requires-Dist: xmlsec ==1.3.13
Requires-Dist: requests <3.0.0,>=2.22.0
Requires-Dist: ndg-httpsclient >0.4.2
Requires-Dist: pyasn1 >0.4.4
Requires-Dist: pyOpenSSL >16.2.0
Requires-Dist: guard
Requires-Dist: PyYAML
Requires-Dist: types-PyYAML
Requires-Dist: gunicorn
Requires-Dist: gevent
Requires-Dist: greenlet
Requires-Dist: statsd
Requires-Dist: kmsauth ==0.6.3
Requires-Dist: marshmallow ==2.20.0
Requires-Dist: attrs
Requires-Dist: lru-dict
Requires-Dist: python-json-logger
Requires-Dist: pytest
Requires-Dist: pytest-mock
Requires-Dist: pytest-cov
Requires-Dist: pytest-lazy-fixture
Requires-Dist: pytest-env
Requires-Dist: pytest-gevent
Requires-Dist: pytz
Requires-Dist: types-pytz
Requires-Dist: pyjwt >=2.6.0
Requires-Dist: jwcrypto
Requires-Dist: cerberus
Requires-Dist: cachetools ==5.2.0
Requires-Dist: mypy
Requires-Dist: fakeredis

![confidant](./confidant/public/images/confidant_text_purple.svg)
=========

Your secret keeper. Stores secrets in DynamoDB, encrypted at rest.

Docs
----

* [Installation](https://lyft.github.io/confidant/install.html)
* [Configuration](https://lyft.github.io/confidant/configuration.html)
* [Usage](https://lyft.github.io/confidant/using_confidant.html)
* [Contribution](https://lyft.github.io/confidant/contributing.html)

Reporting security vulnerabilities
----------------------------------

If you've found a vulnerability or a potential vulnerability in Confidant
please let us know at security@lyft.com. We'll send a confirmation email to
acknowledge your report, and we'll send an additional email when we've
identified the issue positively or negatively.

Getting support or asking questions
-----------------------------------

We have a mailing list for discussion, and a low volume list for announcements:

* https://groups.google.com/forum/#!forum/confidant-users
* https://groups.google.com/forum/#!forum/confidant-announce

We also have an IRC channel on freenode and a Gitter channel:

* [#confidant](http://webchat.freenode.net/?channels=confidant)
* [lyft/confidant on Gitter](https://gitter.im/lyft/confidant)

Feel free to drop into either Gitter or the IRC channel for any reason, even
if just to chat. It doesn't matter which one you join, the messages are sync'd
between the two.
