You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2023/10/03 08:22:53 UTC

[camel-kamelets-examples] 02/06: Azure Key Vault Secrets Reloading: Use application.properties instead of custom name

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-kamelets-examples.git

commit fadf6101a52b39adc2bbc6c5e650fed3f6254315
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Oct 3 10:04:28 2023 +0200

    Azure Key Vault Secrets Reloading: Use application.properties instead of custom name
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 .../azure-sec-integration.properties                        | 13 -------------
 1 file changed, 13 deletions(-)

diff --git a/jbang/azure-key-vault-secrets-reloading/azure-sec-integration.properties b/jbang/azure-key-vault-secrets-reloading/azure-sec-integration.properties
deleted file mode 100644
index 871398a..0000000
--- a/jbang/azure-key-vault-secrets-reloading/azure-sec-integration.properties
+++ /dev/null
@@ -1,13 +0,0 @@
-camel.vault.azure.tenantId = <tenant_id>
-camel.vault.azure.clientId = <client_id>
-camel.vault.azure.clientSecret = <client_secret>
-camel.vault.azure.vaultName = <vault_name>
-camel.vault.azure.refreshEnabled=true
-camel.vault.azure.refreshPeriod=15000
-camel.vault.azure.secrets=hello*
-camel.vault.azure.eventhubConnectionString=<eventhub_conn_string>
-camel.vault.azure.blobAccountName=<blob_account_name>
-camel.vault.azure.blobContainerName=<blob_container_name>
-camel.vault.azure.blobAccessKey=<blob_access_key>
-camel.main.context-reload-enabled = true
-camel.main.name = AzureExample