You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With a standard Vault High Availability installation (with consul), the standby instance can't forward requests to transit secret engine if the message size is larger than 4MB. It switches automatically to the older/fallback redirection behavior (307 Temporary Redirect), which creates SSL verification issue
Describe the bug
With a standard Vault High Availability installation (with consul), the standby instance can't forward requests to transit secret engine if the message size is larger than 4MB. It switches automatically to the older/fallback redirection behavior (307 Temporary Redirect), which creates SSL verification issue
To Reproduce
Steps to reproduce the behavior:
We don't have any message on the active server log, but we have this in the standby server log:
Expected behavior
File > 4MB should have the same behavior. Switch on the legacy forwarding creates issue with HTTPS support
Environment:
Vault server configuration file(s):
Additional context
It look like to be the default limitation of grpc protocol :
https://nanxiao.me/en/message-length-setting-in-grpc/
googleapis/google-cloud-node#1991
The text was updated successfully, but these errors were encountered: