Skip to content

Release "allow anyone to pull" feature for terraform modules

What does this MR do and why?

In Make "allow anyone to pull" work with group-lev... (!166334 - merged), we introduced the ability to pull modules from a public Terraform Registry regardless of its group and project visibility. That means we can have a private project, but when enabling its Allow anyone to pull setting, anyone on the internet can download modules from this public registry.

The feature was gated behind a feature flag, and it was globally enabled on gitlab.com without any issues.

In this MR, we clean up the feature flag, and update the documentation to release the feature.

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

Related to #468062 (closed)

Edited by Moaz Khalifa

Merge request reports

Loading