Hi,
When applying the gRPC protocol we often need to update users' current desktop connections to use the new protocol.
If we don't want users to do this manually, what options do we have?
What I can think of is setting a registry key with the new protocol, but this is version-dependent, and if users are on different client versions, it could be a bit tricky.
Another option is to create a custom installation with the Vault connection and gRPC protocol preconfigured, but if the customer doesn't want to update or install a new version, then that's not an option either.
Any other ideas?