Skip to content

neolutin/test-hashicorp-vault

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

test-hashicorp-vault

Manual Setup

  • Create Terraform Storage Account (once for all terraform projects)
  • Create specific container (to be done for each project)
  • Register Azure resource providers (Microsoft.Network, Microsoft.Compute, Microsoft.KeyVault...)
  • Create GitHub Secrets
  • Create an AAD App Registration
    • with delegated Microsoft Graph User.Read
    • with application Microsoft Graph Application.ReadWrite.All & Directory.ReadWrite.All
    • Add it as owner of the subscription

Automaticaly done

  • Creation of a linux VM with vault installed in an availability set
  • Deployment of the vault configuration on this VM

Todo

  • Make the CI Reentrant (actions after vault operator init)
  • Hardenning
    • Segregate app usage (only one is used)
    • Connect from github to Azure vault to get sensitive data
    • Fine tune the role of the app on the azure subscription
    • Use VM MSI for Azure Vault authentification
  • HA

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages