ucsb-cs56-w20 / ucsb-courses-search

Spring Boot App to show similar information to that found at UCSB Curriculum Search page
https://ucsb-courses-search.herokuapp.com
2 stars 5 forks source link

AL - Remove API key logger statements #298

Closed andrewhlu closed 4 years ago

andrewhlu commented 4 years ago

This morning, I discovered that the GitHub Actions jobs were logging our UCSB API keys, and those logs are view-able by anyone with a GitHub account, regardless of their affiliation with this organization.

(It's essentially public information now).

This change removes such logger statements so they can no longer appear in GitHub Actions logs and become public information. You can verify this by searching the logs on this commit for apikey. The only two results you should find are the ones that mention this branch name.