|
|
@@ -1956,7 +1956,7 @@ string
|
|
|
</em>
|
|
|
</td>
|
|
|
<td>
|
|
|
-<p>projectID is an access token specific to the secret.</p>
|
|
|
+<p>Tenancy is the tenancy OCID where secret is located.</p>
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
@@ -1967,7 +1967,18 @@ string
|
|
|
</em>
|
|
|
</td>
|
|
|
<td>
|
|
|
-<p>projectID is an access token specific to the secret.</p>
|
|
|
+<p>Region is the region where secret is located.</p>
|
|
|
+</td>
|
|
|
+</tr>
|
|
|
+<tr>
|
|
|
+<td>
|
|
|
+<code>vault</code></br>
|
|
|
+<em>
|
|
|
+string
|
|
|
+</em>
|
|
|
+</td>
|
|
|
+<td>
|
|
|
+<p>Vault is the vault’s OCID of the specific vault where secret is located.</p>
|
|
|
</td>
|
|
|
</tr>
|
|
|
</tbody>
|
|
|
@@ -1996,7 +2007,7 @@ github.com/external-secrets/external-secrets/apis/meta/v1.SecretKeySelector
|
|
|
</em>
|
|
|
</td>
|
|
|
<td>
|
|
|
-<p>The Access Token is used for authentication</p>
|
|
|
+<p>PrivateKey is the user’s API Signing Key in PEM format, used for authentication.</p>
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
@@ -2007,7 +2018,7 @@ github.com/external-secrets/external-secrets/apis/meta/v1.SecretKeySelector
|
|
|
</em>
|
|
|
</td>
|
|
|
<td>
|
|
|
-<p>projectID is an access token specific to the secret.</p>
|
|
|
+<p>Fingerprint is the fingerprint of the API private key.</p>
|
|
|
</td>
|
|
|
</tr>
|
|
|
</tbody>
|
|
|
@@ -3196,6 +3207,36 @@ CAProvider
|
|
|
<p>The provider for the CA bundle to use to validate Vault server certificate.</p>
|
|
|
</td>
|
|
|
</tr>
|
|
|
+<tr>
|
|
|
+<td>
|
|
|
+<code>readYourWrites</code></br>
|
|
|
+<em>
|
|
|
+bool
|
|
|
+</em>
|
|
|
+</td>
|
|
|
+<td>
|
|
|
+<em>(Optional)</em>
|
|
|
+<p>ReadYourWrites ensures isolated read-after-write semantics by
|
|
|
+providing discovered cluster replication states in each request.
|
|
|
+More information about eventual consistency in Vault can be found here
|
|
|
+<a href="https://www.vaultproject.io/docs/enterprise/consistency">https://www.vaultproject.io/docs/enterprise/consistency</a></p>
|
|
|
+</td>
|
|
|
+</tr>
|
|
|
+<tr>
|
|
|
+<td>
|
|
|
+<code>forwardInconsistent</code></br>
|
|
|
+<em>
|
|
|
+bool
|
|
|
+</em>
|
|
|
+</td>
|
|
|
+<td>
|
|
|
+<em>(Optional)</em>
|
|
|
+<p>ForwardInconsistent tells Vault to forward read-after-write requests to the Vault
|
|
|
+leader instead of simply retrying within a loop. This can increase performance if
|
|
|
+the option is enabled serverside.
|
|
|
+<a href="https://www.vaultproject.io/docs/configuration/replication#allow_forwarding_via_header">https://www.vaultproject.io/docs/configuration/replication#allow_forwarding_via_header</a></p>
|
|
|
+</td>
|
|
|
+</tr>
|
|
|
</tbody>
|
|
|
</table>
|
|
|
<h3 id="external-secrets.io/v1alpha1.WebhookCAProvider">WebhookCAProvider
|