Lets consolidate some modules to improve the Aegir ecosystem.

I've mentioned this before on the aegir mailinglist... Now it's merged in here. and in provision_tasks_extra.

Remaining tasks:
- Documentation
- Release notes
- update http://community.aegirproject.org/contrib-modules
- Cleanup the old module on github, and the pull request

Technical:

cd aegir_http_basic/
git subtree split --prefix=provision --branch=aegir_http_basic-provision
git subtree split --prefix=hosting --branch=aegir_http_basic-hosting

cd ../hosting_tasks_extra
git remote add aegir_http_basic ../aegir_http_basic/
git fetch
git subtree add --prefix=http_basic_auth 70d2fa79ef4a42ce5c8b52950bae2fe3d49248e2

cd ../provision_tasks_extra/
git remote add aegir_http_basic ../aegir_http_basic/
git fetch
git subtree add --prefix=http_basic_auth 6697f05cc7840846baf5194f2c7f3a072024dc1b

Comments

steven jones’s picture

Let me know what I need to do with the github projects and I will.

helmo’s picture

Well, if you could make it clear to someone hitting that page that for 6.x-2.x compatibility they need this module...

I've updated now http://community.aegirproject.org/contrib-modules

steven jones’s picture

I've updated the README in github.

helmo’s picture

Thanks, I've commented on the open issues there. You can probably best close them...

helmo’s picture

Status: Needs review » Fixed

I guess this is done....

moss.dev’s picture

Status: Fixed » Active

Hi Steven & Helmo,

I have downloaded the latest version of hosting_tasks_extra but it does not seem to contain http basic auth.

The link to the original module seems to have been removed also.

Do I need to get the latest dev from github? If so I can't find a link to the github repository anywhere.

I can pull a copy of basic auth from an older server but I imagine this is getting a few people stummped.

Thanks
Jon

helmo’s picture

Status: Active » Fixed

It hasn't gotten into a release yet.... until now. I've just made a 6.x-2.0-alpha2 release.

I've now also checked a box to show the 'snapshot release' for 6.x-2.x which always contains the latest code.

For reference, the original source is https://github.com/computerminds/aegir_http_basic

moss.dev’s picture

Perfect, thank you.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

francewhoa’s picture

Issue summary: View changes

Steven & Helmo, "HTTP Basic Authentication (http_basic_auth)" is not working. We reported the bug and steps to reproduce it at https://www.drupal.org/node/2380495