mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-02-18 22:00:36 -05:00
As of this commit we don't actually do anything with these once decoded. In future commits we'll add decoding of repository-specific oci_credentials blocks and then the logic for combining all of these settings together into an ociauthconfig.CredentialsConfigs representing the overall credentials selection policy for OCI repositories. Signed-off-by: Martin Atkins <mart@degeneration.co.uk>
8 lines
284 B
Plaintext
8 lines
284 B
Plaintext
oci_default_credentials {
|
|
# Cannot set docker_style_config_files when discover_ambient_credentials is
|
|
# disabled, because the Docker-style config files are only used to discover
|
|
# ambient credentials.
|
|
discover_ambient_credentials = false
|
|
docker_style_config_files = []
|
|
}
|