You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Set basic auth config up per the instructions in the docs
Set an environment override for production
View on a production environment
The site should have Basic Auth required, however it does not.
This is due to the merging of the config always setting the php-basic-auth config rather than using environment overrides correctly, which means it then has environment-specific behaviour. Due to this, you cannot enable it on production per the docs.
I'm filing a hotfix for this which explicitly checks the environment configuration, but we should look at reworking this to be standard instead.
Acceptance criteria:
...
The text was updated successfully, but these errors were encountered:
Steps to reproduce:
The site should have Basic Auth required, however it does not.
This is due to the merging of the config always setting the
php-basic-auth
config rather than using environment overrides correctly, which means it then has environment-specific behaviour. Due to this, you cannot enable it on production per the docs.I'm filing a hotfix for this which explicitly checks the environment configuration, but we should look at reworking this to be standard instead.
Acceptance criteria:
The text was updated successfully, but these errors were encountered: