ttzeng / chat-bot

Chat bot 聊天機器人
0 stars 0 forks source link

Google Secret Manager #4

Open ttzeng opened 1 year ago

ttzeng commented 1 year ago

This LINE chat bot is deployed as a cloud function on Google Cloud Platform, the API secrets (i.e. the LINE channel secret, channel access token, the CWB authorization key) are stored as runtime environment variables. Though this approach is cloud platform independent, it'd be a good challenge to leverage Google Secret Manager to store the secrets.