- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for handleKMSConfig (0.05 sec)
-
cmd/common-main.go
AccessKey: accessKey, SecretKey: secretKey, } } // Initialize KMS global variable after valiadating and loading the configuration. // It depends on KMS env variables and global cli flags. func handleKMSConfig() { present, err := kms.IsPresent() if err != nil { logger.Fatal(err, "Invalid KMS configuration specified") } if !present { return }
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 32.5K bytes - Viewed (0)