Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/peter-szrnka/give-my-secret
Credential and secret storage web application
https://github.com/peter-szrnka/give-my-secret
angular docker ghcr-hosted give-my-secret java secret-management spring-boot springboot
Last synced: 17 days ago
JSON representation
Credential and secret storage web application
- Host: GitHub
- URL: https://github.com/peter-szrnka/give-my-secret
- Owner: peter-szrnka
- License: gpl-3.0
- Created: 2023-01-02T06:54:19.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-13T09:05:34.000Z (26 days ago)
- Last Synced: 2024-12-13T09:30:14.305Z (26 days ago)
- Topics: angular, docker, ghcr-hosted, give-my-secret, java, secret-management, spring-boot, springboot
- Language: Java
- Homepage:
- Size: 5.06 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# Give My Secret
Give My Secret is a super simple credential storage application that stores secrets, passwords and other text based credentials in a secure and reliable way by encrypting them with keystores that you provide - or you can generate if you need. It's easy to configure, numerous ready-to-go configurations available for all supported databases.
# Getting started
Give My Secret is available as a Docker image, you can pull it from **GitHub Container Registry**(ghcr.io) by running the following command:
> docker pull ghcr.io/peter-szrnka/give-my-secret:latestTo start a new container instance, you have to set up a bunch of **[environment properties](PROPERTIES.md)**. I recommend to not utilize the Docker image from scratch, if you open the "**[batch-files](batch-files/README.md)**" sub folder, you can find many configurations for all available database providers written in Docker Compose format.
# Features
## Databases
- [SQLite](db/sqlite/README.md),
- [MariaDb](db/mariadb/README.md)
- [PostgreSql](db/postgresql/README.md)
- [MySql](db/mysql/README.md)
- [MsSql](db/mssql/README.md)
- [Oracle](db/oracle/README.md)
- [IBM DB2](db/db2/README.md)For further information & sample configurations, please check the sub folders under the "db" folder.
## Caching
2 types of caches are provided:
- Built-in cache
- Redis## Authentication
- [Database](batch-files/db-authentication)
- [LDAP](batch-files/ldap-authentication)
- Keycloak SSOSample configurations can be found under "batch-files" folder.
## Two Factor Authentication
The following authenticator applications are supported:
- Google Authenticator
- Microsoft Authenticator## Encryption
Currently only AES encryption is supported. In the future this will be configured by an environment property.
## Logging
- Console
- File
- [Logstash (in ELK stack)](batch-files/elk-sample-configuration/README.md)## Observation
- [Zipkin](batch-files/zipkin-integration)
- [Prometheus (with Grafana)](batch-files/prometheus-configuration/README.md)# Client code samples
You can find client code examples for Java, Go, Python and Node.js **[here](client-samples/README.md).**
# Code quality metrics
| CodeQL | Code coverage | Sonarcloud |
| ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ |
| [![CodeQL](https://github.com/peter-szrnka/give-my-secret/actions/workflows/github-code-scanning/codeql/badge.svg)](https://github.com/peter-szrnka/give-my-secret/actions/workflows/github-code-scanning/codeql) | Backend: ![Code coverage](https://sonarcloud.io/api/project_badges/measure?project=peter-szrnka_give-my-secret-backend&metric=coverage)
Frontend: [![Coverage](https://sonarcloud.io/api/project_badges/measure?project=peter-szrnka_give-my-secret-frontend&metric=coverage)](https://sonarcloud.io/summary/new_code?id=szrnka-peter_give-my-secret-frontend) | Backend: [![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=peter-szrnka_give-my-secret-backend&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=peter-szrnka_give-my-secret-backend)
Frontend: [![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=peter-szrnka_give-my-secret-frontend&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=peter-szrnka_give-my-secret-frontend) |# Tech stack
- Java 21 (Microsoft OpenJDK)
- Maven
- Spring Boot 3.3.5
- Angular 18
- Docker
- Flyway (DB migration)# Donate
[![paypal](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=7YEPKTQRNK5YA)