<!-- 
RSS generated by JIRA (1001.0.0-SNAPSHOT#100246-sha1:7a5c50119eb0633d306e14180817ddef5e80c75d) at Thu Feb 08 23:16:37 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-1886] Use Okapi&apos;s config file facility</title>
                <link>https://folio-org.atlassian.net/browse/FOLIO-1886</link>
                <project id="10290" key="FOLIO">FOLIO</project>
                    <description>&lt;p&gt;Okapi 2.26.0 and later allows configuration in a file as an alternative to command-line arguments:&lt;/p&gt;

&lt;p&gt;Example:&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;
   java -jar target/okapi-core-fat.jar -conf okapi1.json dev
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&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;
cat okapi1.json
{
  &lt;span class=&quot;code-quote&quot;&gt;&quot;storage&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;postgres&quot;&lt;/span&gt;,
  &lt;span class=&quot;code-quote&quot;&gt;&quot;postgres_host&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;localhost&quot;&lt;/span&gt;,
  &lt;span class=&quot;code-quote&quot;&gt;&quot;postgres_port&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;5432&quot;&lt;/span&gt;,
  &lt;span class=&quot;code-quote&quot;&gt;&quot;postgres_username&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;okapi&quot;&lt;/span&gt;,
  &lt;span class=&quot;code-quote&quot;&gt;&quot;postgres_password&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;okapi25&quot;&lt;/span&gt;
}
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;Note that is works for Okapi configuration options only. They are listed in the Okapi Configuration section: &lt;a href=&quot;https://github.com/folio-org/okapi/blob/master/doc/guide.md#okapi-configuration&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://github.com/folio-org/okapi/blob/master/doc/guide.md#okapi-configuration&lt;/a&gt;&lt;br/&gt;
Options of other software libraries that Okapi uses must be passed as -D command line options.&lt;/p&gt;</description>
                <environment></environment>
        <key id="81160">FOLIO-1886</key>
            <summary>Use Okapi&apos;s config file facility</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="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="-1">Unassigned</assignee>
                                                                <reporter accountid="5f8314dfbdef80006f6f572d">Adam Dickmeiss</reporter>
                                    <labels>
                            <label>platform-backlog</label>
                            <label>security</label>
                            <label>security-reviewed</label>
                    </labels>
                <created>Thu, 21 Mar 2019 10:49:58 +0000</created>
                <updated>Sat, 27 Feb 2021 07:57:53 +0000</updated>
                            <resolved>Sat, 27 Feb 2021 07:57:53 +0000</resolved>
                                                                        <due></due>
                            <votes>0</votes>
                                    <watches>5</watches>
                                                                <comments>
                                                            <comment id="192525" author="5c706fbb47a54a6728e59df2" created="Thu, 21 Mar 2019 11:02:05 +0000"  >&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5f8314dfbdef80006f6f572d&quot; class=&quot;user-hover&quot; rel=&quot;5f8314dfbdef80006f6f572d&quot; data-account-id=&quot;5f8314dfbdef80006f6f572d&quot; accountid=&quot;5f8314dfbdef80006f6f572d&quot; rel=&quot;noreferrer&quot;&gt;Adam Dickmeiss&lt;/a&gt; should we update the Okapi Debian package to make use of this facility?&lt;/p&gt;</comment>
                                                            <comment id="192527" author="5f8314dfbdef80006f6f572d" created="Thu, 21 Mar 2019 13:08:13 +0000"  >&lt;p&gt;I think that&apos;s a good idea.. Hopefully pretty easy to do. Be sure to put it in /etc (or a directory under there) so that Debian can be smart about configuration changes.. Eg when user has modified it and package maintainer has modified it,, There will be a &quot;conflict&quot; which the user can  resolve.. That&apos;s better than just overwriting (if not in /etc/).&lt;/p&gt;</comment>
                                                            <comment id="192531" author="5f8314dfbdef80006f6f572d" created="Thu, 21 Mar 2019 13:11:13 +0000"  >&lt;p&gt;Note that you can also - if you like - put the mode of operation in configuration.. eg&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;
java -jar target/okapi-core-fat.jar -conf okapi1.json
cat okapi1.json
{
  &lt;span class=&quot;code-quote&quot;&gt;&quot;mode&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;dev&quot;&lt;/span&gt;,
  &lt;span class=&quot;code-quote&quot;&gt;&quot;storage&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;postgres&quot;&lt;/span&gt;,
  &lt;span class=&quot;code-quote&quot;&gt;&quot;postgres_host&quot;&lt;/span&gt; : &lt;span class=&quot;code-quote&quot;&gt;&quot;localhost&quot;&lt;/span&gt;,
..
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                                                            <comment id="192533" author="5f8314dfbdef80006f6f572d" created="Sat, 27 Feb 2021 07:57:53 +0000"  >&lt;p&gt;Closing as this was done in 
    &lt;span class=&quot;jira-issue-macro resolved&quot; data-jira-key=&quot;OKAPI-858&quot; &gt;
                &lt;a href=&quot;https://folio-org.atlassian.net/browse/OKAPI-858&quot; class=&quot;jira-issue-macro-key issue-link&quot;  title=&quot;okapi.sh should not put credentials into -D command line options&quot; &gt;
            &lt;img class=&quot;icon&quot; src=&quot;https://folio-org.atlassian.net/rest/api/2/universal_avatar/view/type/issuetype/avatar/10303?size=medium&quot; /&gt;
            OKAPI-858
        &lt;/a&gt;
                                                    &lt;span class=&quot;aui-lozenge aui-lozenge-subtle aui-lozenge-success jira-macro-single-issue-export-pdf&quot;&gt;Closed&lt;/span&gt;
            &lt;/span&gt;
&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10000">
                    <name>Blocks</name>
                                                                <inwardlinks description="is blocked by">
                                        <issuelink>
            <issuekey id="54109">OKAPI-709</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10002">
                    <name>Duplicate</name>
                                                                <inwardlinks description="is duplicated by">
                                        <issuelink>
            <issuekey id="54289">OKAPI-858</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <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|hzzjdz:</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>Thu, 21 Mar 2019 11:02:05 +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>