Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save darinpope/5bfdc7acec1885129e74426ca2f612ae to your computer and use it in GitHub Desktop.
Save darinpope/5bfdc7acec1885129e74426ca2f612ae to your computer and use it in GitHub Desktop.

Gist for https://youtu.be/hgmVFk_fcQM

Documentation

Secrets creation

  • aws secretsmanager create-secret --name 'sm-vagrant' --secret-string vagrant --tags 'Key=jenkins:credentials:type,Value=usernamePassword' 'Key=jenkins:credentials:username,Value=vagrant' --description 'sm-vagrant'
  • aws secretsmanager create-secret --name 'sm-my-secret-text' --secret-string 'abc123' --tags 'Key=jenkins:credentials:type,Value=string' --description 'sm-my-secret-text'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment