Skip to content

Commit

Permalink
CAMEL-21179 - Secret Properties Functions: Supporting secret name con…
Browse files Browse the repository at this point in the history
…taining "/" - Azure Key Vault

Signed-off-by: Andrea Cosentino <[email protected]>
  • Loading branch information
oscerd committed Sep 10, 2024
1 parent 52a2396 commit 67c5361
Showing 1 changed file with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,20 @@ to this

You could find more details on CAMEL-21179 issue

=== camel-azure-key-vault properties function

The syntax for retrieving a single field of a secret has been changed.

From this

`{{azure:database/username}}`

to this

`{{azure:database#username}}`

You could find more details on CAMEL-21179 issue

=== camel-test

The `CamelTestSupport` class was modified so that the JUnit 5 extension code that was part of the class itself,
Expand Down

0 comments on commit 67c5361

Please sign in to comment.