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.dev21.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.dev21.tar.gz.
File metadata
- Download URL: tigrbl_spiffe-0.1.1.dev21.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 |
654c4bdbc82c2cfd45b6d4edaa74e376926c64e01d423db7088b3bd3a6769963
|
|
| MD5 |
b1e3d68aeb29f3cd013b2b4aadf4f25d
|
|
| BLAKE2b-256 |
62288251b83f9ebb26f4f1f37ff179f7f5a657295b7f7b851e5e033129a4a012
|
File details
Details for the file tigrbl_spiffe-0.1.1.dev21-py3-none-any.whl.
File metadata
- Download URL: tigrbl_spiffe-0.1.1.dev21-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 |
af448d1c6a9a28068d9ec7f81b5c4a1059965f34618a9ee05e648f0ae3ee15d9
|
|
| MD5 |
7145cfa5729ccc45b7692b47c1112d85
|
|
| BLAKE2b-256 |
a168ec9816d9c224b5b218612a5b50ecde17795e4c73c31c0f419212bc3d2956
|