cyberark / conjur-api-ruby

Ruby client for the CyberArk Conjur API
https://rubygems.org/gems/conjur-api
Apache License 2.0
3 stars 5 forks source link

Added operation calls for authenticating and fetching authentication … #207

Closed telday closed 2 years ago

telday commented 2 years ago

…providers

Desired Outcome

Update the ruby client to come into line with the v2 api for authenticating with OIDC, and adding the ability to hit the new OIDC providers endpoint.

Implemented Changes

Describe how the desired outcome above has been achieved with this PR. In particular, consider:

Connected Issue/Story

Resolves #[relevant GitHub issue(s), e.g. 76]

CyberArk internal issue link: ONYX-20676

Definition of Done

At least 1 todo must be completed in the sections below for the PR to be merged.

Changelog

Test coverage

Documentation

Behavior

Security

codeclimate[bot] commented 2 years ago

Code Climate has analyzed commit 2dab6d52 and detected 2 issues on this pull request.

Here's the issue category breakdown:

Category Count
Complexity 2

The test coverage on the diff in this pull request is 88.7% (50% is the threshold).

This pull request will bring the total coverage in the repository to 84.2% (0.2% change).

View more on Code Climate.