Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/schibsted/strongbox
A secret manager for AWS
https://github.com/schibsted/strongbox
aws java password secret-management security-tools serverless
Last synced: 29 days ago
JSON representation
A secret manager for AWS
- Host: GitHub
- URL: https://github.com/schibsted/strongbox
- Owner: schibsted
- License: apache-2.0
- Created: 2017-07-13T09:39:40.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2023-02-20T19:27:02.000Z (almost 2 years ago)
- Last Synced: 2024-08-04T04:03:24.926Z (4 months ago)
- Topics: aws, java, password, secret-management, security-tools, serverless
- Language: Java
- Homepage: https://schibsted.github.io/strongbox/
- Size: 2.13 MB
- Stars: 239
- Watchers: 11
- Forks: 23
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- starred-awesome - strongbox - A secret manager for AWS (Java)
README
**Strongbox is not actively maintained. Alternatives include [AWS Secrets Manager](https://aws.amazon.com/secrets-manager/) (which was launched after Strongbox was open sourced).**
Strongbox is a CLI/GUI and SDK to manage, store, and retrieve secrets (access tokens, encryption keys, private certificates, etc). Strongbox is a client-side convenience layer on top of AWS KMS, DynamoDB and IAM. It manages the AWS resources for you and configure them in a secure way.
## Getting started
Head over to our [web page](https://schibsted.github.io/strongbox/#install) for a quick start. For more detailed information please visit the [Wiki](https://github.com/schibsted/strongbox/wiki).## LICENSE
Copyright (c) 2016 Schibsted Products & Technology AS
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.