|
|
@@ -3434,7 +3434,7 @@
|
|
|
<h2 id="generic-webhook">Generic Webhook</h2>
|
|
|
<p>External Secrets Operator can integrate with simple web apis by specifying the endpoint</p>
|
|
|
<h3 id="example">Example</h3>
|
|
|
-<p>First, create a SecretStore with a webhook backend. We'll use a static user/password <code>root</code>:</p>
|
|
|
+<p>First, create a SecretStore with a webhook backend. We'll use a static user/password <code>test</code>:</p>
|
|
|
<div class="highlight"><pre><span></span><code><span class="nt">apiVersion</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">external-secrets.io/v1beta1</span>
|
|
|
<span class="nt">kind</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">SecretStore</span>
|
|
|
<span class="nt">metadata</span><span class="p">:</span>
|
|
|
@@ -3536,7 +3536,7 @@ Each secret has a <code>name</code> property which determines the name of the ob
|
|
|
<span class="w"> </span><span class="nt">key</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain"><key inside secret></span>
|
|
|
</code></pre></div>
|
|
|
<h3 id="webhook-as-generators">Webhook as generators</h3>
|
|
|
-<p>You can also leverage webhooks as generators, following the same syntax. The only difference is that the webhook generator needs its source secrets to be labeled, as opposed to webhook secretstores. Please see the <a href="../../api/generator/webhook/">generator-webhook</a> documentation for more information. </p>
|
|
|
+<p>You can also leverage webhooks as generators, following the same syntax. The only difference is that the webhook generator needs its source secrets to be labeled, as opposed to webhook secretstores. Please see the <a href="../../api/generator/webhook/">generator-webhook</a> documentation for more information.</p>
|
|
|
|
|
|
|
|
|
|