credentials: Secure Credentials Storage and Distribution
This library provides a unified interface for managing secure, shared credentials. It uses Amazon Key Management Service (KMS) for master key management, locally encrypts and decrypts secrets, which are then stored in any of the supported storage backends. (Currently DynamoDB.)
The use-case is to avoid storing sensitive information such as passwords and connection strings in plaintext in places such as source control or on developers' machines. Instead you can securely administer and distribute secrets, leveraging Amazon's IAM policies for access control and permissions to ensure limited read-only permissions from production/deployed hosts. You can embed this library into projects such as web applications to securely retrieve sensitive information such as database passwords or private keys on startup.
A complementary CLI for management of credentials can be installed via credentials-cli.
You can read more about other use-cases and prerequisites here.
Modules
[Index]
Downloads
- credentials-0.0.2.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.0.1, 0.0.1.1, 0.0.2 |
---|---|
Change log | CHANGELOG.md |
Dependencies | aeson (>=0.8), amazonka (>=1.3.7), amazonka-core (>=1.3.7), amazonka-dynamodb (>=1.3.7), amazonka-kms (>=1.3.7), base (>=4.7 && <4.11), bytestring (>=0.10), conduit (>=1.2), cryptonite (>=0.10), exceptions (>=0.6), lens (>=4.4), memory (>=0.11), retry (>=0.7.0.1), semigroups (>=0.6), text (>=0.11), time (>=1.4), transformers (>=0.3), unordered-containers (>=0.2.5) [details] |
License | LicenseRef-OtherLicense |
Copyright | Copyright (c) 2015-2016 Brendan Hay |
Author | Brendan Hay |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Revised | Revision 1 made by AndreasAbel at 2023-06-12T14:46:53Z |
Category | Network, AWS, Security |
Home page | https://github.com/brendanhay/credentials |
Source repo | head: git clone git://github.com/brendanhay/credentials.git |
Uploaded | by BrendanHay at 2017-04-28T17:06:19Z |
Distributions | |
Downloads | 2471 total (13 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2017-04-28 [all 1 reports] |