Mark Paluch

Results 1231 comments of Mark Paluch

Thanks for reaching out. This is an issue you can help us with if you want to submit a pull request to address the issue.

Thank you for your contribution. That's merged and polished now.

Migrating default decimal format representation is a rather subtle change in terms of discoverability as it doesn't come with a behavior that incurs compiler warnings/errors, rather the database format is...

Thank you for your contribution. That's merged and polished now.

If you would like us to spend some time helping you to diagnose the problem, please spend some time describing it and, ideally, providing a [minimal yet complete sample](https://stackoverflow.com/help/mcve) that...

We're signing requests with the v4 signer via https://github.com/spring-projects/spring-vault/blob/ff43ffa1d0d70c1932fc2f8926c5a2a999f8e368/spring-vault-core/src/main/java/org/springframework/vault/authentication/AwsIamAuthentication.java#L225-L230 Let us know if there's a mismatch somewhere. We can solve this issue only with the help of you or any...

If you have arrangements that work, then this seems to be rather an infrastructure issue. In any case, we're not AWS users so we need support from someone that could...

thanks for the pointer. What about [sts_endpoint](https://developer.hashicorp.com/vault/api-docs/auth/aws#sts_endpoint) and [sts_region](https://developer.hashicorp.com/vault/api-docs/auth/aws#sts_region) in the vault config? Do these correlate to your app config?

Looks like a duplicate of #1954. We deprecated the `multi` extension because of that reason as Redis' transaction do not work well with an async API.

> while waiting for a possible fix. No fix is possible as transactional commands only complete after running `EXEC`.