- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for ReplicateKeyID (0.07 seconds)
-
internal/kms/config.go
const ( tlsClientSessionCacheSize = 100 ) var replicateKeyID = sync.OnceValue(func() bool { if v, ok := os.LookupEnv(EnvKMSReplicateKeyID); ok && strings.ToLower(v) == "off" { return false } return true // by default, replicating KMS key IDs is enabled }) // ReplicateKeyID reports whether KMS key IDs should be included when
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Fri Aug 29 02:39:48 GMT 2025 - 15K bytes - Click Count (0)