Git Product home page Git Product logo

gdpr's Introduction

gdpr

Note: These tools are under active development. We're remove this message when they are ready for testing by others.

The General Data Protection Regulation (“GDPR”) requires companies hosting personal data collected from users in the European Economic Union to follow rules on how to handle that data and provide users certain rights to that data.

Two important rights that GDPR provides to users are

  • the right of access, and
  • the right to erasure (aka “the right to be forgotten”).

When a user joins a recorded meeting, any information they share -- which includes video, slides, desktop, chat, and emoji icons, responses to polls, and whiteboard annotations, and other content during a session will be captured in the recording.

As an administrator of a BigBlueButton server, this repository contains a tool -- bbb-user -- that you can run on a BigBlueButton server to create a report on what personal data is held in recordings and to remove a user's personal data from a recording.

Installation

Clone out this repository on a BigBlueButton 2.0 (or later) server. Before you run, you will first need to install the gem terminal-table.

 gem install terminal-table

move bbb-user to /bin folder

 mv bbb-user /bin

Usage

The bbb-user command takes a parameter userID, a flag and generate a report of content in that recording generated by the given user.

Usage

bbb-user -u <user_id> [-r <recordings_dir_path>] -g|-D

Parameters

  -u userID taken from an events.xml file
  -r path to records directory (default: /var/bigbluebutton/recording/raw)
  -g get the personal information for a given userID
  -D delete the personal information for a user from recordings.

Dry run:

When specifying the '-D' option, you may also have bbb-user do a dry run for the deletion 

  -d Output results of deletion without performing the deletion action
  

Example of retrieving users info:

bbb-user -u w_g3btthk9p3cz -g

Example of deleting users info:

bbb-user -u w_g3btthk9p3cz -D 

Example of dry run of users info:

bbb-user -u w_g3btthk9p3cz -D  -d 

gdpr's People

Contributors

hajar1 avatar ffdixon avatar

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.