Skip to content

A dotfile directory for storing sensitive keys and credentials with an all-in-one bash script to initialize BBODEK local backend development environment using infisical.

Notifications You must be signed in to change notification settings

thebbodek/.bbodek

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

.bbodek

A dotfile directory for storing sensitive keys and credentials with an all-in-one bash script to initialize BBODEK local backend development environment using infisical.

Prerequisites

Installation

git clone https://github.com/thebbodek/.bbodek.git ~/.bbodek

# Setup Infisical CLI
brew install infisical/get-cli/infisical
infisical login

# Initialize
chmod +x ~/.bbodek/initialize.sh
~/.bbodek/initialize.sh

Guide

Update AWS Credentials

  1. Update environment variable in infisical /org directory.
  2. Define environment variable in ~/.bbodek/aws/credentials.[env].template.
  3. Run ~/.bbodek/initialize.sh to sync changes.

Update SSH Config

  1. Update ~/.bbodek/ssh/config.

Add Private Key

  1. Update environment variable in infisical /_keys directory.
  2. Define environment variable in ~/.bbodek/keys/[name].pem.template.
  3. Run ~/.bbodek/initialize.sh to sync changes.

About

A dotfile directory for storing sensitive keys and credentials with an all-in-one bash script to initialize BBODEK local backend development environment using infisical.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages