JiriOndrusek opened a new issue, #8886:
URL: https://github.com/apache/camel-quarkus/issues/8886

   ## Description
   
   Follow-up to #8884. The `cyberark-vault` integration tests currently only 
exercise API key authentication. The component supports two additional 
authentication methods and a custom client injection that are not covered.
   
   ## Missing Coverage
   
   1. **Username/password authentication** — The component supports `username` 
+ `password` credentials as an alternative to API key auth. Currently only API 
key auth (`username` + `apiKey`) is tested.
   
   2. **Pre-authenticated token authentication** — The component supports 
passing a pre-obtained `authToken` directly, bypassing the login step entirely. 
Not tested.
   
   3. **Custom ConjurClient via registry** — The component supports injecting a 
`ConjurClient` bean from the CDI registry, which skips all URL/account/auth 
validation. Not tested.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to