Expand description
Helpers for store/distributor/billing API key references (opaque refs only; no secrets).
URIs follow secrets://<env>/<tenant>/<team|_>/<category>/<name>:
- Store → Repo API keys: category
store, namerepo__{repo_ref}__api-key - Distributor API keys: category
distributor, name{distributor_ref}__api-key - Billing provider API keys: category
billing, name{billing_provider_id}__api-key
Functions§
- billing_
api_ key_ uri - Build the canonical URI for a billing provider API key reference.
- distributor_
api_ key_ uri - Build the canonical URI for a distributor API key reference.
- get_
billing_ provider_ api_ key_ ref - Retrieve a billing provider API key reference.
- get_
distributor_ api_ key_ ref - Retrieve a distributor API key reference.
- get_
repo_ api_ key_ ref - Retrieve a repo API key reference.
- repo_
api_ key_ uri - Build the canonical URI for a repo API key reference.