mayope / keycloakmigration

Manage your Keycloak configuration with code.
https://mayope.net
MIT License
108 stars 22 forks source link

#9: added change set disabling based on parameter substitution, the e… #10

Closed sideisra closed 4 years ago

sideisra commented 4 years ago

…nabled attribute of a change set can be set to any string (including substituted parameters), this string will then be interpreted as boolean when executing the change sets and thus disabling the change set when the attribute is set to the string "false"

sideisra commented 4 years ago

Implements #9