Configuration
Learn how to configure keycloak-config-cli for your use case.
Import Settings
Control how keycloak-config-cli manages resources:
| Setting | Default | Description |
|---|---|---|
import.manage-realm |
true |
Manage realm level settings |
import.manage-clients |
true |
Manage clients |
import.manage-roles |
true |
Manage roles |
import.manage-users |
false |
Manage users (use with caution) |
Remote State
Track which resources are managed by keycloak-config-cli:
Parallel Import
Speed up large configurations:
Checksum Caching
Skip unchanged files on re-runs:
Logging
Configure logging levels:
| Setting | Default | Description |
|---|---|---|
logging.level.root |
info |
Root log level |
logging.level.http |
info |
HTTP request logging |