Datasette-secrets

Latest version: v0.2

Safety actively analyzes 623626 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

0.2

- First non-alpha release.
- Now compatible with both Datasette < 1.0 and Datasette >= 1.0a. [15](https://github.com/datasette/datasette-secrets/issues/15)

0.1a4

- Fix 500 error on table page if plugin is not fully configured. [14](https://github.com/datasette/datasette-secrets/issues/14)

0.1a3

- Fixed bug where `get_secret()` would fail with an error if the `datasette_secrets` table was missing. [13](https://github.com/datasette/datasette-secrets/issues/13)

0.1a2

- If two secrets are registered with the same name, the first one wins (its description will be used instead of the later ones). [10](https://github.com/datasette/datasette-secrets/issues/10)
- The secrets display table now shows username or name if available for the "updated by" column. [11](https://github.com/datasette/datasette-secrets/issues/11)
- The `Secret()` class used to register secrets from other plugins now has properties `name`, `description`, `obtain_url` and `obtain_label` - the latter three replace the old `description_html` field. [12](https://github.com/datasette/datasette-secrets/issues/12)

0.1a1

- The `last_used_at` and `last_used_by` columns are now updated every time the `get_secret()` function is called - it takes an optional third argument with the actor ID to record in `last_used_by`. [4](https://github.com/datasette/datasette-secrets/issues/4)
- Removed the `redacted` column from the table schema. [6](https://github.com/datasette/datasette-secrets/issues/6)

0.1a0

- Initial alpha preview release. [1](https://github.com/datasette/datasette-secrets/issues/1)

Links

Releases

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.