opentofu / get.opentofu.org

The website hosting the OpenTofu Installer script and installation resources
Apache License 2.0
3 stars 8 forks source link

Linux install script should support hardened environments #15

Open janosdebugs opened 6 months ago

janosdebugs commented 6 months ago

See opentofu/opentofu#1126

Kazzhar commented 4 months ago

Hi, I would like to work on this. Could you please assign this to me?

janosdebugs commented 4 months ago

Hi @Kazzhar thank you for volunteering, I've assigned you. Please read the "I've been assigned an issue, now what?" section of the contribution guide before you begin working.

Kazzhar commented 4 months ago

thanks!

Kazzhar commented 4 months ago

I want to point out something I noticed. The changes in deb-step2.sh here and in deb-step3.sh here are not reflected on the website docs.

Not sure if this is intentional and there's a perfectly normal explanation for it that I'm missing out on, haha.

janosdebugs commented 4 months ago

@Kazzhar we update the website semi-regularly as it currently involves manual work. (We should fix that.)

Kazzhar commented 4 months ago

Is there an issue open for this? I'm curious to see how this could be worked on.

janosdebugs commented 4 months ago

Not really, it's basically just a PR to the opentofu.org repo that updates the opentofu-repo folder (submodule) to the latest v1.6 branch. This assumes the change has been backported to the v1.6 branch, which it may not have been.

If you'd like to get this deployed, feel free to submit the PR(s), otherwise I'll take a look later. There's a "backporting" section in the contrib guide in the main repo.