Files
opentf/internal/command/cliconfig/testdata/oci-default-credentials.json
Martin Atkins ecf67c0ef7 cliconfig: Decode oci_default_credentials blocks
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>
2025-03-13 08:19:57 -07:00

10 lines
197 B
JSON

{
"oci_default_credentials": {
"discover_ambient_credentials": true,
"docker_style_config_files": [
"/foo/bar/auth.json"
],
"docker_credentials_helper": "osxkeychain"
}
}