This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 1e990613d44dd0d4026fded8a08fb4f52a1714cb
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Mon Feb 13 18:16:32 2023 +0100

    feature(#3903): Support secret refresh through the existing addons - Azure 
Key Vault - Docs
    
    Signed-off-by: Andrea Cosentino <anco...@gmail.com>
---
 docs/modules/traits/pages/azure-key-vault.adoc | 32 ++++++++++++++++++++++++++
 resources/traits.yaml                          | 30 ++++++++++++++++++++++++
 2 files changed, 62 insertions(+)

diff --git a/docs/modules/traits/pages/azure-key-vault.adoc 
b/docs/modules/traits/pages/azure-key-vault.adoc
index cef504219..69c73efdc 100644
--- a/docs/modules/traits/pages/azure-key-vault.adoc
+++ b/docs/modules/traits/pages/azure-key-vault.adoc
@@ -53,6 +53,38 @@ The following configuration options are available:
 | string
 | The Azure Vault Name for accessing Key Vault
 
+| azure-key-vault.context-reload-enabled,omitempty
+| bool
+| Define if we want to use the Camel Context Reload feature or not
+
+| azure-key-vault.refresh-enabled,omitempty
+| bool
+| Define if we want to use the Refresh Feature for secrets
+
+| azure-key-vault.refresh-period,omitempty
+| string
+| If Refresh is enabled, this defines the interval to check the refresh event
+
+| azure-key-vault.refresh-period,omitempty
+| string
+| If Refresh is enabled, the regular expression representing the secrets we 
want to track
+
+| azure-key-vault.refresh-period,omitempty
+| string
+| If Refresh is enabled, the connection String to point to the Eventhub 
service used to track updates
+
+| azure-key-vault.refresh-period,omitempty
+| string
+| If Refresh is enabled, the account name for Azure Storage Blob service used 
to save checkpoint while consuming from Eventhub
+
+| azure-key-vault.refresh-period,omitempty
+| string
+| If Refresh is enabled, the access key for Azure Storage Blob service used to 
save checkpoint while consuming from Eventhub
+
+| azure-key-vault.refresh-period,omitempty
+| string
+| If Refresh is enabled, the container name for Azure Storage Blob service 
used to save checkpoint while consuming from Eventhub
+
 |===
 
 // End of autogenerated code - DO NOT EDIT! (configuration)
diff --git a/resources/traits.yaml b/resources/traits.yaml
index 8ce2539f3..a9b276abc 100755
--- a/resources/traits.yaml
+++ b/resources/traits.yaml
@@ -146,6 +146,36 @@ traits:
   - name: vault-name,omitempty
     type: string
     description: The Azure Vault Name for accessing Key Vault
+  - name: context-reload-enabled,omitempty
+    type: bool
+    description: Define if we want to use the Camel Context Reload feature or 
not
+  - name: refresh-enabled,omitempty
+    type: bool
+    description: Define if we want to use the Refresh Feature for secrets
+  - name: refresh-period,omitempty
+    type: string
+    description: If Refresh is enabled, this defines the interval to check the 
refresh
+      event
+  - name: refresh-period,omitempty
+    type: string
+    description: If Refresh is enabled, the regular expression representing 
the secrets
+      we want to track
+  - name: refresh-period,omitempty
+    type: string
+    description: If Refresh is enabled, the connection String to point to the 
Eventhub
+      service used to track updates
+  - name: refresh-period,omitempty
+    type: string
+    description: If Refresh is enabled, the account name for Azure Storage 
Blob service
+      used to save checkpoint while consuming from Eventhub
+  - name: refresh-period,omitempty
+    type: string
+    description: If Refresh is enabled, the access key for Azure Storage Blob 
service
+      used to save checkpoint while consuming from Eventhub
+  - name: refresh-period,omitempty
+    type: string
+    description: If Refresh is enabled, the container name for Azure Storage 
Blob
+      service used to save checkpoint while consuming from Eventhub
 - name: builder
   platform: true
   profiles:

Reply via email to