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

supabase / wrappers / 23775507213 / 1
81%
main: 81%

Build:
DEFAULT BRANCH: main
Ran 31 Mar 2026 01:14AM UTC
Files 60
Run time 1s
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

31 Mar 2026 01:06AM UTC coverage: 80.346% (+0.02%) from 80.324%
23775507213.1

push

github

web-flow
feat: allow vault secret lookup by name in _id options (#591)

* feat: allow vault secret lookup by name in `_id` options

Change `get_vault_secret()` to fall back to name-based lookup when
the input is not a valid UUID.

This allows all FDW `*_id` options (e.g. `conn_string_id`,
`api_key_id`, `bearer_token_id`) to accept either a vault secret
UUID or a human-readable name, making configuration easier:

```sql
-- Before: only UUID worked
OPTIONS (conn_string_id 'a1b2c3d4-e5f6-...')

-- Now: name also works
OPTIONS (conn_string_id 'my_mysql_prod')
```

Since vault secret names are human-readable labels that cannot be
valid UUIDs, there is no ambiguity. Existing UUID-based usage is
completely unaffected.

* feat: update get_vault_secret to accept secret name or ID

---------

Co-authored-by: Bo Lu <lv.patrick@gmail.com>

7943 of 9886 relevant lines covered (80.35%)

54.16 hits per line

Source Files on job 23775507213.1
  • Tree
  • List 60
  • Changed 2
  • Source Changed 1
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 23775507213
  • 90184a4a on github
  • Prev Job for on main (#23647540559.1)
  • Next Job for on main (#24066154514.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