This is pointing to the wrong URLs. This isn't set up yet. Change-Id: Ie21146311c2adcf5d9c5a80132cf1f8333a6baa2 Reviewed-on: https://cl.snix.dev/c/snix/+/30250 Autosubmit: Florian Klink <flokli@flokli.de> Tested-by: besadii Reviewed-by: Ilan Joselevich <personal@ilanjoselevich.com> |
||
|---|---|---|
| .. | ||
| .gitignore | ||
| clients.tf | ||
| default.nix | ||
| identity_providers.tf | ||
| main.tf | ||
| permissions.tf | ||
| README.md | ||
Terraform for Keycloak
This contains the Terraform configuration for deploying TVL's Keycloak
instance (which lives at auth.tvl.fyi).
Secrets are needed for applying this. The encrypted file
//ops/secrets/tf-keycloak.age contains export calls which should
be sourced, for example via direnv, by users with the appropriate
credentials.
An example direnv configuration used by tazjin is this:
# //ops/keycloak/.envrc
source_up
eval $(age --decrypt -i ~/.ssh/id_ed25519 $(git rev-parse --show-toplevel)/ops/secrets/tf-keycloak.age)