command
module
Version:
v0.3.6
Opens a new window with list of versions in this module.
Published: Aug 3, 2022
License: MPL-2.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
This terraform provider allows you to configure the Vault Keycloak plugin
https://github.com/Serviceware/vault-plugin-secrets-keycloak
Demo
Nav into demo
cd demo
Start keycloak+vault
docker-compose -f ../testing/docker-compose.yaml up -d --build
Enable keycloak
export VAULT_ADDR="http://127.0.0.1:8200"
vault secrets enable -path=keycloak-secrets vault-plugin-secrets-keycloak
Apply config
terraform init
terraform apply
Read a client secret
vault read keycloak-secrets/client-secret/test-client
Documentation
¶
There is no documentation for this package.
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.