Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the Keeper Secrets Manager SDK #3

Merged
merged 1 commit into from
Feb 11, 2022
Merged

Update the Keeper Secrets Manager SDK #3

merged 1 commit into from
Feb 11, 2022

Commits on Feb 11, 2022

  1. Update the Keeper Secrets Manager SDK

    The KSM server is returning appData in the JSON response. The JSON
    parser doesn't like the extra key in the JSON and throws an
    exception. Update the SDK to accept the new key in JSON.
    
    Updated Kotlin deps for new SDK.
    
    Added more debug around calls to KSM server to see the timing of
    the calls. There appears to be an issue where calls to the KSM
    server are taking a long time to complete. This at reason show
    when the call was started and finished.
    
    Changed the plgins getSecrets to getNotationSecrets to be less
    ambiguous with the SDK's getSecrets.
    jsupun committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    486f4a9 View commit details
    Browse the repository at this point in the history