Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Add HTTP Authentication for non production sites. Recommend Shield #4

Open
ozin7 opened this issue Sep 20, 2017 · 1 comment
Open

Comments

@ozin7
Copy link

ozin7 commented Sep 20, 2017

Since all non production sites should be protected by HTTP Authentication and not searchable for search engines we need to have some easy way to set it.
Some environments provides such functionality like pantheon or platform.sh but not all.
Using module is convenient for developers and do not need to think which environment will be used.
https://www.drupal.org/project/shield - easy to configure:

    $config['shield.settings']['user'] = 'user';
    $config['shield.settings']['pass'] = 'supperpass';
@ozin7
Copy link
Author

ozin7 commented Feb 12, 2019

Since we are using PSH this issue could be set with a low priority.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant