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
Pass in cts_config to ZeroKMSConfigBuilder in EncryptedTable::init_headless
This change updates `EncryptedTable::init_headless` to build its own `CtsConfig` and
pass it into `ZeroKMSConfigBuilder`. By default, `ZeroKMSConfigBuilder` will build its
own `CtsConfig` without environment variable overrides. Using
`CtsConfig::builder().with_env()` and passing that to `ZeroKMSConfigBuilder` allows
for overriding CTS config from environment variables.
0 commit comments