cyberark / conjur-spring-boot-sdk

Apache License 2.0
5 stars 7 forks source link

Improve logging and Exception handling. Fixes #78 #79

Closed bnasslahsen closed 1 year ago

bnasslahsen commented 1 year ago

closes #78

Desired Outcome

Currently, in case of Conjur calls errors, there is no information available when using the conjur-spring-boot-sdk. This PR improves exceptions handling and offer better logging in case of errors.

Implemented Changes

Before the fix:

image

After the fix:

Connected Issue/Story

image

Resolves #78

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