mirror of
https://github.com/opentffoundation/opentf.git
synced 2025-12-23 20:02:34 -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>
7 lines
294 B
Plaintext
7 lines
294 B
Plaintext
oci_default_credentials {
|
|
# Setting this to [] while leaving discover_ambient_credentials defaulted to
|
|
# true means that OpenTofu won't search for docker-style files but a future
|
|
# version of OpenTofu might still search for other "ambient" credentials.
|
|
docker_style_config_files = []
|
|
}
|