issues
search
VEuPathDB
/
vdi-service
Apache License 2.0
0
stars
0
forks
source link
Update VDI dataset details endpoints to retrieve account info from bearer token instead of directly from account DB
#325
Closed
dmgaldi
closed
2 months ago
dmgaldi
commented
3 months ago
Overview
Update the usages of
https://github.com/VEuPathDB/vdi-service/blob/main/service/rest-service/src/main/kotlin/org/veupathdb/service/vdi/db/AccountDB.kt
to use new container core functions to get account details
The static methods of this class can be used in their stead:
https://github.com/VEuPathDB/lib-jaxrs-container-core/blob/master/src/main/java/org/veupathdb/lib/container/jaxrs/providers/UserProvider.java#L49C26-L55
Cleanup
The AccountDB connection details can be cleaned up from the environment after this
Foxcapades
commented
2 months ago
Completed by @steve-fischer-200 in #330
Overview
Cleanup