Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

How to avoid potential security breach storing telegram token and channel id in config file/github? #30

Open
cgimax opened this issue Sep 4, 2023 · 0 comments

Comments

@cgimax
Copy link

cgimax commented Sep 4, 2023

How to avoid potential security breach storing telegram token and channel id in config file/github?

'handlers': {
'telegram': {
'class': 'telegram_handler.TelegramHandler',
'formatter': 'telegram',
'token': 'your token',
'chat_id': 'chat id'

Is there a way to use environment variables or aws secret manager to avoid storing token/chat_id in config file?

Thank you

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant