Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[RFC-0004]: imagerepo: Add support for insecure registries #395

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Nov 14, 2023

  1. [RFC-0004] imagerepo: add support for insecure registries

    Add a new field `.spec.insecure` to the `ImageRepository` API to allow
    indicating that the registry is an insecure registry, i.e. hosted at an
    HTTP endpoint. Furthermore, add a new flag `--insecure-allow-http` to
    allow the controller to make HTTP requests. By default, it is set to
    true to ensure backwards compatibility.
    
    Implements [RFC-0004](https://github.com/fluxcd/flux2/tree/main/rfcs/0004-insecure-http).
    
    Signed-off-by: Sanskar Jaiswal <jaiswalsanskar078@gmail.com>
    aryan9600 committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    801adfb View commit details
    Browse the repository at this point in the history