Bug 48726 - Use sqlite instead of postgresql for self service token database
Use sqlite instead of postgresql for self service token database
Status: NEW
Product: UCS
Classification: Unclassified
Component: Self Service
UCS 4.4
Other Linux
: P5 normal (vote)
: ---
Assigned To: UMC maintainers
UMC maintainers
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2019-02-21 13:54 CET by Florian Best
Modified: 2022-06-02 23:10 CEST (History)
1 user (show)

See Also:
What kind of report is it?: Development Internal
What type of bug is this?: ---
Who will be affected by this bug?: ---
How will those affected feel about the bug?: ---
User Pain:
Enterprise Customer affected?:
School Customer affected?:
ISV affected?:
Waiting Support:
Flags outvoted (downgraded) after PO Review:
Ticket number:
Bug group (optional):
Max CVSS v3 score:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Florian Best univentionstaff 2019-02-21 13:54:08 CET
The self-service currently has a dependency on postgresql.
This is not really necessary.
The database is for storing the generated reset tokens, the code is only used by the UMC module which runs as root and only connect hardcoded "localhost" postgresql database.
It could be simply changed to a local sqlite database.