Search Shortcut cmd + k | ctrl + k
boilstream

Mounts boilstream server as a secure Remote Secrets Storage

Maintainer(s): dforsber

Installing and Loading

INSTALL boilstream FROM community;
LOAD boilstream;

Example

PRAGMA duckdb_secrets_boilstream_endpoint('https://localhost:443/secrets:ffe14a7a000000010000000168e4f9a5bcca736c3adaaf0f63e735f881adc397db6da85f1b9e231f70bbf6f71db4ef9fad837bc8');

About boilstream

This extension implements secure remote secrets storage on compatible REST API endpoints. Required REST API on the server endpoint: https://github.com/dforsber/boilstream-extension/blob/main/src/README.md As an example with boilstream server provided REST API:

  • Download and run boilstream server, go to https://your-server/, register user with MFA
  • Vend web token and pass it along with the PRAGMA duckdb_secrets_boilstream_endpoint('https://your-server/secrets:TOKEN')
  • FROM duckdb_secrets();

Added Functions

function_name function_type description comment examples
duckdb_secrets_boilstream_endpoint pragma NULL NULL