<!-- 
RSS generated by JIRA (1001.0.0-SNAPSHOT#100246-sha1:7a5c50119eb0633d306e14180817ddef5e80c75d) at Thu Feb 08 23:29:11 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-3581] Setup new Env Vars : mod-data-export-worker</title>
                <link>https://folio-org.atlassian.net/browse/FOLIO-3581</link>
                <project id="10290" key="FOLIO">FOLIO</project>
                    <description>&lt;p&gt;In order to support last changes in mod-data-export-worker - migration from local file system to S3-compatible remote storage (&lt;a href=&quot;https://folio-org.atlassian.net/browse/MODEXPW-197&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://folio-org.atlassian.net/browse/MODEXPW-197&lt;/a&gt;) one need to setup new environment variables according README &lt;a href=&quot;https://github.com/folio-org/mod-data-export-worker/blob/v1.4.6/README.md&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://github.com/folio-org/mod-data-export-worker/blob/v1.4.6/README.md&lt;/a&gt;. I.e. we need to have the following variables: LOCAL_FS_URL, LOCAL_FS_REGION, LOCAL_FS_BUCKET, LOCAL_FS_ACCESS_KEY_ID, LOCAL_FS_SECRET_ACCESS_KEY, LOCAL_FS_COMPOSE_WITH_AWS_SDK. The values LOCAL_FS_ACCESS_KEY_ID, LOCAL_FS_SECRET_ACCESS_KEY can be skipped if we use AWS IAM.&lt;/p&gt;</description>
                <environment></environment>
        <key id="82366">FOLIO-3581</key>
            <summary>Setup new Env Vars : mod-data-export-worker</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="10005" iconUrl="https://dev.folio.org/assets/jira-priority/tbd.svg">TBD</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="5c706fbb47a54a6728e59df2">Wayne Schneider</assignee>
                                                                <reporter accountid="63519767d66d8108a1226c09">Viachaslau Khandramai</reporter>
                                    <labels>
                    </labels>
                <created>Fri, 16 Sep 2022 09:10:07 +0000</created>
                <updated>Wed, 15 Feb 2023 17:23:22 +0000</updated>
                            <resolved>Tue, 27 Sep 2022 17:03:19 +0000</resolved>
                                                                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                <comments>
                                                            <comment id="198178" author="5c706fbb47a54a6728e59df2" created="Tue, 20 Sep 2022 19:30:44 +0000"  >&lt;p&gt;The FOLIO environment &lt;a href=&quot;https://folio-snapshot-test.dev.folio.org&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://folio-snapshot-test.dev.folio.org&lt;/a&gt; has been built with these variables related to S3 in the environment for mod-data-export-worker:&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;
LOCAL_FS_COMPOSE_WITH_AWS_SDK=&lt;span class=&quot;code-keyword&quot;&gt;true&lt;/span&gt;
LOCAL_FS_URL=https:&lt;span class=&quot;code-comment&quot;&gt;//s3.amazonaws.com
&lt;/span&gt;AWS_BUCKET=folio-snapshot-test-export
AWS_REGION=us-east-1
AWS_ACCESS_KEY_ID=[xxxxx]
LOCAL_FS_BUCKET=folio-snapshot-test-export-local
AWS_SECRET_ACCESS_KEY=[xxxxx]
LOCAL_FS_REGION=us-east-1
LOCAL_FS_ACCESS_KEY_ID=[xxxxx]
LOCAL_FS_SECRET_ACCESS_KEY=[xxxxx]
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;Export from the circulation log works as expected, but I don&apos;t know how to test the local fs bucket. Can you please test and let me know if it is working as you expect? Thank you!&lt;/p&gt;</comment>
                                                            <comment id="198179" author="5c706fbb47a54a6728e59df2" created="Thu, 22 Sep 2022 15:18:38 +0000"  >&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=63519767d66d8108a1226c09&quot; class=&quot;user-hover&quot; rel=&quot;63519767d66d8108a1226c09&quot; data-account-id=&quot;63519767d66d8108a1226c09&quot; accountid=&quot;63519767d66d8108a1226c09&quot; rel=&quot;noreferrer&quot;&gt;Viachaslau Khandramai&lt;/a&gt; I&apos;m sorry, I need you to test this system (&lt;a href=&quot;https://folio-snapshot-test.dev.folio.org&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://folio-snapshot-test.dev.folio.org&lt;/a&gt;) to confirm that it is working as expected. If you do not get to it by the end of next week, I will need to close this issue as &quot;won&apos;t do&quot;. Thank you!&lt;/p&gt;</comment>
                                                            <comment id="198180" author="63519767d66d8108a1226c09" created="Tue, 27 Sep 2022 04:26:21 +0000"  >&lt;p&gt;Hello &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5c706fbb47a54a6728e59df2&quot; class=&quot;user-hover&quot; rel=&quot;5c706fbb47a54a6728e59df2&quot; data-account-id=&quot;5c706fbb47a54a6728e59df2&quot; accountid=&quot;5c706fbb47a54a6728e59df2&quot; rel=&quot;noreferrer&quot;&gt;Wayne Schneider&lt;/a&gt;&#160;, unfortunately, env variables weren&apos;t applied for mod-data-export-worker. Typically, we add the following JAVA OPTIONS for mod-data-export to apply SYSTEM VARIABLES for module:&lt;/p&gt;

&lt;p&gt;--ENV=FOLIO&lt;br/&gt;
--AWS_URL=&lt;a href=&quot;https://s3.amazonaws.com&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://s3.amazonaws.com&lt;/a&gt;&lt;br/&gt;
--AWS_REGION=...&lt;br/&gt;
--AWS_BUCKET=...&lt;br/&gt;
--AWS_ACCESS_KEY_ID=...&lt;br/&gt;
--AWS_SECRET_ACCESS_KEY=...&lt;br/&gt;
--LOCAL_FS_URL=&lt;a href=&quot;https://s3.amazonaws.com&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://s3.amazonaws.com&lt;/a&gt;&lt;br/&gt;
--LOCAL_FS_REGION=...&lt;br/&gt;
--LOCAL_FS_BUCKET=...&lt;br/&gt;
--LOCAL_FS_ACCESS_KEY_ID=...&lt;br/&gt;
--LOCAL_FS_SECRET_ACCESS_KEY=...&lt;br/&gt;
--LOCAL_FS_COMPOSE_WITH_AWS_SDK=true&lt;/p&gt;

&lt;p&gt;I don&apos;t know how this is organized on hosted reference env but I see from logs that settled env variables aren&apos;t applied:&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;
01:47:09 [] [] [] [] INFO &#160;BaseFilesStorage &#160; &#160; Creating MinIO client endpoint https:&lt;span class=&quot;code-comment&quot;&gt;//s3.amazonaws.com,region us-east-1,bucket folio-snapshot-export,accessKey &amp;lt;set&amp;gt;,secretKey &amp;lt;set&amp;gt;, isComposedWithAwsSdk &lt;span class=&quot;code-keyword&quot;&gt;false&lt;/span&gt;.
&lt;/span&gt;01:47:09 [] [] [] [] INFO &#160;BaseFilesStorage &#160; &#160; StaticProvider MinIO credentials provider created.
01:47:09 [] [] [] [] INFO &#160;BaseFilesStorage &#160; &#160; Bucket has already exist.
01:47:09 [] [] [] [] INFO &#160;BaseFilesStorage &#160; &#160; Creating MinIO client endpoint http:&lt;span class=&quot;code-comment&quot;&gt;//127.0.0.1:9000/,region ,bucket ,accessKey &amp;lt;not set&amp;gt;,secretKey &amp;lt;not set&amp;gt;, isComposedWithAwsSdk &lt;span class=&quot;code-keyword&quot;&gt;false&lt;/span&gt;. &lt;/span&gt;&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;For second client I expect&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;
01:47:09 [] [] [] [] INFO &#160;BaseFilesStorage &#160; &#160;Creating MinIO client endpoint https:&lt;span class=&quot;code-comment&quot;&gt;//s3.amazonaws.com,region us-east-1,bucket folio-snapshot-export-local,accessKey &amp;lt;set&amp;gt;,secretKey &amp;lt;set&amp;gt;, isComposedWithAwsSdk &lt;span class=&quot;code-keyword&quot;&gt;false&lt;/span&gt;. &#160;&lt;/span&gt;&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;instead of&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;
01:47:09 [] [] [] [] INFO &#160;BaseFilesStorage &#160; &#160; Creating MinIO client endpoint http:&lt;span class=&quot;code-comment&quot;&gt;//127.0.0.1:9000/,region ,bucket ,accessKey &amp;lt;not set&amp;gt;,secretKey &amp;lt;not set&amp;gt;, isComposedWithAwsSdk &lt;span class=&quot;code-keyword&quot;&gt;false&lt;/span&gt;.   &lt;/span&gt;&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;Other than that both buckets folio-snapshot-export and folio-snapshot-export-local should be pre-created.&lt;/p&gt;

&lt;p&gt;Thanks,&lt;/p&gt;

&lt;p&gt;Slava&lt;/p&gt;</comment>
                                                            <comment id="198181" author="5c706fbb47a54a6728e59df2" created="Tue, 27 Sep 2022 12:46:16 +0000"  >&lt;p&gt;Please see above, I asked you to test &lt;a href=&quot;https://folio-snapshot-test.dev.folio.org&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://folio-snapshot-test.dev.folio.org&lt;/a&gt;. Is that the system you are looking at? The changes have not been merged to the default branches of folio-ansible/folio-infrastructure, so you would not see them in folio-snapshot or folio-snapshot-2 yet.&lt;/p&gt;</comment>
                                                            <comment id="198182" author="63519767d66d8108a1226c09" created="Tue, 27 Sep 2022 12:49:48 +0000"  >&lt;p&gt;Hello &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5c706fbb47a54a6728e59df2&quot; class=&quot;user-hover&quot; rel=&quot;5c706fbb47a54a6728e59df2&quot; data-account-id=&quot;5c706fbb47a54a6728e59df2&quot; accountid=&quot;5c706fbb47a54a6728e59df2&quot; rel=&quot;noreferrer&quot;&gt;Wayne Schneider&lt;/a&gt;. I cannot test &lt;a href=&quot;https://folio-snapshot-test.dev.folio.org/&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://folio-snapshot-test.dev.folio.org&lt;/a&gt; due to proxyClient failure: mod-data-export-worker-1.5.0-SNAPSHOT.286 &lt;a href=&quot;http://10.36.1.203:9158:&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;http://10.36.1.203:9158:&lt;/a&gt; finishConnect(..) failed: Connection refused: /10.36.1.203:9158: POST /bulk-edit/1e6fa84a-5422-41ca-84f9-77ce00a1d79d/upload.&lt;/p&gt;</comment>
                                                            <comment id="198183" author="63519767d66d8108a1226c09" created="Tue, 27 Sep 2022 16:01:00 +0000"  >&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5c706fbb47a54a6728e59df2&quot; class=&quot;user-hover&quot; rel=&quot;5c706fbb47a54a6728e59df2&quot; data-account-id=&quot;5c706fbb47a54a6728e59df2&quot; accountid=&quot;5c706fbb47a54a6728e59df2&quot; rel=&quot;noreferrer&quot;&gt;Wayne Schneider&lt;/a&gt;&#160;, I can confirm - bulk edit works fine on &lt;a href=&quot;https://folio-snapshot-test.dev.folio.org/&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://folio-snapshot-test.dev.folio.org&lt;/a&gt; with current env settings (users bulk edit flow is verified). So, PR can be opened and merged.&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;Thanks,&lt;/p&gt;

&lt;p&gt;Slava&lt;/p&gt;

&lt;p&gt;CC &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3A8629b273-56f1-466d-b7c7-5cbac0c3379b&quot; class=&quot;user-hover&quot; rel=&quot;557058:8629b273-56f1-466d-b7c7-5cbac0c3379b&quot; data-account-id=&quot;557058:8629b273-56f1-466d-b7c7-5cbac0c3379b&quot; accountid=&quot;557058:8629b273-56f1-466d-b7c7-5cbac0c3379b&quot; rel=&quot;noreferrer&quot;&gt;Magda Zacharska&lt;/a&gt; &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3A7fb61edd-2bf6-4f3a-9e98-eb9b7444cf67&quot; class=&quot;user-hover&quot; rel=&quot;557058:7fb61edd-2bf6-4f3a-9e98-eb9b7444cf67&quot; data-account-id=&quot;557058:7fb61edd-2bf6-4f3a-9e98-eb9b7444cf67&quot; accountid=&quot;557058:7fb61edd-2bf6-4f3a-9e98-eb9b7444cf67&quot; rel=&quot;noreferrer&quot;&gt;Mikita Siadykh&lt;/a&gt; &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=70121%3A66f922ee-c57d-4acb-9523-86f6287eae1a&quot; class=&quot;user-hover&quot; rel=&quot;70121:66f922ee-c57d-4acb-9523-86f6287eae1a&quot; data-account-id=&quot;70121:66f922ee-c57d-4acb-9523-86f6287eae1a&quot; accountid=&quot;70121:66f922ee-c57d-4acb-9523-86f6287eae1a&quot; rel=&quot;noreferrer&quot;&gt;Denis&lt;/a&gt;&#160;&lt;/p&gt;</comment>
                                                            <comment id="198184" author="5c706fbb47a54a6728e59df2" created="Tue, 27 Sep 2022 17:02:57 +0000"  >&lt;p&gt;Thanks for the review, &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=63519767d66d8108a1226c09&quot; class=&quot;user-hover&quot; rel=&quot;63519767d66d8108a1226c09&quot; data-account-id=&quot;63519767d66d8108a1226c09&quot; accountid=&quot;63519767d66d8108a1226c09&quot; rel=&quot;noreferrer&quot;&gt;Viachaslau Khandramai&lt;/a&gt;. I&apos;ve merged the changes into the build repos, and the next build of folio-snapshot/folio-snapshot-2 should include the updated configuration and new required S3 bucket.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10000">
                    <name>Blocks</name>
                                            <outwardlinks description="blocks">
                                        <issuelink>
            <issuekey id="31099">MODEXPW-233</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                            <issuelinktype id="10003">
                    <name>Relates</name>
                                            <outwardlinks description="relates to">
                                        <issuelink>
            <issuekey id="79769">FOLIO-3588</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="relates to">
                                        <issuelink>
            <issuekey id="82381">FOLIO-3594</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="82382">FOLIO-3597</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_10063" key="com.atlassian.jira.plugin.system.customfieldtypes:float">
                        <customfieldname>PO Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                    <customfield id="customfield_10106" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>RCA Group</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10367"><![CDATA[TBD]]></customfieldvalue>

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

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

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10024" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>[CHART] Date of First Response</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Tue, 20 Sep 2022 19:30:44 +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>