Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support "referrer-policy" header in "security_defenses" realm section #878

Closed
jrpedrianes opened this issue Oct 6, 2023 · 0 comments · Fixed by #879
Closed

Support "referrer-policy" header in "security_defenses" realm section #878

jrpedrianes opened this issue Oct 6, 2023 · 0 comments · Fixed by #879

Comments

@jrpedrianes
Copy link
Contributor

jrpedrianes commented Oct 6, 2023

Hi,

When I want to configure the "referrer-policy" header option to the "security_defenses" to a realm I can't do that because the provider doesn't manage it:

resource "keycloak_realm" "realm" {
  realm = "Realm Name"

  security_defenses {
    headers {
      referrer_policy = "origin"
    }
  }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant