<?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>/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="/docs/6_configuration_and_deployments/configurations/components/porch-server-config/index.xml" rel="self" type="application/rss+xml"/><item><title>Git Authentication</title><link>/docs/6_configuration_and_deployments/configurations/components/porch-server-config/git-authentication/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/docs/6_configuration_and_deployments/configurations/components/porch-server-config/git-authentication/</guid><description>&lt;h2 id="authentication-methods">Authentication Methods&lt;/h2>&lt;p>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>
&lt;p>Porch Server supports three authentication methods for Git repositories:&lt;/p>
&lt;ol>
&lt;li>
&lt;a href="#1-basic-authentication">Basic Authentication&lt;/a> - Username and password or Personal Access Token (post-deployment)&lt;/li>
&lt;li>
&lt;a href="#2-bearer-token-authentication">Bearer Token Authentication&lt;/a> - Token-based authentication (post-deployment)&lt;/li>
&lt;li>
&lt;a href="#3-httpstls-configuration">HTTPS/TLS Configuration&lt;/a> - Custom TLS certificates for self-hosted Git (&lt;strong>requires pre-deployment configuration&lt;/strong>)&lt;/li>
&lt;/ol>
&lt;h3 id="1-basic-authentication">1. Basic Authentication&lt;/h3>&lt;p>Uses username and password or Personal Access Token (PAT). The secret must:&lt;/p></description></item><item><title>Cert Manager Webhooks</title><link>/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>/docs/6_configuration_and_deployments/configurations/components/porch-server-config/cert-manager-webhooks/</guid><description>&lt;p>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>
&lt;h2 id="porch-webhooks">Porch Webhooks&lt;/h2>&lt;p>Porch uses two validating webhooks:&lt;/p>
&lt;ol>
&lt;li>&lt;strong>PackageRevision Deletion Webhook&lt;/strong> - Validates PackageRevision deletion requests&lt;/li>
&lt;li>&lt;strong>Repository Validation Webhook&lt;/strong> - Validates Repository creation and updates&lt;/li>
&lt;/ol>
&lt;h2 id="using-the-catalog-package">Using the Catalog Package&lt;/h2>&lt;p>The Nephio catalog provides a ready-to-use package for Porch with cert-manager integration:&lt;/p>
&lt;div class="highlight">&lt;pre tabindex="0" class="chroma">&lt;code class="language-bash" data-lang="bash">&lt;span class="line">&lt;span class="cl">&lt;span class="c1"># Register the catalog repository (if not already done)&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">porchctl repo register &lt;span class="se">\
&lt;/span>&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">&lt;span class="se">&lt;/span> --namespace default &lt;span class="se">\
&lt;/span>&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">&lt;span class="se">&lt;/span> https://github.com/nephio-project/catalog.git &lt;span class="se">\
&lt;/span>&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">&lt;span class="se">&lt;/span> --name&lt;span class="o">=&lt;/span>catalog
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">&lt;span class="c1"># Clone the cert-manager webhook package&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">porchctl rpkg clone &lt;span class="se">\
&lt;/span>&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">&lt;span class="se">&lt;/span> catalog.nephio.optional.porch-cert-manager-webhook.main &lt;span class="se">\
&lt;/span>&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">&lt;span class="se">&lt;/span> porch-cert-manager &lt;span class="se">\
&lt;/span>&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">&lt;span class="se">&lt;/span> --repository&lt;span class="o">=&lt;/span>deployment-repo &lt;span class="se">\
&lt;/span>&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">&lt;span class="se">&lt;/span> --namespace&lt;span class="o">=&lt;/span>default
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;p>This package includes:&lt;/p></description></item><item><title>Jaeger Tracing</title><link>/docs/6_configuration_and_deployments/configurations/components/porch-server-config/jaeger-tracing/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/docs/6_configuration_and_deployments/configurations/components/porch-server-config/jaeger-tracing/</guid><description>&lt;p>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>


&lt;div class="alert alert-primary" role="alert">
&lt;h4 class="alert-heading">Note&lt;/h4>

 Jaeger tracing is currently only supported for the Porch Server component. Function Runner and Porch Controllers do not support tracing.

&lt;/div>

&lt;h2 id="overview">Overview&lt;/h2>&lt;p>Porch Server supports OpenTelemetry tracing that can be exported to Jaeger for visualization. When enabled, Porch Server will generate traces for:&lt;/p>
&lt;ul>
&lt;li>Package operations (create, update, delete)&lt;/li>
&lt;li>Git repository interactions&lt;/li>
&lt;li>Function execution requests&lt;/li>
&lt;li>API requests and responses&lt;/li>
&lt;/ul>
&lt;h2 id="deployment-setup">Deployment Setup&lt;/h2>&lt;h3 id="deploy-jaeger-to-kubernetes">Deploy Jaeger to Kubernetes&lt;/h3>&lt;p>Porch includes a ready-to-use Jaeger deployment:&lt;/p></description></item></channel></rss>