- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for ReplicateKeyID (0.08 sec)
-
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
Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 15K bytes - Viewed (0)