Provider Registry Auth Args
data class ProviderRegistryAuthArgs(val address: Output<String>, val authDisabled: Output<Boolean>? = null, val configFile: Output<String>? = null, val configFileContent: Output<String>? = null, val password: Output<String>? = null, val username: Output<String>? = null) : ConvertibleToJava<ProviderRegistryAuthArgs>
Constructors
Properties
Link copied to clipboard
Link copied to clipboard
Path to docker json file for registry auth. Defaults to ~/.docker/config.json
. If DOCKER_CONFIG
is set, the value of DOCKER_CONFIG
is used as the path. config_file
has predencen over all other options.
Link copied to clipboard
Plain content of the docker json file for registry auth. config_file_content
has precedence over username/password.