Add secrets table and related procedures #63
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
secrets table
Diagram
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
Add secrets tableto Add secrets table and related procedures