Show HN: I built an open source event-management system
1–10 of 32 posts
Re: Show HN: I built an open source event-management system
#2Edit: oh and some database credentials & getstream.io api credentials
Re: Show HN: I built an open source event-management system
#3Looks like you committed a .env file previously with some semi-private details contained within it, plus you’ve hardcoded some Cloudinary API credentials. You may want to rotate them before they’re abused by someone. Edit: oh and some database credentials & getstream.io api credentials
Re: Show HN: I built an open source event-management system
#4Looks like you committed a .env file previously with some semi-private details contained within it, plus you’ve hardcoded some Cloudinary API credentials. You may want to rotate them before they’re abused by someone. Edit: oh and some database credentials & getstream.io api credentials
Re: Show HN: I built an open source event-management system
#5Looks like you committed a .env file previously with some semi-private details contained within it, plus you’ve hardcoded some Cloudinary API credentials. You may want to rotate them before they’re abused by someone. Edit: oh and some database credentials & getstream.io api credentials
If anyone wants to keep secrets in a repo, git-crypt is your friend: https://www.agwa.name/projects/git-crypt/
Re: Show HN: I built an open source event-management system
#6Looks like you committed a .env file previously with some semi-private details contained within it, plus you’ve hardcoded some Cloudinary API credentials. You may want to rotate them before they’re abused by someone. Edit: oh and some database credentials & getstream.io api credentials
If anyone wants to keep secrets in a repo, git-crypt is your friend: https://www.agwa.name/projects/git-crypt/
Re: Show HN: I built an open source event-management system
#7Re: Show HN: I built an open source event-management system
#8Earlier quoted context omitted.
If anyone wants to keep secrets in a repo, git-crypt is your friend: https://www.agwa.name/projects/git-crypt/
Thanks. Checking it out
https://help.github.com/articles/removing-sensitive-data-fro...
Re: Show HN: I built an open source event-management system
#9Earlier quoted context omitted.
Thanks. Checking it out
Old commits are still showing the credentials. Recommend following this guide to erase your .env from all commits. https://help.github.com/articles/removing-sensitive-data-fro...