Skip to content

Management of Github repo configuration and settings

Notifications You must be signed in to change notification settings

a7d-corp/github-repo-management

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

github-repo-management

Managing secrets

Sensitive configuration can be {en,de}crypted using a Vault instance.

Decryption:

vault write transit/decrypt/tf-encryption-key -format=json ciphertext=$(cat backend-config.enc) | jq -r .data.plaintext | base64 -d > backend-config

Encryption:

vault write transit/encrypt/tf-encryption-key -format=json plaintext=$(cat backend-config | base64 -w 0) | jq -r .data.ciphertext > backend-config.enc

Importing existing repos

terraform import module.github_repository.github_repository.repo repo-name

About

Management of Github repo configuration and settings

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages