Justin Schulz
Justin Schulz
As the comment in #23 said, you can pass that to the request options object, and that worked for me. That said, following redirects seems like a sensible default since...
Oh, and if @whitebyte 's code doesn't work, I did something slightly different: ```javascript const result = await this.vault.write( '/totp/keys/[email protected]', { url: 'otpauth://totp/SecSys:[email protected]?issuer=SecSys&secret=somesecret' }, { followAllRedirects: true }, ); ```
@mmerickel can you give a little more detail about how you're using this monkey patch please? I'm trying this and noticing that we don't get hanging queries anymore, but that...
Hey, just bumping this issue. Did you ever figure this out @mengelseatz ?
I'm now seeing a very similar issue with our agent that is used for DBM. Did you ever get any insight into what was happening @rwc9u ?
Adding context that this is also occurring with `aws_secretsmanager_secret_version` resources. It seems like maybe no `wo_` arguments are recognized