Navigation note

Signed-off-by: AbstractionFactory <179820029+abstractionfactory@users.noreply.github.com>
This commit is contained in:
AbstractionFactory 2025-02-10 10:45:25 +01:00 committed by Martin Atkins
parent 20dfba308e
commit d0800f79b1
12 changed files with 16 additions and 13 deletions

View File

@ -2,6 +2,9 @@
Issue: https://github.com/opentofu/opentofu/issues/308
> [!NOTE]
> Please leave your comments on [this pull request](https://github.com/opentofu/opentofu/pull/2163) as a review.
## Background
OCI registries (also historically known as Docker registries) form the backbone of the container ecosystem. They present an easy way to publish self-contained miniature operating system userland images that users can run without installing additional libraries or tools beyond a container engine. The main feature of an OCI registry is its ability to publish layers containing differential changes, making container image updates very efficient.

View File

@ -2,7 +2,7 @@
---
This document is part of the [OCI registries RFC](../20241206-oci-registries.md).
This document is part of the [OCI registries RFC](../20241206-oci-registries.md). Please leave your comments on [this pull request](https://github.com/opentofu/opentofu/pull/2163) as a review.
| [« Previous](../20241206-oci-registries.md) | [Up](../20241206-oci-registries.md) | [Next »](2-survey-results.md) |

View File

@ -2,7 +2,7 @@
---
This document is part of the [OCI registries RFC](../20241206-oci-registries.md).
This document is part of the [OCI registries RFC](../20241206-oci-registries.md). Please leave your comments on [this pull request](https://github.com/opentofu/opentofu/pull/2163) as a review.
| [« Previous](9-auth-implementation-details.md) | [Up](../20241206-oci-registries.md) | [Next »](10-provider-implementation-details.md) |

View File

@ -2,7 +2,7 @@
---
This document is part of the [OCI registries RFC](../20241206-oci-registries.md).
This document is part of the [OCI registries RFC](../20241206-oci-registries.md). Please leave your comments on [this pull request](https://github.com/opentofu/opentofu/pull/2163) as a review.
| [« Previous](10-provider-implementation-details.md) | [Up](../20241206-oci-registries.md) |

View File

@ -2,7 +2,7 @@
---
This document is part of the [OCI registries RFC](../20241206-oci-registries.md).
This document is part of the [OCI registries RFC](../20241206-oci-registries.md). Please leave your comments on [this pull request](https://github.com/opentofu/opentofu/pull/2163) as a review.
| [« Previous](1-oci-primer.md) | [Up](../20241206-oci-registries.md) | [Next »](3-design-considerations.md) |

View File

@ -2,7 +2,7 @@
---
This document is part of the [OCI registries RFC](../20241206-oci-registries.md).
This document is part of the [OCI registries RFC](../20241206-oci-registries.md). Please leave your comments on [this pull request](https://github.com/opentofu/opentofu/pull/2163) as a review.
| [« Previous](2-survey-results.md) | [Up](../20241206-oci-registries.md) | [Next »](4-registry-changes.md) |

View File

@ -2,7 +2,7 @@
---
This document is part of the [OCI registries RFC](../20241206-oci-registries.md).
This document is part of the [OCI registries RFC](../20241206-oci-registries.md). Please leave your comments on [this pull request](https://github.com/opentofu/opentofu/pull/2163) as a review.
| [« Previous](3-design-considerations.md) | [Up](../20241206-oci-registries.md) | [Next »](5-providers.md) |

View File

@ -2,7 +2,7 @@
---
This document is part of the [OCI registries RFC](../20241206-oci-registries.md).
This document is part of the [OCI registries RFC](../20241206-oci-registries.md). Please leave your comments on [this pull request](https://github.com/opentofu/opentofu/pull/2163) as a review.
| [« Previous](4-registry-changes.md) | [Up](../20241206-oci-registries.md) | [Next »](6-modules.md) |

View File

@ -3,7 +3,7 @@
---
This document is part of the [OCI registries RFC](../20241206-oci-registries.md).
This document is part of the [OCI registries RFC](../20241206-oci-registries.md). Please leave your comments on [this pull request](https://github.com/opentofu/opentofu/pull/2163) as a review.
| [« Previous](5-providers.md) | [Up](../20241206-oci-registries.md) | [Next »](7-authentication.md) |

View File

@ -1,13 +1,13 @@
# Authentication configuration
---
This document is part of the [OCI registries RFC](../20241206-oci-registries.md).
This document is part of the [OCI registries RFC](../20241206-oci-registries.md). Please leave your comments on [this pull request](https://github.com/opentofu/opentofu/pull/2163) as a review.
| [« Previous](6-modules.md) | [Up](../20241206-oci-registries.md) | [Next »](8-open-questions.md) |
---
# Authentication configuration
OpenTofu today supports defining a [`credentials` block in your .tofurc](https://opentofu.org/docs/cli/config/config-file/#credentials). This block allows you to define access tokens for services related to a hostname. However, critically, this block does not account for the need of usernames and passwords, which is needed for OCI.
We expect OCI registries used within organizations to need authentication, so we anticipate needing at least a username and a password for this purpose.

View File

@ -2,7 +2,7 @@
---
This document is part of the [OCI registries RFC](../20241206-oci-registries.md).
This document is part of the [OCI registries RFC](../20241206-oci-registries.md). Please leave your comments on [this pull request](https://github.com/opentofu/opentofu/pull/2163) as a review.
| [« Previous](7-authentication.md) | [Up](../20241206-oci-registries.md) | [Next »](9-auth-implementation-details.md) |

View File

@ -2,7 +2,7 @@
---
This document is part of the [OCI registries RFC](../20241206-oci-registries.md).
This document is part of the [OCI registries RFC](../20241206-oci-registries.md). Please leave your comments on [this pull request](https://github.com/opentofu/opentofu/pull/2163) as a review.
| [« Previous](8-open-questions.md) | [Up](../20241206-oci-registries.md) | [Next »](10-provider-implementation-details.md) |