Giter Site home page Giter Site logo

holisticon / secure-delete-article Goto Github PK

View Code? Open in Web Editor NEW
0.0 8.0 1.0 9.28 MB

Java 7.31% Mustache 50.37% Kotlin 12.13% TypeScript 9.15% JavaScript 2.49% HTML 0.90% SCSS 0.15% Shell 0.28% Scala 16.24% Dockerfile 0.97%
article keycloak demo crypto-shredding

secure-delete-article's Introduction

CI Quality Gate Status

Secure Do To List

A to do list that stores its data encrypted and GDPR-compliant using crypto shredding. It was developed as a proof-of-concept and example for crypto shredding. It uses the Keycloak GDPR module.

Setup

Prerequisites:

  • JDK 11+
  • Docker
  • NodeJS 12+

Start the application:

# Start MySQL database and Keycloak containers
docker-compose up -d

# build the application
./mvnw clean install

# start the backend
./mvnw spring-boot:run -f assembly

# start the frontend (in another terminal)
cd frontend
npm start

Demo Data

To test the application, there are some preconfigured users in Keycloak:

  • Master Realm (login to the Keycloak admin-console)
    • admin / admin
  • App Realm (login to the demo app)
    • user1 / user1
    • user2 / user2

Testing

Performance Tests

For performance we're using Gatling:

$ ./mvnw gatling:test -f assembly

Debugging

To debug the deployed gdpr-module in Keycloak:

$ docker compose up

then connect via Remote Debugging:

-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=*:9097

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.