Merge pull request #3 from keycloak/master

sync with latest changes
This commit is contained in:
aasingh 2016-06-08 13:52:36 +05:30
commit f5747dcdbf
3 changed files with 6 additions and 3 deletions

4
.gitignore vendored
View file

@ -1,3 +1,7 @@
_book
node_modules
# Intellij
###################
.idea

View file

@ -25,5 +25,4 @@ Here's what the config looks like initially.
To disable the cache set the `enabled` field to false for the cache you want to disable. You must reboot your
server for this change to take effect.
NOTE: You must also remove the line like `"provider": "default"` from the `realmCache` configuration. Otherwise disabling cache won't work.

View file

@ -7,14 +7,14 @@ WARNING: {{book.project.name}} is not set up by default to handle SSL/HTTPS.
This default behavior is defined by the SSL/HTTPS mode of each {{book.project.name}} realm. This is discussed in more detail in the
link:{{book.adminguide.link}}[{{book.adminguide.name}}], but let's give some context and a brief overview of these modes.
external::
external requests::
{{book.project.name}} can run out of the box without SSL so long as you stick to private IP addresses like `localhost`, `127.0.0.1`, `10.0.x.x`, `192.168.x.x`, and `172..16.x.x`.
If you dont have SSL/HTTPS configured on the server or you try to access {{book.project.name}} over HTTP from a non-private IP adress you will get an error.
none::
{{book.project.name}} does not require SSL. This should really only be used in development when you are playing around with things.
all::
all requests::
{{book.project.name}} requires SSL for all IP addresses.
The SSL mode for each realm can be configured in the {{book.project.name}} admin console.