Skip to content

Add integration test coverage for CyberArk Vault alternative authentication methods #8886

Description

@JiriOndrusek

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions