Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for autoGenerateRootCredentials (0.09 sec)

  1. cmd/common-main.go

    		logger.Info(color.RedBold(msg))
    	}
    	globalCredViaEnv = true
    	return cred
    }
    
    // autoGenerateRootCredentials generates root credentials deterministically if
    // a KMS is configured, no manual credentials have been specified and if root
    // access is disabled.
    func autoGenerateRootCredentials() auth.Credentials {
    	if GlobalKMS == nil {
    		return globalActiveCred
    	}
    
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Fri Aug 29 02:39:48 UTC 2025
    - 32.5K bytes
    - Viewed (0)
Back to top