<!-- 
RSS generated by JIRA (1001.0.0-SNAPSHOT#100246-sha1:7a5c50119eb0633d306e14180817ddef5e80c75d) at Thu Feb 08 23:11:08 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-1139] Add EKB configuration script to Vagrant build</title>
                <link>https://folio-org.atlassian.net/browse/FOLIO-1139</link>
                <project id="10290" key="FOLIO">FOLIO</project>
                    <description>&lt;p&gt;...so that users can configure EKB with something like &lt;tt&gt;vagrant ssh &amp;#8211; configure_eds.sh --key=mysecretkey&lt;/tt&gt;&lt;/p&gt;</description>
                <environment></environment>
        <key id="79455">FOLIO-1139</key>
            <summary>Add EKB configuration script to Vagrant build</summary>
                <type id="10003" iconUrl="https://folio-org.atlassian.net/rest/api/2/universal_avatar/view/type/issuetype/avatar/10318?size=medium">Task</type>
                                            <priority id="10002" iconUrl="https://dev.folio.org/assets/jira-priority/jira-p3.svg">P3</priority>
                        <status id="1" iconUrl="https://folio-org.atlassian.net/images/icons/statuses/open.png" description="The issue is open and ready for the assignee to start work on it.">Open</status>
                    <statusCategory id="2" key="new" colorName="blue-gray"/>
                                    <resolution id="-1">Unresolved</resolution>
                                                        <assignee accountid="-1">Unassigned</assignee>
                                                                <reporter accountid="5c706fbb47a54a6728e59df2">Wayne Schneider</reporter>
                                    <labels>
                            <label>ci</label>
                    </labels>
                <created>Fri, 16 Mar 2018 16:29:29 +0000</created>
                <updated>Wed, 15 Jul 2020 12:29:40 +0000</updated>
                                                                                <due></due>
                            <votes>0</votes>
                                    <watches>5</watches>
                                                                <comments>
                                                            <comment id="191354" author="5ee89462f7aa140abd82d11d" created="Mon, 19 Mar 2018 11:29:05 +0000"  >&lt;p&gt;I use a Vagrantfile that looks similar to this:&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;
Vagrant.configure(&lt;span class=&quot;code-quote&quot;&gt;&quot;2&quot;&lt;/span&gt;) &lt;span class=&quot;code-keyword&quot;&gt;do&lt;/span&gt; |config|
  config.vm.box = &lt;span class=&quot;code-quote&quot;&gt;&quot;folio/testing&quot;&lt;/span&gt;

  config.vm.provision &lt;span class=&quot;code-quote&quot;&gt;&quot;shell&quot;&lt;/span&gt;, env: {
    &lt;span class=&quot;code-quote&quot;&gt;&quot;URL&quot;&lt;/span&gt; =&amp;gt; &lt;span class=&quot;code-quote&quot;&gt;&quot;https:&lt;span class=&quot;code-comment&quot;&gt;//folio-demo.gbv.de&quot;&lt;/span&gt;,
&lt;/span&gt;  }, inline: &amp;lt;&amp;lt;-SHELL
    set -e
    TOKEN=$( curl --silent -D - -H &lt;span class=&quot;code-quote&quot;&gt;&quot;X-Okapi-Tenant: diku&quot;&lt;/span&gt; -H &lt;span class=&quot;code-quote&quot;&gt;&quot;Content-type: application/json&quot;&lt;/span&gt; -H &lt;span class=&quot;code-quote&quot;&gt;&quot;Accept: application/json&quot;&lt;/span&gt; -d &lt;span class=&quot;code-quote&quot;&gt;&apos;{&lt;span class=&quot;code-quote&quot;&gt;&quot;tenant&quot;&lt;/span&gt;:&lt;span class=&quot;code-quote&quot;&gt;&quot;diku&quot;&lt;/span&gt;,&lt;span class=&quot;code-quote&quot;&gt;&quot;username&quot;&lt;/span&gt;:&lt;span class=&quot;code-quote&quot;&gt;&quot;diku_admin&quot;&lt;/span&gt;,&lt;span class=&quot;code-quote&quot;&gt;&quot;password&quot;&lt;/span&gt;:&lt;span class=&quot;code-quote&quot;&gt;&quot;admin&quot;&lt;/span&gt;}&apos;&lt;/span&gt; $URL/authn/login | grep -i &lt;span class=&quot;code-quote&quot;&gt;&quot;^x-okapi-token: &quot;&lt;/span&gt; )
    &lt;span class=&quot;code-keyword&quot;&gt;for&lt;/span&gt; config in  \
      &lt;span class=&quot;code-quote&quot;&gt;&apos;{&lt;span class=&quot;code-quote&quot;&gt;&quot;module&quot;&lt;/span&gt;:&lt;span class=&quot;code-quote&quot;&gt;&quot;ORG&quot;&lt;/span&gt;,&lt;span class=&quot;code-quote&quot;&gt;&quot;configName&quot;&lt;/span&gt;:&lt;span class=&quot;code-quote&quot;&gt;&quot;locale&quot;&lt;/span&gt;,&lt;span class=&quot;code-quote&quot;&gt;&quot;value&quot;&lt;/span&gt;:&lt;span class=&quot;code-quote&quot;&gt;&quot;de-DE&quot;&lt;/span&gt;}&apos;&lt;/span&gt; \
      &lt;span class=&quot;code-quote&quot;&gt;&apos;{&lt;span class=&quot;code-quote&quot;&gt;&quot;module&quot;&lt;/span&gt;:&lt;span class=&quot;code-quote&quot;&gt;&quot;KB_EBSCO&quot;&lt;/span&gt;, &lt;span class=&quot;code-quote&quot;&gt;&quot;configName&quot;&lt;/span&gt;:&lt;span class=&quot;code-quote&quot;&gt;&quot;api_credentials&quot;&lt;/span&gt;, &lt;span class=&quot;code-quote&quot;&gt;&quot;code&quot;&lt;/span&gt;:&lt;span class=&quot;code-quote&quot;&gt;&quot;kb.ebsco.credentials&quot;&lt;/span&gt;, &lt;span class=&quot;code-quote&quot;&gt;&quot;description&quot;&lt;/span&gt;:&lt;span class=&quot;code-quote&quot;&gt;&quot;EBSCO RM-API Credentials&quot;&lt;/span&gt;, &lt;span class=&quot;code-quote&quot;&gt;&quot;enabled&quot;&lt;/span&gt;:&lt;span class=&quot;code-keyword&quot;&gt;true&lt;/span&gt;, &lt;span class=&quot;code-quote&quot;&gt;&quot;value&quot;&lt;/span&gt;:&lt;span class=&quot;code-quote&quot;&gt;&quot;customer-id=&#8230;&amp;amp;api-key=&#8230;&quot;&lt;/span&gt;}&apos;&lt;/span&gt; \
      &lt;span class=&quot;code-quote&quot;&gt;&apos;{&lt;span class=&quot;code-quote&quot;&gt;&quot;module&quot;&lt;/span&gt;:&lt;span class=&quot;code-quote&quot;&gt;&quot;EKB&quot;&lt;/span&gt;, &lt;span class=&quot;code-quote&quot;&gt;&quot;configName&quot;&lt;/span&gt;:&lt;span class=&quot;code-quote&quot;&gt;&quot;api_access&quot;&lt;/span&gt;, &lt;span class=&quot;code-quote&quot;&gt;&quot;code&quot;&lt;/span&gt;:&lt;span class=&quot;code-quote&quot;&gt;&quot;kb.ebsco.customerId&quot;&lt;/span&gt;, &lt;span class=&quot;code-quote&quot;&gt;&quot;description&quot;&lt;/span&gt;:&lt;span class=&quot;code-quote&quot;&gt;&quot;EBSCO RM-API Customer ID&quot;&lt;/span&gt;, &lt;span class=&quot;code-quote&quot;&gt;&quot;enabled&quot;&lt;/span&gt;:&lt;span class=&quot;code-keyword&quot;&gt;true&lt;/span&gt;, &lt;span class=&quot;code-quote&quot;&gt;&quot;value&quot;&lt;/span&gt;:&lt;span class=&quot;code-quote&quot;&gt;&quot;&#8230;&quot;&lt;/span&gt;}&apos;&lt;/span&gt; \
      &lt;span class=&quot;code-quote&quot;&gt;&apos;{&lt;span class=&quot;code-quote&quot;&gt;&quot;module&quot;&lt;/span&gt;:&lt;span class=&quot;code-quote&quot;&gt;&quot;EKB&quot;&lt;/span&gt;, &lt;span class=&quot;code-quote&quot;&gt;&quot;configName&quot;&lt;/span&gt;:&lt;span class=&quot;code-quote&quot;&gt;&quot;api_access&quot;&lt;/span&gt;, &lt;span class=&quot;code-quote&quot;&gt;&quot;code&quot;&lt;/span&gt;:&lt;span class=&quot;code-quote&quot;&gt;&quot;kb.ebsco.apiKey&quot;&lt;/span&gt;, &lt;span class=&quot;code-quote&quot;&gt;&quot;description&quot;&lt;/span&gt;:&lt;span class=&quot;code-quote&quot;&gt;&quot;EBSCO RM-API API Key&quot;&lt;/span&gt;, &lt;span class=&quot;code-quote&quot;&gt;&quot;enabled&quot;&lt;/span&gt;:&lt;span class=&quot;code-keyword&quot;&gt;true&lt;/span&gt;, &lt;span class=&quot;code-quote&quot;&gt;&quot;value&quot;&lt;/span&gt;:&lt;span class=&quot;code-quote&quot;&gt;&quot;&#8230;&quot;&lt;/span&gt;}&apos;&lt;/span&gt; \
      &lt;span class=&quot;code-quote&quot;&gt;&apos;{&lt;span class=&quot;code-quote&quot;&gt;&quot;module&quot;&lt;/span&gt;:&lt;span class=&quot;code-quote&quot;&gt;&quot;EKB&quot;&lt;/span&gt;, &lt;span class=&quot;code-quote&quot;&gt;&quot;configName&quot;&lt;/span&gt;:&lt;span class=&quot;code-quote&quot;&gt;&quot;api_access&quot;&lt;/span&gt;, &lt;span class=&quot;code-quote&quot;&gt;&quot;code&quot;&lt;/span&gt;:&lt;span class=&quot;code-quote&quot;&gt;&quot;kb.ebsco.url&quot;&lt;/span&gt;, &lt;span class=&quot;code-quote&quot;&gt;&quot;description&quot;&lt;/span&gt;:&lt;span class=&quot;code-quote&quot;&gt;&quot;EBSCO RM-API URL&quot;&lt;/span&gt;, &lt;span class=&quot;code-quote&quot;&gt;&quot;enabled&quot;&lt;/span&gt;:&lt;span class=&quot;code-keyword&quot;&gt;true&lt;/span&gt;, &lt;span class=&quot;code-quote&quot;&gt;&quot;value&quot;&lt;/span&gt;:&lt;span class=&quot;code-quote&quot;&gt;&quot;&#8230;&quot;&lt;/span&gt;}&apos;&lt;/span&gt;
    &lt;span class=&quot;code-keyword&quot;&gt;do&lt;/span&gt;
      curl --silent -H &lt;span class=&quot;code-quote&quot;&gt;&quot;$TOKEN&quot;&lt;/span&gt; -H &lt;span class=&quot;code-quote&quot;&gt;&quot;x-okapi-tenant: diku&quot;&lt;/span&gt; -H &lt;span class=&quot;code-quote&quot;&gt;&quot;Content-type: application/json&quot;&lt;/span&gt; -X POST -d &lt;span class=&quot;code-quote&quot;&gt;&quot;$config&quot;&lt;/span&gt; $URL/configurations/entries
    done
  SHELL
end
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                                                            <comment id="191356" author="5bffed52a1b46046f530c8f7" created="Mon, 19 Mar 2018 11:32:42 +0000"  >&lt;p&gt;Now, that&apos;s clever.&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                    </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|hzydyv:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_10020" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10024" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>[CHART] Date of First Response</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Mon, 19 Mar 2018 11:29:05 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                </customfields>
    </item>
</channel>
</rss>