diff options
author | Vincent Ambo <mail@tazj.in> | 2022-09-20T09·19+0300 |
---|---|---|
committer | tazjin <tazjin@tvl.su> | 2022-09-20T09·28+0000 |
commit | 6576c2f15fc98f9432b0a0ce6b4f23a8528f30d9 (patch) | |
tree | c35e53230bbc9382219e239b89f6b8bae3348a95 /ops/keycloak/main.tf | |
parent | 3a1f4831a82b0f682b03032625c7c083ff20b603 (diff) |
feat(ops/keycloak): import github identity provider configuration r/4930
For some reason Terraform decided that it would otherwise like to *delete* this configuration, which is undesirable. Note that there is a "magic" special behaviour when the `alias` and `provider_id` are set to the name of a built-in supported provider (github, gitlab etc.), which lets us skip the authorization_url setup. Change-Id: Ib66154c2896dda162c57bdc2d7964a9fa4e15f20 Reviewed-on: https://cl.tvl.fyi/c/depot/+/6706 Tested-by: BuildkiteCI Reviewed-by: lukegb <lukegb@tvl.fyi>
Diffstat (limited to 'ops/keycloak/main.tf')
-rw-r--r-- | ops/keycloak/main.tf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ops/keycloak/main.tf b/ops/keycloak/main.tf index a8e2d82a3cd0..c18f4a178991 100644 --- a/ops/keycloak/main.tf +++ b/ops/keycloak/main.tf @@ -1,6 +1,6 @@ # Configure TVL Keycloak instance. # -# TODO(tazjin): Configure GitHub/GitLab IDP +# TODO(tazjin): Configure GitLab IDP terraform { required_providers { |