|
|
@@ -6102,6 +6102,7 @@ string
|
|
|
</em>
|
|
|
</td>
|
|
|
<td>
|
|
|
+<p>Account is the Conjur organization account name.</p>
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
@@ -6114,6 +6115,8 @@ External Secrets meta/v1.SecretKeySelector
|
|
|
</em>
|
|
|
</td>
|
|
|
<td>
|
|
|
+<p>A reference to a specific ‘key’ containing the Conjur username
|
|
|
+within a Secret resource. In some instances, <code>key</code> is a required field.</p>
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
@@ -6126,6 +6129,8 @@ External Secrets meta/v1.SecretKeySelector
|
|
|
</em>
|
|
|
</td>
|
|
|
<td>
|
|
|
+<p>A reference to a specific ‘key’ containing the Conjur API key
|
|
|
+within a Secret resource. In some instances, <code>key</code> is a required field.</p>
|
|
|
</td>
|
|
|
</tr>
|
|
|
</tbody>
|
|
|
@@ -6157,6 +6162,7 @@ ConjurAPIKey
|
|
|
</td>
|
|
|
<td>
|
|
|
<em>(Optional)</em>
|
|
|
+<p>Authenticates with Conjur using an API key.</p>
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
@@ -6170,6 +6176,7 @@ ConjurJWT
|
|
|
</td>
|
|
|
<td>
|
|
|
<em>(Optional)</em>
|
|
|
+<p>Jwt enables JWT authentication using Kubernetes service account tokens.</p>
|
|
|
</td>
|
|
|
</tr>
|
|
|
</tbody>
|
|
|
@@ -6198,6 +6205,7 @@ string
|
|
|
</em>
|
|
|
</td>
|
|
|
<td>
|
|
|
+<p>Account is the Conjur organization account name.</p>
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
@@ -6280,6 +6288,7 @@ string
|
|
|
</em>
|
|
|
</td>
|
|
|
<td>
|
|
|
+<p>URL is the endpoint of the Conjur instance.</p>
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
@@ -6291,6 +6300,7 @@ string
|
|
|
</td>
|
|
|
<td>
|
|
|
<em>(Optional)</em>
|
|
|
+<p>CABundle is a PEM encoded CA bundle that will be used to validate the Conjur server certificate.</p>
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
@@ -6304,6 +6314,9 @@ CAProvider
|
|
|
</td>
|
|
|
<td>
|
|
|
<em>(Optional)</em>
|
|
|
+<p>Used to provide custom certificate authority (CA) certificates
|
|
|
+for a secret store. The CAProvider points to a Secret or ConfigMap resource
|
|
|
+that contains a PEM-encoded certificate.</p>
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
@@ -6316,6 +6329,7 @@ ConjurAuth
|
|
|
</em>
|
|
|
</td>
|
|
|
<td>
|
|
|
+<p>Defines authentication settings for connecting to Conjur.</p>
|
|
|
</td>
|
|
|
</tr>
|
|
|
</tbody>
|