sim icon indicating copy to clipboard operation
sim copied to clipboard

fix(google-vault): error handling improvement and more params

Open aadamgough opened this issue 1 month ago • 2 comments

Summary

Added better error handling for vault specifically. Google Cloud by default has a limit for token expiration, and they throw invalid_grant after the token expires, and the only workaround to this is disconneting and reconnecting credential, or, as an admin, disabling reauth for Sim.

Also added additional params for dates

Type of Change

  • [x] Bug fix
  • [x] New feature

Testing

Tested manually

Checklist

  • [x] Code follows project style guidelines
  • [x] Self-reviewed my changes
  • [x] Tests added/updated and passing
  • [x] No new warnings introduced
  • [x] I confirm that I have read and agree to the terms outlined in the Contributor License Agreement (CLA)

aadamgough avatar Jan 09 '26 00:01 aadamgough