Add secrets table and related procedures #63

Closed
opened 2026-03-17 18:43:15 +00:00 by charlie · 0 comments
Owner

secrets table

Diagram

image

Purpose

Store the JWT minting key

Default values

issueancetime -> current_timestamp

insert_secret

Purpose

Insert a new key into the table

Input parameters

secret varchar(255)

get_secret

Purpose

Fetch the key that was added last

Requirement

The procedure should only have one key in the output cursor

# secrets table ## Diagram ![image](/attachments/65a7bb74-11fd-4c09-b7d9-f1c5e7dba82a) ## Purpose Store the JWT minting key ## Default values issueancetime -> current_timestamp # insert_secret ## Purpose Insert a new key into the table ## Input parameters secret varchar(255) # get_secret ## Purpose Fetch the key that was added last ## Requirement The procedure should only have one key in the output cursor
charlie changed title from Add secrets table to Add secrets table and related procedures 2026-03-17 18:47:42 +00:00
charlie added reference feature/api_auth_reqs 2026-03-17 20:34:33 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
ULFSII/phoenix_db#63
No description provided.