Replies: 3 comments 4 replies
-
|
Does this proposal conflict with For example:
Actually we have Then we also have |
Beta Was this translation helpful? Give feedback.
-
|
With regards to breaking changes we should have a standard approach to dealing with breaking changes in config. I don't think just breaking it from one release to the next is the way to go, and we'd need to some way of deprecating previous config, etc. |
Beta Was this translation helpful? Give feedback.
-
|
Would it be an idea to attach this proposal to a design proposal around extensions, and how they are configured? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
In Keycloak 17, we often use the following format for the configration keys:
<name-enabled>=<bool>This gets very long sometimes and imo it just feels doubled.
Two Examples:
transaction-xa-enabled=true/falsecould be shorter by using:
transaction-xa=true/falsehttp-enabled=true/falsecould be shorter using:
http=true/falseAs I know this breaks many things, I guess we should have done this before releasing kc 17. Well, we didn't, but imo we should, and if we won't do it now, we are really stuck forever with the longer and imo bad naming format, so I still want to suggest to change the format for enabled/disabled switches.
Decision 1:
Do we still want to change?
if yes:
Decision 1.1:
What should the new values look like? boolean
trueandfalseorenabledanddisabled, or both?if not
then lets close this discussion.
Beta Was this translation helpful? Give feedback.
All reactions