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

no admin_events_expiration #966

Open
AchimGrolimund opened this issue May 23, 2024 · 1 comment
Open

no admin_events_expiration #966

AchimGrolimund opened this issue May 23, 2024 · 1 comment

Comments

@AchimGrolimund
Copy link

issue

there is currently no option so that the admin events also have an expiration time. without this, the field remains empty, which means that the events are stored indefinitely.

Solution:

Create a variable: admin_events_expiration similar to events_expiration

@jermarchand
Copy link
Contributor

Hi,

The adminEventsExpiration is a realm attribute.

Do you try :

resource "keycloak_realm" "test" {
  realm             = "test"

  attributes = {
    adminEventsExpiration = 123456789
  }
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants