Done
Details
Assignee
Carole GodfreyCarole GodfreyReporter
Carole GodfreyCarole GodfreyPriority
P3Story Points
8Sprint
NoneFix versions
TestRail: Cases
Open TestRail: CasesTestRail: Runs
Open TestRail: Runs
Details
Details
Assignee
Carole Godfrey
Carole GodfreyReporter
Carole Godfrey
Carole GodfreyPriority
Story Points
8
Sprint
None
Fix versions
TestRail: Cases
Open TestRail: Cases
TestRail: Runs
Open TestRail: Runs
Created July 12, 2018 at 5:09 PM
Updated December 5, 2018 at 5:18 PM
Resolved September 17, 2018 at 2:18 PM
mod-kb-ebsco currently stores rm api credentials (custid and apikey) as an entry in mod-configuration and url as an environment variable:
1) configuration entry with string containing both custid and apikey
query=(module==KB_EBSCO and configName==api_credentials and code==kb.ebsco.credentials)
2) url
stored as environment variable EBSCO_RMAPI_BASE_URL
mod-codex-ekb currently stores rm api credentials as 3 separate entries in mod-configuration
1) url
query=(module==EKB and configName==api_access and code==kb.ebsco.url)
-2)custid
query=(module==EKB and configName==api_access and code==kb.ebsco.customerId)
3)apikey
query=(module==EKB and configName==api_access and code==kb.ebsco.apiKey)
Update mod-kb-ebsco to use the locations as defined by mod-codex-ekb.
See attached screenshots
Backend work should allow the user to select API endpoint
Default endpoint = sandbox.ebsco.io