<!-- 
RSS generated by JIRA (1001.0.0-SNAPSHOT#100246-sha1:7a5c50119eb0633d306e14180817ddef5e80c75d) at Thu Feb 08 23:22:15 UTC 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary add field=key&field=summary to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>FOLIO Jira</title>
    <link>https://folio-org.atlassian.net</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>1001.0.0-SNAPSHOT</version>
        <build-number>100246</build-number>
        <build-date>07-02-2024</build-date>
    </build-info>

<item>
            <title>[FOLIO-2652] Refine ebsco-rmapi-config settings for Hosted Reference Environments</title>
                <link>https://folio-org.atlassian.net/browse/FOLIO-2652</link>
                <project id="10290" key="FOLIO">FOLIO</project>
                    <description>&lt;p&gt;There have been updates to mod-kb-ebsco-java module to support data migration.&lt;/p&gt;

&lt;p&gt;Related PR:&lt;br/&gt;
&lt;a href=&quot;https://github.com/folio-org/mod-kb-ebsco-java/pull/282&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://github.com/folio-org/mod-kb-ebsco-java/pull/282&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Applicable code&lt;br/&gt;
&lt;a href=&quot;https://github.com/folio-org/mod-kb-ebsco-java/blob/2199a01df3f8f4331b38b1650a07ebe4f2209f9c/src/main/resources/liquibase/tenant/scripts/v3.5.0/create-kb-credentials-table.xml#L51&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://github.com/folio-org/mod-kb-ebsco-java/blob/2199a01df3f8f4331b38b1650a07ebe4f2209f9c/src/main/resources/liquibase/tenant/scripts/v3.5.0/create-kb-credentials-table.xml#L51&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;As a result of this &#8211; a default set of credentials gets added to reference environments (for example -Dummy Credentials as shown in attached screen shot from folio-testing)&lt;/p&gt;

&lt;p&gt;We would like to request that the POST Request (&lt;a href=&quot;https://folio-org.atlassian.net/browse/FOLIO-2617&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://folio-org.atlassian.net/browse/FOLIO-2617&lt;/a&gt;)&lt;br/&gt;
&lt;a href=&quot;https://github.com/folio-org/folio-ansible/blob/85ad9988f3c4fd91cfec35ea515140e0a942f5d5/roles/ebsco-rmapi-config/tasks/main.yml#L18&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://github.com/folio-org/folio-ansible/blob/85ad9988f3c4fd91cfec35ea515140e0a942f5d5/roles/ebsco-rmapi-config/tasks/main.yml#L18&lt;/a&gt;&lt;br/&gt;
be revised to instead issue a PUT request to update the dummy/default credentials. &lt;/p&gt;

&lt;p&gt;Only 1 set of credentials should be present in reference environments. Having 2 requires users to be associated with a specific set of credentials&lt;/p&gt;

&lt;p&gt;Note &#8211; the migration scripts use a hardcode id 80898dee-449f-44dd-9c8e-37d5eb469b1d which should be updated with the PUT&lt;/p&gt;

&lt;p&gt;For example:&lt;/p&gt;

&lt;div class=&quot;preformatted panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;preformattedContent panelContent&quot;&gt;
&lt;pre&gt;PUT /eholdings/kb-credentials/80898dee-449f-44dd-9c8e-37d5eb469b1d
{
 &quot;data&quot;: {
  &quot;type&quot;: &quot;kbCredentials&quot;,
  &quot;attributes&quot;: {
   &quot;name&quot;: &quot;Knowledge Base&quot;,
   &quot;apiKey&quot;: &quot;XXXX&quot;,
   &quot;url&quot;: &quot;YYYY&quot;,
   &quot;customerId&quot;: &quot;ZZZZ&quot;
  }
 }
}&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</description>
                <environment></environment>
        <key id="81679">FOLIO-2652</key>
            <summary>Refine ebsco-rmapi-config settings for Hosted Reference Environments</summary>
                <type id="10005" iconUrl="https://folio-org.atlassian.net/rest/api/2/universal_avatar/view/type/issuetype/avatar/10309?size=medium">Story</type>
                                            <priority id="10001" iconUrl="https://dev.folio.org/assets/jira-priority/jira-p2.svg">P2</priority>
                        <status id="6" iconUrl="https://folio-org.atlassian.net/images/icons/statuses/closed.png" description="The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.">Closed</status>
                    <statusCategory id="3" key="done" colorName="green"/>
                                    <resolution id="10003">Done</resolution>
                                                        <assignee accountid="61cd0ca0bce5e00069e98be7">David Crossley</assignee>
                                                                <reporter accountid="557058:194139f2-d44f-4adb-a0ad-8824bc5112d3">Carole Godfrey</reporter>
                                    <labels>
                    </labels>
                <created>Thu, 18 Jun 2020 16:11:07 +0000</created>
                <updated>Mon, 22 Jun 2020 02:55:14 +0000</updated>
                            <resolved>Mon, 22 Jun 2020 02:55:14 +0000</resolved>
                                                                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                <comments>
                                                            <comment id="199148" author="61cd0ca0bce5e00069e98be7" created="Mon, 22 Jun 2020 02:55:00 +0000"  >&lt;p&gt;Done.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10003">
                    <name>Relates</name>
                                                                <inwardlinks description="relates to">
                                        <issuelink>
            <issuekey id="81638">FOLIO-2617</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                            <attachment id="64295" name="Screen Shot 2020-06-18 at 11.02.04 AM.png" size="441724" author="557058:194139f2-d44f-4adb-a0ad-8824bc5112d3" created="Thu, 18 Jun 2020 15:48:10 +0000"/>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_10000" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummarycf">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10057" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Development Team</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10155"><![CDATA[FOLIO DevOps]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10019" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i01bbb:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_10020" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue id="1878">DevOps: sprint 90</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10024" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>[CHART] Date of First Response</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Mon, 22 Jun 2020 02:55:00 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10025" key="com.atlassian.jira.ext.charting:timeinstatus">
                        <customfieldname>[CHART] Time in Status</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                    </customfields>
    </item>
</channel>
</rss>