Explorar o código

deploy: 16948ed5726cd67cbfcd63d8cd50c02d9a8a76f0

knelasevero %!s(int64=4) %!d(string=hai) anos
pai
achega
c8b1f9b30c

+ 7 - 8
provider-oracle-vault/index.html

@@ -1121,7 +1121,7 @@
 This will automatically generate a fingerprint.
 <img alt="API-key-details" src="../pictures/screenshot_API_key.png" /></p>
 <h3 id="update-secret-store">Update secret store</h3>
-<p>Be sure the <code>oracle</code> provider is listed in the <code>Kind=SecretStore</code></p>
+<p>Be sure the <code>oracle</code> provider is listed in the <code>Kind=SecretStore</code>.</p>
 <div class="highlight"><pre><span></span><code><span class="nt">apiVersion</span><span class="p">:</span> <span class="l l-Scalar l-Scalar-Plain">external-secrets.io/v1alpha1</span>
 <span class="nt">kind</span><span class="p">:</span> <span class="l l-Scalar l-Scalar-Plain">SecretStore</span>
 <span class="nt">metadata</span><span class="p">:</span>
@@ -1129,9 +1129,10 @@ This will automatically generate a fingerprint.
 <span class="nt">spec</span><span class="p">:</span>
   <span class="nt">provider</span><span class="p">:</span>
     <span class="nt">oracle</span><span class="p">:</span> <span class="c1">#Needs to match value in secretstore_types.go</span>
-      <span class="nt">user</span><span class="p">:</span> 
-      <span class="nt">tenancy</span><span class="p">:</span> 
-      <span class="nt">region</span><span class="p">:</span> 
+      <span class="nt">vault</span><span class="p">:</span> <span class="c1"># The vault OCID</span>
+      <span class="nt">user</span><span class="p">:</span>
+      <span class="nt">tenancy</span><span class="p">:</span>
+      <span class="nt">region</span><span class="p">:</span>
       <span class="nt">auth</span><span class="p">:</span>
         <span class="nt">secretRef</span><span class="p">:</span>
           <span class="nt">privatekey</span><span class="p">:</span>
@@ -1156,10 +1157,8 @@ This will automatically generate a fingerprint.
   <span class="nt">target</span><span class="p">:</span>
     <span class="nt">name</span><span class="p">:</span> <span class="l l-Scalar l-Scalar-Plain">secret-to-be-created</span> <span class="c1"># Name for the secret on the cluster</span>
     <span class="nt">creationPolicy</span><span class="p">:</span> <span class="l l-Scalar l-Scalar-Plain">Owner</span>
-  <span class="nt">data</span><span class="p">:</span>
-  <span class="p p-Indicator">-</span> <span class="nt">secretKey</span><span class="p">:</span> 
-    <span class="nt">remoteRef</span><span class="p">:</span>
-      <span class="nt">key</span><span class="p">:</span> 
+  <span class="nt">dataFrom</span><span class="p">:</span>
+    <span class="p p-Indicator">-</span> <span class="nt">key</span><span class="p">:</span> <span class="l l-Scalar l-Scalar-Plain">the-secret-name</span>
 </code></pre></div>
 
 <h3 id="getting-the-kubernetes-secret">Getting the Kubernetes secret</h3>

A diferenza do arquivo foi suprimida porque é demasiado grande
+ 0 - 0
search/search_index.json


BIN=BIN
sitemap.xml.gz


+ 2 - 4
snippets/oracle-external-secret.yaml

@@ -10,7 +10,5 @@ spec:
   target:
     name: secret-to-be-created # Name for the secret on the cluster
     creationPolicy: Owner
-  data:
-  - secretKey: 
-    remoteRef:
-      key: 
+  dataFrom:
+    - key: the-secret-name

+ 5 - 4
snippets/oracle-secret-store.yaml

@@ -5,9 +5,10 @@ metadata:
 spec:
   provider:
     oracle: #Needs to match value in secretstore_types.go
-      user: 
-      tenancy: 
-      region: 
+      vault: # The vault OCID
+      user:
+      tenancy:
+      region:
       auth:
         secretRef:
           privatekey:
@@ -15,4 +16,4 @@ spec:
             key: privateKey #Needs to match stringData val in secret_oracle.yml
           fingerprint:
             name: oracle-secret
-            key: fingerprint
+            key: fingerprint

+ 15 - 4
spec/index.html

@@ -2894,7 +2894,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>
@@ -2905,7 +2905,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&rsquo;s OCID of the specific vault where secret is located.</p>
 </td>
 </tr>
 </tbody>
@@ -2934,7 +2945,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&rsquo;s API Signing Key in PEM format, used for authentication.</p>
 </td>
 </tr>
 <tr>
@@ -2945,7 +2956,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>

Algúns arquivos non se mostraron porque demasiados arquivos cambiaron neste cambio