Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 825 Bytes

File metadata and controls

15 lines (12 loc) · 825 Bytes
layout post
published true
title Keep your secrets out of your source code
date 2021-07-20
subtitle Protect your secrets and clean up if you accidentally over share

Problem

We accidentally committed our secrets (password or secret key) to GitHub

Solution

  1. Prevent secrets from being committed: avoid accidental commits
  2. Clean up: Either use BFG or see other methods to remove sensitive data using