- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for MINIO_KMS_REPLICATE_KEYID (0.08 sec)
-
internal/kms/config.go
) // EnvKMSReplicateKeyID is an env. variable that controls whether MinIO // replicates the KMS key ID. By default, KMS key ID replication is enabled // but can be turned off. const EnvKMSReplicateKeyID = "MINIO_KMS_REPLICATE_KEYID" const ( tlsClientSessionCacheSize = 100 ) var replicateKeyID = sync.OnceValue(func() bool { if v, ok := os.LookupEnv(EnvKMSReplicateKeyID); ok && strings.ToLower(v) == "off" { return false }
Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 15K bytes - Viewed (0)