Commit b0834ac
CAMEL-23250: Fix missing secret=true annotations on vault configurations
- CyberArkVaultConfiguration: mark authToken as secret
- IBMSecretsManagerVaultConfiguration: mark eventStreamUsername and
eventStreamPassword as secret
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent f60e3da commit b0834ac
File tree
2 files changed
+3
-3
lines changed- core/camel-api/src/main/java/org/apache/camel/vault
2 files changed
+3
-3
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
0 commit comments