Skip to main content

Datasette plugin that masks specified database columns

Project description

datasette-mask-columns

PyPI CircleCI License

Datasette plugin that masks specified database columns

Installation

pip install datasette-mask-columns

This depends on plugin hook changes in a not-yet released branch of Datasette. See issue #678 for details.

Usage

In your metadata.json file add a section like this describing the database and table in which you wish to mask columns:

{
    "databases": {
        "my-database": {
            "plugins": {
                "datasette-mask-columns": {
                    "users": ["password"]
                }
            }
        }
    }
}

All SQL queries against the users table in my-database.db will now return null for the password column, no matter what value that column actually holds.

The table page for users will display the text REDACTED in the masked column. This visual hint will only be available on the table page; it will not display his text for arbitrary queries against the table.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

datasette_mask_columns-0.2-py3-none-any.whl (6.9 kB view details)

Uploaded Python 3

File details

Details for the file datasette_mask_columns-0.2-py3-none-any.whl.

File metadata

  • Download URL: datasette_mask_columns-0.2-py3-none-any.whl
  • Upload date:
  • Size: 6.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/40.6.2 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.6.10

File hashes

Hashes for datasette_mask_columns-0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 327831de378566275b1270567c82dc20c473215cc535557dd552154a8346f03b
MD5 6ce7d9d11841abfe8efda30fe744f946
BLAKE2b-256 893ee8f90794cdbb105db375b6afd9873c57c79bf9ee8594de0678707e97ed90

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page