<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Best approach to configure alfresco repository deployed using helm in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/best-approach-to-configure-alfresco-repository-deployed-using/m-p/121235#M33289</link>
    <description>&lt;P&gt;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/89411"&gt;@alexwang&lt;/A&gt;&amp;nbsp;Yes, alfresco-global.properties can be used.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1- To increase limit:&lt;/P&gt;
&lt;PRE&gt;system.content.maximumFileSizeLimit=-1&lt;/PRE&gt;
&lt;P&gt;There seem to be flash uploader limitations too, i am not fully aware but you can review this thread:&amp;nbsp;&lt;A href="https://hub.alfresco.com/t5/ecm-archive/maximum-upload-size/m-p/100874" target="_blank" rel="noopener nofollow noreferrer"&gt;https://hub.alfresco.com/t5/ecm-archive/maximum-upload-size/m-p/100874&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;If you are using cmis interface:&lt;/P&gt;
&lt;PRE class="lang-java s-code-block"&gt;&lt;CODE class="hljs language-java"&gt;opencmis.maxContentSize=-&lt;SPAN class="hljs-number"&gt;1&lt;/SPAN&gt;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;2- Enable basic access audit:&lt;/P&gt;
&lt;PRE&gt;audit.enabled = true
audit.alfresco-access.enabled=true&lt;/PRE&gt;
&lt;P&gt;Review this doc for more details and any custom implementations if you need to make:&amp;nbsp;&lt;A href="https://docs.alfresco.com/content-services/community/admin/audit/" target="_blank" rel="noopener nofollow noreferrer"&gt;https://docs.alfresco.com/content-services/community/admin/audit/&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Since you are using the k8 deployment via HELM, i would suggest you refer this repo:&amp;nbsp;&lt;A href="https://github.com/Alfresco/acs-deployment/tree/master/helm" target="_blank" rel="noopener nofollow noreferrer"&gt;https://github.com/Alfresco/acs-deployment/tree/master/helm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;There are two ways:&lt;/P&gt;
&lt;P&gt;1- Update the java_opts with properties&lt;/P&gt;
&lt;PRE&gt;environment:
    JAVA_OPTS: "
      -Dsystem.content.maximumFileSizeLimit=-1
      -Daudit.enabled = true
      -Daudit.alfresco-access.enabled=true
      "&lt;/PRE&gt;

&lt;P&gt;&lt;A href="https://github.com/Alfresco/acs-deployment/blob/master/helm/alfresco-content-services/values.yaml#L60" target="_blank" rel="noopener nofollow noreferrer"&gt;https://github.com/Alfresco/acs-deployment/blob/master/helm/alfresco-content-services/values.yaml#L60&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;2- Use/create the templates to update the properties, see this for reference :&amp;nbsp;&lt;A href="https://github.com/Alfresco/acs-deployment/blob/master/helm/alfresco-content-services/templates/config-repository.yaml" target="_blank" rel="noopener nofollow noreferrer"&gt;https://github.com/Alfresco/acs-deployment/blob/master/helm/alfresco-content-services/templates/config-repository.yaml&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 11 Jan 2022 16:37:46 GMT</pubDate>
    <dc:creator>abhinavmishra14</dc:creator>
    <dc:date>2022-01-11T16:37:46Z</dc:date>
    <item>
      <title>Best approach to configure alfresco repository deployed using helm</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/best-approach-to-configure-alfresco-repository-deployed-using/m-p/121234#M33288</link>
      <description>&lt;P&gt;I currently have Alfresco enterprise version 6.2.2 deployed via Kubernetes. While working with our business and platform teams in IT, we've noticed a few issues:&lt;/P&gt;&lt;P&gt;* File upload API used by our internal application to alfresco was limited to 25mb or less, business requires a larger upload limit&lt;/P&gt;&lt;P&gt;* Audit Access is disabled by default. Security team requires auditing, but there's no menu on the web console to enable and persist this setting.&lt;/P&gt;&lt;P&gt;Based on my understanding from reading the documentation, all of these issues can be addressed via configurations specified in the global configuration file which resides in Alfresco Repository.&lt;/P&gt;&lt;P&gt;However, the challenge is the fact that the Alfresco suite was deployed via Helm into Kubernetes. Since the Pods are ephemeral, adding configurations to the global configuration file has been a challenge. In addition, adding configurations and "restarting the application to apply changes" will not be possible without losing the configurations I've added in the first place.&lt;/P&gt;&lt;P&gt;I have 2 questions:&lt;/P&gt;&lt;P&gt;1) Please correct me if I'm mistaken, but Alfresco has a default upload limit of 4GB for files. Why is it limiting the uplaod API to 25MB or less?&lt;/P&gt;&lt;P&gt;2) What is the best approach to persist configurations in a Kuberentes environment with deployment done using Helm?&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jan 2022 14:54:28 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/best-approach-to-configure-alfresco-repository-deployed-using/m-p/121234#M33288</guid>
      <dc:creator>alexwang</dc:creator>
      <dc:date>2022-01-04T14:54:28Z</dc:date>
    </item>
    <item>
      <title>Re: Best approach to configure alfresco repository deployed using helm</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/best-approach-to-configure-alfresco-repository-deployed-using/m-p/121235#M33289</link>
      <description>&lt;P&gt;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/89411"&gt;@alexwang&lt;/A&gt;&amp;nbsp;Yes, alfresco-global.properties can be used.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1- To increase limit:&lt;/P&gt;
&lt;PRE&gt;system.content.maximumFileSizeLimit=-1&lt;/PRE&gt;
&lt;P&gt;There seem to be flash uploader limitations too, i am not fully aware but you can review this thread:&amp;nbsp;&lt;A href="https://hub.alfresco.com/t5/ecm-archive/maximum-upload-size/m-p/100874" target="_blank" rel="noopener nofollow noreferrer"&gt;https://hub.alfresco.com/t5/ecm-archive/maximum-upload-size/m-p/100874&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;If you are using cmis interface:&lt;/P&gt;
&lt;PRE class="lang-java s-code-block"&gt;&lt;CODE class="hljs language-java"&gt;opencmis.maxContentSize=-&lt;SPAN class="hljs-number"&gt;1&lt;/SPAN&gt;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;2- Enable basic access audit:&lt;/P&gt;
&lt;PRE&gt;audit.enabled = true
audit.alfresco-access.enabled=true&lt;/PRE&gt;
&lt;P&gt;Review this doc for more details and any custom implementations if you need to make:&amp;nbsp;&lt;A href="https://docs.alfresco.com/content-services/community/admin/audit/" target="_blank" rel="noopener nofollow noreferrer"&gt;https://docs.alfresco.com/content-services/community/admin/audit/&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Since you are using the k8 deployment via HELM, i would suggest you refer this repo:&amp;nbsp;&lt;A href="https://github.com/Alfresco/acs-deployment/tree/master/helm" target="_blank" rel="noopener nofollow noreferrer"&gt;https://github.com/Alfresco/acs-deployment/tree/master/helm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;There are two ways:&lt;/P&gt;
&lt;P&gt;1- Update the java_opts with properties&lt;/P&gt;
&lt;PRE&gt;environment:
    JAVA_OPTS: "
      -Dsystem.content.maximumFileSizeLimit=-1
      -Daudit.enabled = true
      -Daudit.alfresco-access.enabled=true
      "&lt;/PRE&gt;

&lt;P&gt;&lt;A href="https://github.com/Alfresco/acs-deployment/blob/master/helm/alfresco-content-services/values.yaml#L60" target="_blank" rel="noopener nofollow noreferrer"&gt;https://github.com/Alfresco/acs-deployment/blob/master/helm/alfresco-content-services/values.yaml#L60&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;2- Use/create the templates to update the properties, see this for reference :&amp;nbsp;&lt;A href="https://github.com/Alfresco/acs-deployment/blob/master/helm/alfresco-content-services/templates/config-repository.yaml" target="_blank" rel="noopener nofollow noreferrer"&gt;https://github.com/Alfresco/acs-deployment/blob/master/helm/alfresco-content-services/templates/config-repository.yaml&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jan 2022 16:37:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/best-approach-to-configure-alfresco-repository-deployed-using/m-p/121235#M33289</guid>
      <dc:creator>abhinavmishra14</dc:creator>
      <dc:date>2022-01-11T16:37:46Z</dc:date>
    </item>
  </channel>
</rss>

