[FOLIO-2652] Refine ebsco-rmapi-config settings for Hosted Reference Environments Created: 18/Jun/20 Updated: 22/Jun/20 Resolved: 22/Jun/20 |
|
| Status: | Closed |
| Project: | FOLIO |
| Components: | None |
| Affects versions: | None |
| Fix versions: | None |
| Type: | Story | Priority: | P2 |
| Reporter: | Carole Godfrey | Assignee: | David Crossley |
| Resolution: | Done | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original estimate: | Not Specified | ||
| Attachments: |
|
||||||||
| Issue links: |
|
||||||||
| Sprint: | DevOps: sprint 90 | ||||||||
| Development Team: | FOLIO DevOps | ||||||||
| Description |
|
There have been updates to mod-kb-ebsco-java module to support data migration. Related PR: As a result of this – a default set of credentials gets added to reference environments (for example -Dummy Credentials as shown in attached screen shot from folio-testing) We would like to request that the POST Request (https://folio-org.atlassian.net/browse/FOLIO-2617) Only 1 set of credentials should be present in reference environments. Having 2 requires users to be associated with a specific set of credentials Note – the migration scripts use a hardcode id 80898dee-449f-44dd-9c8e-37d5eb469b1d which should be updated with the PUT For example: PUT /eholdings/kb-credentials/80898dee-449f-44dd-9c8e-37d5eb469b1d
{
"data": {
"type": "kbCredentials",
"attributes": {
"name": "Knowledge Base",
"apiKey": "XXXX",
"url": "YYYY",
"customerId": "ZZZZ"
}
}
}
|
| Comments |
| Comment by David Crossley [ 22/Jun/20 ] |
|
Done. |