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 Partial Imports into Keycloak #1161

Open
joao-rebelo opened this issue Oct 11, 2024 · 0 comments
Open

Support Partial Imports into Keycloak #1161

joao-rebelo opened this issue Oct 11, 2024 · 0 comments

Comments

@joao-rebelo
Copy link

Problem Statement

In our current workflow we provide an initial configuration state, and along the time we need to release "patches" that change only some aspects of the configuration. Since keycloak configuration might have been locally changed by some other form we would like to only affect exactly what we provide as patch.

Proposed Solution

As a simple example importing a file as

{
"id": "xpto",
"ssoSessionMaxLifespan": 3600
}

would change the Session Max Lifespan of the realm and leave everything else untouched

Environment

No response

Additional information

At the recent KeyConf it was mentioned that partial imports were already supported, but I don't see it documented and also didn't saw such an option while seeing the ImportConfigProperties class.
if there is some other way to achieve this, then this ticket can be considered duplicated.

Acceptance Criteria

No response

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

No branches or pull requests

1 participant