I notice some flood protection logs for user logins while working on my password expiration code. This may be related to the drush command updating and logging into the portal or it maybe external traffic. I couldn't tell just looking at the logs, but regardless I see no value in making these dev containers public if we can limit it to our org users.
|
gh codespace ports visibility 8080:public -c $CODESPACE_NAME |
Suggestion:
gh codespace ports visibility 8080:org-c $CODESPACE_NAME
see: gh codespace ports visibility
I notice some flood protection logs for user logins while working on my password expiration code. This may be related to the drush command updating and logging into the portal or it maybe external traffic. I couldn't tell just looking at the logs, but regardless I see no value in making these dev containers public if we can limit it to our org users.
devcontainer-drupal/local/etc/uceap.d/devcontainer_post_create.sh
Line 25 in c3b6f96
Suggestion:
gh codespace ports visibility 8080:org-c $CODESPACE_NAMEsee: gh codespace ports visibility