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
@greg-1-anderson 👋 should I file a separate issue for the site URI rendering as http and not https? This could lead to inadvertent exposure of user:login URLs where a malicious proxy could intercept the request and steal the session cookie.
Platform
(x) MacOS
(x) Linux
(x) WSL2
Installed Via
( ) Homebrew
( ) Apt Package
(x) Manually
PHP Version
( ) 7.4x
( ) 8.0
(x) 8.1
Terminus Version
Terminus 3.2.1
Command Executed
terminus drush:aliases --only <site id>
Expected behavior
drush aliases use the primary domain of a site, so commands like
drush user:login
use the production domain.Actual behavior
The drush alias contains a URI set to the
pantheonsite.io
domain, even though the site is live:In contrast,
terminus drush
uses the right domain:This results in confusing issues when developers or CI use both styles of commands to access a production site.
The text was updated successfully, but these errors were encountered: