OneBusAway / onebusaway-docker

Docker configuration for the OneBusAway Application Modules (https://github.com/OneBusAway/onebusaway-application-modules)
Apache License 2.0
18 stars 32 forks source link

feat: Improve API key management #57

Closed Altonhe closed 7 months ago

Altonhe commented 7 months ago

In response to issue #10, I've modified our approach to API key management to ensure that test keys are only used during the CI test process. This change prevents test keys from being mistakenly used in production. I've configured the test API key to work with the validate.sh script, to test the service's endpoints during the CI process.

aaronbrethorst commented 7 months ago

(Also, apologies for taking so long to review this. the last few days have been a bit hectic for me)

Altonhe commented 7 months ago

I made some adjustments based on our discussion.