fjsnogueira / keycloak-vault

This is an example Terraform implementation of a Keycloak Vault integration.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Integrate Keycloak with HashiCorp Vault

This is an example Terraform implementation of a Keycloak Vault integration.
The project refers to a medium post on this topic.

Usage

Use makefile:
make [help | up | down | init | provision | deprovision | destroy | shell]

  1. Start the local environment (Docker) make up
  2. Initialize Terraform make init
  3. Apply the Terraform configuration make provision
  4. Shutdown the local environment (Docker) make down

Makefile

Command Description
up start docker container
down stop docker container
init terraform init
provision terraform apply
deprovision terraform destroy
destroy terraform destroy and remove all terraform related files/states
shell open a shell with terraform binary

About

This is an example Terraform implementation of a Keycloak Vault integration.


Languages

Language:HCL 91.5%Language:Makefile 8.5%