Files
opentf/internal/command/cliconfig
Martin Atkins 2eb7954fa5 ociauthconfig: Require valid syntax for Docker-style config auths
Previously we just required the slash-separated segments to match without
imposing any further constraint, but if the Docker-style config syntax
evolves to allow other syntaxes here in future it'd be better for us to
just ignore what we don't recognize rather than get confused into trying
to match it in the current way.

ParseRepositoryAddressPrefix is an exported function because package
cliconfig will use it in a future commit to deal with our OpenTofu-specific
equivalent of the "auths" objects: oci_credentials blocks in the CLI
configuration.

Signed-off-by: Martin Atkins <mart@degeneration.co.uk>
2025-03-13 08:19:57 -07:00
..
2024-08-29 13:20:33 -04:00
2024-08-29 13:20:33 -04:00
2024-08-29 13:20:33 -04:00
2024-02-08 09:48:59 +00:00