Skip to content
Snippets Groups Projects
Verified Commit 4bb27da4 authored by Jan Alexander Steffens (heftig)'s avatar Jan Alexander Steffens (heftig)
Browse files

keycloak.tf: Add missing signature_algorithm

`terraform plan` tried to remove it.
parent f164d000
No related branches found
No related tags found
No related merge requests found
......@@ -138,6 +138,7 @@ resource "keycloak_saml_client" "saml_gitlab" {
name = "Arch Linux Accounts"
enabled = true
signature_algorithm = "RSA_SHA256"
sign_documents = true
sign_assertions = true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment