Commit graph

2069 commits

Author SHA1 Message Date
Matthew Helmke
94571d608f Release Notes need Known Issues 2019-01-22 10:05:55 -06:00
mposolda
14ef0d0c5f KEYCLOAK-4989 Note about LDAP password hashing 2019-01-22 06:53:01 -06:00
Matthew Helmke
39bb3ddd91 removed extra warning 2019-01-21 06:46:01 -06:00
Matthew Helmke
7df326a21e KEYCLOAK-9333 update Fuse version notes 2019-01-21 06:46:01 -06:00
Stian Thorgersen
6a75edb903 Update introduction.adoc 2019-01-10 15:47:35 +01:00
Jan Lieskovsky
4a09aea087 [General] Drop the duplicate 'Creating Administrator Account for {project_name} Server'
paragraph from the 'Get Started' section

Keep the copy present in 'Advanced Concept's section, because it is more
updated & already present part of the book dedicated to advanced topics
(see 7.2 guide for reference)

Signed-off-by: Jan Lieskovsky <jlieskov@redhat.com>
2019-01-10 15:47:35 +01:00
Jan Lieskovsky
f743f4633c [General] Drop the duplicate occurrence of the '{project_name} Clients'
section and 'Limitations' section from the 'Get Started' book section

Keep them in the 'Advanced Concepts' section, since this is the one
where these two belongs (see 7.2 guide for reference)

Signed-off-by: Jan Lieskovsky <jlieskov@redhat.com>
2019-01-10 15:47:35 +01:00
Jan Lieskovsky
f94bf82cb6 [General] Drop the duplicate occurrence of the 'Deployment Process' paragraph
Keep it in the 'Advanced Concepts' section, since that's the one, where it belongs
(see 7.2 guide for reference)

Signed-off-by: Jan Lieskovsky <jlieskov@redhat.com>
2019-01-10 15:47:35 +01:00
Jan Lieskovsky
1ab6fd1c4e [General] Recommend 7.2 or {project_version} as the proper RH-SSO
image versions to be used for new apps

Signed-off-by: Jan Lieskovsky <jlieskov@redhat.com>
2019-01-10 15:47:35 +01:00
Jan Lieskovsky
dd445d5c2a [KEYCLOAK-8234] Address multiple issues:
* Whitelist .../templates/${resource} link for both RH-SSO 7.3 TP CD & RH-SSO 7.3 products,
* Replace '[subs="verbatim,macros,attributes"]' with '[source,bash,subs="attributes+,macros+"]'

  The 'macros+' field is needed in order also constructs like 'pass:quotes[_user-name_]' got
  expanded correctly,

* Replace deprecated 'oc env' command with its new "oc set env" equivalent,
* Replace deprecated 'oadm' command with its new "oc adm" equivalent,
* Escape selected https:// links, so they wouldn't end up rendered as <link xlink=...>

Signed-off-by: Jan Lieskovsky <jlieskov@redhat.com>
2019-01-10 15:47:35 +01:00
Jan Lieskovsky
fa081f55fb [KEYCLOAK-8234] Drop the 'project_previous_version' and 'project_previous_templates_version' Asciidoc attributes
Refactor the automatic & manual database migration sections not to be tied that much to a
specific, previous RH-SSO image version in order to these two attributes not to be needed

Signed-off-by: Jan Lieskovsky <jlieskov@redhat.com>
2019-01-10 15:47:35 +01:00
Jan Lieskovsky
dce27ff5f1 [KEYCLOAK-8234] Drop the 'project_name_abbr' attribute
by substituting it with 'project_name' one, where previously referenced

Signed-off-by: Jan Lieskovsky <jlieskov@redhat.com>
2019-01-10 15:47:35 +01:00
Jan Lieskovsky
fe14ea90cc [KEYCLOAK-8234] Replace various fixed versioned strings
with their parametrized version

Also drop mention about EAP 7.0 images / templates, since
these are deprecated (see CLOUD-2699 / CLOUD-2678 for details)

Signed-off-by: Jan Lieskovsky <jlieskov@redhat.com>
2019-01-10 15:47:35 +01:00
Jan Lieskovsky
389a22cc79 [KEYCLOAK-8234] Point the application templates installation step
to the new templates location

Signed-off-by: Jan Lieskovsky <jlieskov@redhat.com>
2019-01-10 15:47:35 +01:00
Jan Lieskovsky
2ba16ddc78 [KEYCLOAK-8234] Parametrize mention of application templates
in the documentation, so various versions can be used

Also, use "[subs="verbatim,macros,attributes"]" as the default
for code sections in the documentation. Escape '<', '>', '+'
special characters, where necessary for proper rendering of
final documentation

Signed-off-by: Jan Lieskovsky <jlieskov@redhat.com>
2019-01-10 15:47:35 +01:00
stianst
294517f061 Set version to 4.8.3 2019-01-09 20:44:45 +01:00
Pedro Igor
5543b04f2a [KEYCLOAK-9185] - Update LinkedIn broker to LinkedIn API v2 2019-01-09 17:51:20 +01:00
Hynek Mlnarik
80f32ee591 KEYCLOAK-9192 Migration of Google Identity Provider 2019-01-09 15:17:46 +01:00
Laust Rud Jacobsen
c554098350 Fix typo 2019-01-08 07:54:43 -06:00
Hynek Mlnarik
9d41e48bd3 KEYCLOAK-9191 Update documentation for client registration at Google 2019-01-04 15:48:22 +01:00
stianst
4ff13d58d9 Temporary disable check of EAP 7.2 links until they are published 2019-01-03 17:43:03 +01:00
stianst
b4a74909fd Update to EAP 7.2 2019-01-03 17:43:03 +01:00
stianst
3a05962ccf Fix link redirect 2019-01-03 17:02:16 +01:00
stianst
0bb9cf1402 Set version to 4.8.2 2019-01-03 14:44:40 +01:00
stianst
dd5b119d41 KEYCLOAK-9184 2019-01-02 16:37:15 +01:00
Stefan Schwarz
f23ede5c1c add documentation for setting custom headers 2018-12-18 10:06:28 -06:00
Sylvain Chen
4d9a2b200f Add gatekeeper documentation on how to use a forwarding proxy server 2018-12-18 06:31:49 -06:00
Jan Lieskovsky
e00695bbf7 [KEYCLOAK-8129] Describe the newly introduced SSO_HOSTNAME environment variable
Also add additional steps to 'Advanced Concepts' section, on how
to configure `fixed` hostname SPI provider

Also address the issue pointed out during the review by Matthew.
Thanks, Matthew!

Signed-off-by: Jan Lieskovsky <jlieskov@redhat.com>
2018-12-18 06:24:26 -06:00
Stian Thorgersen
d1ee4c48e5
Update document-attributes-product.adoc 2018-12-17 08:26:38 +01:00
ryandawsonuk
cdd725b5bf uppercase B in Boot 2018-12-14 10:35:50 -06:00
ryandawsonuk
0a98dd0bce note on avoiding BeanDefinitionOverrideException 2018-12-14 10:35:50 -06:00
Bruno Oliveira da Silva
815c7f7ae6 [KEYCLOAK-9016] Document the client mapper to make use of Gatekeeper with the latest Keycloak releases 2018-12-14 10:02:03 -06:00
Matthew Helmke
06854ceb06 updated with proper instructions for RH-SSO 2018-12-14 07:56:50 -06:00
Matthew Helmke
fb3c5cae30 KEYCLOAK-8610 nits in Getting Started guide 2018-12-14 07:56:50 -06:00
Matthew Helmke
5c5bf4f2a8 edits based on review 2018-12-14 11:32:34 -02:00
Matthew Helmke
c156bd151a KEYCLOAK-6640 clarified keystore section 2018-12-14 11:32:34 -02:00
Matthew Helmke
c6e94aaca1 updated tech preview list 2018-12-14 07:09:59 -06:00
Matthew Helmke
1547c57741 additions from Keycloak 4.7 and 4.8 2018-12-14 07:09:59 -06:00
Matthew Helmke
8c728de37a requested edits included 2018-12-14 07:09:59 -06:00
Matthew Helmke
588978d2cf curated list may need further edits 2018-12-14 07:09:59 -06:00
Matthew Helmke
9e927159ed KEYCLOAK-8737 update release notes for RH-SSO 7.3 2018-12-14 07:09:59 -06:00
Domenico Briganti
a5a203d99e Add -c parameter on jboss-cli invocation for run cli script while wildfly is running 2018-12-14 06:26:10 -06:00
stianst
de695e3936 Fix links 2018-12-14 11:18:27 +01:00
stianst
ca5bb2070a Updated release notes 2018-12-13 16:24:41 +01:00
Frieder
7e2e485e09 Fixed some URIs in the chapter Docker Registry Configuration and Token Exchange 2018-12-13 16:02:58 +01:00
Frieder
216bc77085 Added /auth to the URIs in the chapter Client Registration cause it was missing 2018-12-13 16:02:58 +01:00
Pedro Igor
741058366b [KEYCLOAK-8865] - Updating techpreview references in documentation 2018-12-13 08:45:56 +01:00
Matthew Helmke
274a286e7b updated with requested edits 2018-12-12 15:07:26 +01:00
Matthew Helmke
717f2f5fe9 KEYCLOAK-8735 updates to upgrade guide for RH-SSO 7.3 2018-12-12 15:07:26 +01:00
Stefan Schwarz
a4f08465be Add documentation for enable-authorization-header 2018-12-12 06:11:49 -06:00