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

Improvement/osis 147 stop osis failure on decryption 7.10 #142

Commits on May 22, 2024

  1. OSIS-147: handle decryption failure for secret key

    Adds the capability of handling decryption faulire for secret key data
    stored in redis sentinel by the method `retrieveSecretKey` used by get
    and get credentials APIs.
    - Does not throw any error for any decryption failure
    - Logs all decryption failures
    - Removes the keys from Redis automatically for any decryption failure,
      the keys remain in vault and can be used the user if secret key is
      accessible
    
    (cherry picked from commit a76452e)
    anurag4DSB committed May 22, 2024
    Configuration menu
    Copy the full SHA
    f9840a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d88c6ce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e6d6009 View commit details
    Browse the repository at this point in the history