Skip to content

Commit

Permalink
fix markdown table format
Browse files Browse the repository at this point in the history
  • Loading branch information
jkroepke committed Dec 18, 2021
1 parent 9048515 commit bbceaee
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ keycloak-config-cli supports logging in JSON format. To enable, set `SPRING_PROF
## Log level

| CLI Option | ENV Variable | Description | Default |
| ----------------------------------- | ------------------------------- | ---------------------------------------------------------------- | ---------------------------- |
|-------------------------------------|---------------------------------|------------------------------------------------------------------|------------------------------|
| --logging.level.root | LOGGING_LEVEL_ROOT | define the root log level | `info` |
| --logging.level.keycloak-config-cli | LOGGING_LEVEL_KEYCLOAKCONFIGCLI | log level of keycloak-config-cli components | value of `loging.level.root` |
| --logging.level.http | LOGGING_LEVEL_HTTP | log level http requests between keycloak-config-cli and Keycloak | value of `loging.level.root` |
Expand All @@ -84,7 +84,7 @@ There are some exceptions, for example if keycloak introduce some backward compa
## Compatibility matrix for old versions

| keycloak-config-cli | **Keycloak 4 - 7** | **Keycloak 8** | **Keycloak 9 - 11** | **Keycloak 12 - 13** |
| ------------------- | :----------------: | :------------: | :-----------------: | :------------------: |
|---------------------|:------------------:|:--------------:|:-------------------:|:--------------------:|
| **v0.8.x** |||||
| **v1.0.x - v2.6.x** |||||
| **v3.0.x - v3.x.x** |||||
Expand Down Expand Up @@ -152,7 +152,7 @@ A docker images is available at [DockerHub](https://hub.docker.com/r/adorsys/key
Available docker tags

| Tag | Description |
| -------------- | ------------------------------------------------------------------------------------------------------------- |
|----------------|---------------------------------------------------------------------------------------------------------------|
| `latest` | latest available release of keycloak-config-cli which is built against the latest supported Keycloak release. |
| `latest-x.y.z` | latest available release of keycloak-config-cli which is built against the Keycloak version `x.y.z`. |
| `edge` | latest commit on the main branch and which is built against the latest supported Keycloak release. |
Expand Down Expand Up @@ -214,7 +214,7 @@ Checkout helm docs about [chart dependencies](https://helm.sh/docs/topics/charts
## CLI option / Environment Variables

| CLI Option | ENV Variable | Description | Default | Docs |
| ----------------------------------------------------- | -------------------------------------------------- | --------------------------------------------------------------------------------- | ----------- | ------------------------------------------------------------------------------------------------------------------------------- |
|-------------------------------------------------------|----------------------------------------------------|-----------------------------------------------------------------------------------|-------------|---------------------------------------------------------------------------------------------------------------------------------|
| --keycloak.url | KEYCLOAK_URL | Keycloak URL including web context. Format: `scheme://hostname:port/web-context`. | - | |
| --keycloak.user | KEYCLOAK_USER | login user name | `admin` | |
| --keycloak.password | KEYCLOAK_PASSWORD | login user password | - | |
Expand Down Expand Up @@ -260,7 +260,7 @@ remove the role from a user, if `import.remove-default-role-from-user` set to `t
## Spring boot options

| CLI Option | ENV Variable | Description | Default | Docs |
| ------------------------ | ---------------------- | --------------------------------------- | ------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|--------------------------|------------------------|-----------------------------------------|---------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| --spring.profiles.active | SPRING_PROFILES_ACTIVE | enable spring profiles. comma separated | `-` | [Set the Active Spring Profiles](https://docs.spring.io/spring-boot/docs/current/reference/html/howto.html#howto.properties-and-configuration.set-active-spring-profiles) |
| --loging.level.root | LOGGING_LEVEL_ROOT | define the root log level | `info` | [Logging](https://docs.spring.io/spring-boot/docs/current/reference/html/howto.html#howto.logging) |
| --debug | DEBUG | enables debug mode of spring boot | `false` | |
Expand Down
2 changes: 1 addition & 1 deletion docs/FEATURES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Supported features

| Feature | Since | Description |
| -------------------------------------------------- | ----- | -------------------------------------------------------------------------------------------------------- |
|----------------------------------------------------|-------|----------------------------------------------------------------------------------------------------------|
| Create clients | 1.0.0 | Create client configuration (inclusive protocolMappers) while creating or updating realms |
| Update clients | 1.0.0 | Update client configuration (inclusive protocolMappers) while updating realms |
| Manage fine-grained authorization of clients | 2.2.0 | Add and remove fine-grained authorization resources and policies of clients |
Expand Down
2 changes: 1 addition & 1 deletion docs/MANAGED.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ groups will be deleted. If you define `groups` but set an empty array, keycloak
## Supported full managed resources

| Type | Additional Information | Resource Name |
| ------------------------- | -------------------------------------------------------------------------------- | -------------------------- |
|---------------------------|----------------------------------------------------------------------------------|----------------------------|
| Groups | - | `group` |
| Required Actions | You have to copy the default one to you import json. | `required-action` |
| Client Scopes | - | `client-scope` |
Expand Down

0 comments on commit bbceaee

Please sign in to comment.