<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Application Protector Java Container on</title><link>https://docs.protegrity.com/protectors/10.0/docs/apjava_container/</link><description>Recent content in Application Protector Java Container on</description><generator>Hugo</generator><language>en</language><atom:link href="https://docs.protegrity.com/protectors/10.0/docs/apjava_container/index.xml" rel="self" type="application/rss+xml"/><item><title>Running Security Operations</title><link>https://docs.protegrity.com/protectors/10.0/docs/apjava_container/iap_java_running_security_operations/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://docs.protegrity.com/protectors/10.0/docs/apjava_container/iap_java_running_security_operations/</guid><description>&lt;p>This section describes how you can use the Sample Application instances running on the Kubernetes cluster to protect the data that is sent by a REST API client.&lt;/p>
&lt;p>To run security operations:&lt;/p>
&lt;ol>
&lt;li>Send the following CURL request from the Linux instance.&lt;/li>
&lt;/ol>
&lt;div class="highlight">&lt;pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-fallback" data-lang="fallback">&lt;span style="display:flex;">&lt;span>curl --location --request POST &amp;#39;http://&amp;lt;DNS name or IP address of the Load Balancer&amp;gt;:8080/protect&amp;#39; --header &amp;#39;Content-Type: application/json&amp;#39; --header &amp;#39;X-Correlation-ID: k81d1fae-7dec-41g0-a765-90a0c31e6wf5&amp;#39; --data-raw &amp;#39;{ &amp;#34;dataElement&amp;#34;: &amp;#34;Alphanum&amp;#34;, &amp;#34;policyUser&amp;#34;: &amp;#34;user1&amp;#34;, &amp;#34;input&amp;#34;: [ &amp;#34;protegrity1234&amp;#34;,&amp;#34;helloworld&amp;#34; ] }&amp;#39; -v
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;p>The Application Protector Java Container instance returns the following protected output.&lt;/p></description></item><item><title>Using Dockerfiles to Build Custom Images</title><link>https://docs.protegrity.com/protectors/10.0/docs/apjava_container/iap_java_using_dockerfiles_for_custom_images/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://docs.protegrity.com/protectors/10.0/docs/apjava_container/iap_java_using_dockerfiles_for_custom_images/</guid><description>&lt;p>Protegrity base images use the default RHEL Universal Base Image. Using Dockerfiles, you can use a base image of your choice.&lt;/p>
&lt;p>To create custom image:&lt;/p>
&lt;ol>
&lt;li>
&lt;p>Download the installation package.&lt;/p>
&lt;p>For more information about downloading the installation package, refer to the section &lt;a href="https://docs.protegrity.com/protectors/10.0/docs/apjava_container/iap_preparing_environment/iap_java_extracting_package/">Extracting the Installation Package&lt;/a>.&lt;/p>
&lt;p>&lt;strong>Important:&lt;/strong> The dependency packages required for building the Docker images are specified in the &lt;strong>HOW-TO-BUILD&lt;/strong> file, which is a part of the installation package. You must ensure that these dependency packages can be downloaded either from the Internet or from your internal repository.&lt;/p></description></item><item><title>Appendix - Deploying the Helm Charts by Using the Set Argument</title><link>https://docs.protegrity.com/protectors/10.0/docs/apjava_container/iap_java_using_set_arguments/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://docs.protegrity.com/protectors/10.0/docs/apjava_container/iap_java_using_set_arguments/</guid><description>&lt;p>To deploy Helm charts using the &lt;em>set&lt;/em> argument:&lt;/p>
&lt;ol>
&lt;li>Navigate to the directory where you have stored the &lt;em>values.yaml&lt;/em> file for deploying the corresponding Helm chart.&lt;/li>
&lt;li>Deploy the Helm chart using the following command.&lt;/li>
&lt;/ol>
&lt;div class="highlight">&lt;pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-fallback" data-lang="fallback">&lt;span style="display:flex;">&lt;span> helm install &amp;lt;name for this helm deployment&amp;gt; &amp;lt;Location of the directory that contains the Helm chart&amp;gt; -n &amp;lt;Namespace&amp;gt;
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span> --set &amp;lt;tag 1&amp;gt;=&amp;#34;Value 1&amp;#34;
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span> --set &amp;lt;tag 2&amp;gt;=&amp;#34;Value 2&amp;#34;
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span> --set &amp;lt;tag 3&amp;gt;=&amp;#34;Value 3&amp;#34;
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span> --set &amp;lt;tag 4&amp;gt;=&amp;#34;Value 4&amp;#34;
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;p>&lt;strong>For example&lt;/strong>:&lt;/p></description></item></channel></rss>