<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Porch Server on Porch Documentation</title><link>/v1.5/docs/6_configuration_and_deployments/configurations/components/porch-server-config/</link><description>Recent content in Porch Server on Porch Documentation</description><generator>Hugo</generator><language>en-us</language><atom:link href="/v1.5/docs/6_configuration_and_deployments/configurations/components/porch-server-config/index.xml" rel="self" type="application/rss+xml"/><item><title>Git Authentication</title><link>/v1.5/docs/6_configuration_and_deployments/configurations/components/porch-server-config/git-authentication/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/v1.5/docs/6_configuration_and_deployments/configurations/components/porch-server-config/git-authentication/</guid><description>&lt;h2 id="authentication-methods"&gt;Authentication Methods&lt;/h2&gt;&lt;p&gt;The Porch Server handles interaction with Git repositories through Repository Custom Resources (CRs) that act as a link between the Porch Server and the Git repositories.&lt;/p&gt;
&lt;p&gt;Porch Server supports three authentication methods for Git repositories:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;a href="#1-basic-authentication"&gt;Basic Authentication&lt;/a&gt; - Username and password or Personal Access Token (post-deployment)&lt;/li&gt;
&lt;li&gt;
&lt;a href="#2-bearer-token-authentication"&gt;Bearer Token Authentication&lt;/a&gt; - Token-based authentication (post-deployment)&lt;/li&gt;
&lt;li&gt;
&lt;a href="#3-httpstls-configuration"&gt;HTTPS/TLS Configuration&lt;/a&gt; - Custom TLS certificates for self-hosted Git (&lt;strong&gt;requires pre-deployment configuration&lt;/strong&gt;)&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 id="1-basic-authentication"&gt;1. Basic Authentication&lt;/h3&gt;&lt;p&gt;Uses username and password or Personal Access Token (PAT). The secret must:&lt;/p&gt;</description></item><item><title>Cert Manager Webhooks</title><link>/v1.5/docs/6_configuration_and_deployments/configurations/components/porch-server-config/cert-manager-webhooks/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/v1.5/docs/6_configuration_and_deployments/configurations/components/porch-server-config/cert-manager-webhooks/</guid><description>&lt;p&gt;Porch includes validating webhooks that require TLS certificates. By default, Porch generates self-signed certificates, but you can configure it to use cert-manager for automatic certificate management.&lt;/p&gt;
&lt;h2 id="porch-webhooks"&gt;Porch Webhooks&lt;/h2&gt;&lt;p&gt;Porch uses two validating webhooks:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;PackageRevision Deletion Webhook&lt;/strong&gt; - Validates PackageRevision deletion requests&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Repository Validation Webhook&lt;/strong&gt; - Validates Repository creation and updates&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id="using-the-catalog-package"&gt;Using the Catalog Package&lt;/h2&gt;&lt;p&gt;The porch catalog provides a ready-to-use package for Porch with cert-manager integration:&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"&gt;&lt;code class="language-bash" data-lang="bash"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#8f5902;font-style:italic"&gt;# Register the catalog repository (if not already done)&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;porchctl repo register &lt;span style="color:#4e9a06"&gt;\
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; --namespace default &lt;span style="color:#4e9a06"&gt;\
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; https://github.com/kptdev/catalog.git &lt;span style="color:#4e9a06"&gt;\
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; --name&lt;span style="color:#ce5c00;font-weight:bold"&gt;=&lt;/span&gt;catalog
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#8f5902;font-style:italic"&gt;# Clone the cert-manager webhook package&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;porchctl rpkg clone &lt;span style="color:#4e9a06"&gt;\
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; catalog.porch.optional.porch-cert-manager-webhook.main &lt;span style="color:#4e9a06"&gt;\
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; porch-cert-manager &lt;span style="color:#4e9a06"&gt;\
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; --repository&lt;span style="color:#ce5c00;font-weight:bold"&gt;=&lt;/span&gt;deployment-repo &lt;span style="color:#4e9a06"&gt;\
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; --namespace&lt;span style="color:#ce5c00;font-weight:bold"&gt;=&lt;/span&gt;default
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;This package includes:&lt;/p&gt;</description></item><item><title>Jaeger Tracing</title><link>/v1.5/docs/6_configuration_and_deployments/configurations/components/porch-server-config/jaeger-tracing/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/v1.5/docs/6_configuration_and_deployments/configurations/components/porch-server-config/jaeger-tracing/</guid><description>&lt;p&gt;Jaeger tracing provides distributed tracing capabilities for the Porch Server, allowing you to monitor and debug package operations. This is particularly useful for development and troubleshooting.&lt;/p&gt;
&lt;div class="alert alert-primary" role="alert"&gt;&lt;div class="h4 alert-heading" role="heading"&gt;Note&lt;/div&gt;
&lt;p&gt;Jaeger tracing is currently only supported for the Porch Server component. Function Runner and Porch Controllers do not support tracing.&lt;/p&gt;
&lt;/div&gt;
&lt;h2 id="overview"&gt;Overview&lt;/h2&gt;&lt;p&gt;Porch Server supports OpenTelemetry tracing that can be exported to Jaeger for visualization. When enabled, Porch Server will generate traces for:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Package operations (create, update, delete)&lt;/li&gt;
&lt;li&gt;Git repository interactions&lt;/li&gt;
&lt;li&gt;Function execution requests&lt;/li&gt;
&lt;li&gt;API requests and responses&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="deployment-setup"&gt;Deployment Setup&lt;/h2&gt;&lt;h3 id="deploy-jaeger-to-kubernetes"&gt;Deploy Jaeger to Kubernetes&lt;/h3&gt;&lt;p&gt;Porch includes a ready-to-use Jaeger deployment:&lt;/p&gt;</description></item></channel></rss>