SPIFFE/SPIRE implementation for Tigrbl with table/op-centric UDS + HTTP(S) transports
Project description
tigrbl-spiffe
SPIFFE/SPIRE plugin for Tigrbl. Table/op-centric design:
- Single SVID table with
rotateop and remote-read delegation - Registrar and Bundle tables using canonical
read/merge/replace - Middleware for identity injection, authn, TLS
- Transport adapter for UDS (agent), HTTP/HTTPS (gateways)
Install
uv add tigrbl-spiffe
# or
pip install tigrbl-spiffe
Quickstart
from tigrbl import TigrblApp
from tigrbl_spiffe.plugin import TigrblSpiffePlugin
from tigrbl_spiffe.adapters import Endpoint
app = TigrblApp()
plugin = TigrblSpiffePlugin(
workload_endpoint=Endpoint(scheme="uds", address="unix:///tmp/spire-agent/public/api.sock"),
)
plugin.install(app)
See examples/ for agent fetch, registrar merge, and TLS client usage.
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
tigrbl_spiffe-0.1.1.dev20.tar.gz
(18.1 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file tigrbl_spiffe-0.1.1.dev20.tar.gz.
File metadata
- Download URL: tigrbl_spiffe-0.1.1.dev20.tar.gz
- Upload date:
- Size: 18.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.10.12 {"installer":{"name":"uv","version":"0.10.12","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8462da69003e736e2539943c4e55e3718240a505f05eedef962bc85dcd4f2ead
|
|
| MD5 |
fb023b867e1097450cd5305aab320bda
|
|
| BLAKE2b-256 |
463dfa824e4465943e87fb0440c3c49d7ce3eb7b7b921d5097e4f4a1fcc8f945
|
File details
Details for the file tigrbl_spiffe-0.1.1.dev20-py3-none-any.whl.
File metadata
- Download URL: tigrbl_spiffe-0.1.1.dev20-py3-none-any.whl
- Upload date:
- Size: 27.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.10.12 {"installer":{"name":"uv","version":"0.10.12","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d414279102846b8269f357c7eaad19f38caea409bcf7ee83cd72c2200c20a99d
|
|
| MD5 |
327f7c5607cd8895a84797eab6a15a69
|
|
| BLAKE2b-256 |
8f1a1b8d4a845c00311a26b4f4ee580a3ab58ae3f96eaab923c936e2eeed9504
|