• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

supabase / wrappers / 21242101206 / 1
76%
main: 76%

Build:
DEFAULT BRANCH: main
Ran 22 Jan 2026 09:36AM UTC
Files 58
Run time 2s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

22 Jan 2026 08:54AM UTC coverage: 75.753%. Remained the same
21242101206.1

push

github

web-flow
feat(hubspot): add api_key_name support for Vault secret lookup by name (#545)

* feat(hubspot): add api_key_name support for Vault secret lookup by name

## Summary
Add `api_key_name` support to HubSpot FDW, enabling Vault secret lookup by name for environment-agnostic configuration.

### Infrastructure Changes (enables feature for all WASM FDWs)
- Add `get-vault-secret-by-name` function to WIT interface (v1 and v2)
- Implement host-side binding to call native `get_vault_secret_by_name`

### HubSpot FDW Changes
- Add `api_key_name` option to HubSpot FDW authentication
- Follow Stripe FDW implementation pattern
- Update documentation with examples

Fixes #437

* docs(hubspot): clarify that api_key accepts Private App Access Token

Add note explaining that HubSpot deprecated their legacy API Keys in
November 2022 and that the api_key option accepts Private App Access
Tokens, which is HubSpot's recommended authentication method.

This helps address confusion reported in #461.

* fix: correct Rust type errors in api_key retrieval

- Remove `.cloned()` call on Option<String> (already owned)
- Pass &key_id and &key_name to get_vault_secret functions (expects &str)

6689 of 8830 relevant lines covered (75.75%)

50.41 hits per line

Source Files on job 21242101206.1
  • Tree
  • List 58
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 21242101206
  • 052851e3 on github
  • Prev Job for on main (#21022522438.1)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc