Fortanix SDKMS Plugin Registr Builder
Project description
SDKMS Plugin Registry Builder
This tool builds a SDKMS plugin registry manifest file out of a git repository. It iterates through each commit and signs it. At each step of the iteration the tool keep building the manifest which is a JSON structure with the following schema:
{
"license": <Common MPL license for thos plugin that don't specify a license>
"plugins": [
{
"name": "<Plugin Name>",
"versions": {
"<version>": {
"path": <path/to/plugin/file>,
"description": <plugin description>,
"thumbnail": <short description / used by SDKMS for disaply in tiles>,
"release_notes": [
<str>,
...
],
"commit": <hexsha>
},
...
}
},
...
]
}
Fortanix Plugin Registry
SDKMS Plugin Registries are GIT repositories that contains SDKMS plugin (custom LUA code) that can be executed inside SDKMS to achieve certain business specific logic, or a functionality that is not part of the core capabilities offered by SDKMS. The repository should follow the following conventions:
- Each plugin should have a unique name.
- There should be just one plugin in each subdirectory.
- In each subdirectory the following files are required (case-sensitive):
- plugin.lua: Contains the plugin code.
- README.md: Contains a description of the plugin.
- thumbnail.txt: Contains a sentence/paragraph with a short description of the plugin.
- release_notes.txt: Contains release notes of the plugin.
Instructions
Before running this tool it is necessary that the GIT repository to be built is setup with the configuration so that its commits can be signed. Once the reposit
sdkms-plugin-registry-builder --repo-dir <Path/to/git/repository>
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for sdkms-plugin-registry-builder-0.1.3.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | faaa8faee0b414876aed621b7750af071473c5eef7474608f6c21dfb1dad1585 |
|
MD5 | ba2e23370dbc2df79da72f2e520cf565 |
|
BLAKE2b-256 | f8df7e6325a5871a59693d21c8612ef8e69aa6e4d26e7b00aec6e5551b17f11b |
Hashes for sdkms_plugin_registry_builder-0.1.3-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f1166fa8556925018a70a9649fb1870b8876a773546c24e5c0cf3beea71d1a0e |
|
MD5 | 0a0a03b2b66f19effeef5e1ee251ee2a |
|
BLAKE2b-256 | 0d11e5970fb836202841f731425e29ffdf09e0bca6b3373defda8138119c8bc0 |