From 7ff6a506f46e9f8100c1138aa167fe1f876e6b4e Mon Sep 17 00:00:00 2001 From: Marc Savy Date: Mon, 14 Dec 2015 23:52:10 +0000 Subject: [PATCH 1/2] Wonderfully cryptic error due to typo 'htts' instead of 'https' triggering some old broken codepaths inside bundler --- _blog-src/Gemfile | 2 +- _blog-src/Gemfile.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_blog-src/Gemfile b/_blog-src/Gemfile index d455b5c14..e8cbba4c2 100644 --- a/_blog-src/Gemfile +++ b/_blog-src/Gemfile @@ -1,4 +1,4 @@ -source "htts://rubygems.org" +source "https://rubygems.org" gem "jekyll", "2.5.3" gem "asciidoctor", "1.5.2" diff --git a/_blog-src/Gemfile.lock b/_blog-src/Gemfile.lock index 962e235af..0bdc27c96 100644 --- a/_blog-src/Gemfile.lock +++ b/_blog-src/Gemfile.lock @@ -1,5 +1,5 @@ GEM - remote: htts://rubygems.org/ + remote: https://rubygems.org/ specs: asciidoctor (1.5.2) asciidoctor-diagram (1.3.0.preview.4) From 4686c227e9db043eaa01ded43fdee573c06309fd Mon Sep 17 00:00:00 2001 From: Marc Savy Date: Tue, 15 Dec 2015 12:32:05 +0000 Subject: [PATCH 2/2] Keycloak docs changed location with no redirect. Fix link. --- _blog-src/_posts/2015-06-09-keycloak-oauth2.adoc | 2 +- blog/Gemfile | 2 +- blog/Gemfile.lock | 2 +- blog/feed.xml | 4 ++-- .../authorization/2015/06/09/keycloak-oauth2.html | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/_blog-src/_posts/2015-06-09-keycloak-oauth2.adoc b/_blog-src/_posts/2015-06-09-keycloak-oauth2.adoc index 757e188d1..63337bc77 100644 --- a/_blog-src/_posts/2015-06-09-keycloak-oauth2.adoc +++ b/_blog-src/_posts/2015-06-09-keycloak-oauth2.adoc @@ -64,7 +64,7 @@ First, log into the http://localhost:8080/auth/admin[Keycloak server]. If you're - A realm: `stottie` - A single user: `rincewind`, with password: `apiman` and a realm role: `echomeister` -- And, a client: `apiman`, which is allowed direct grants via Keycloak's https://keycloak.github.io/docs/userguide/html/direct-access-grants.html[RESTful Direct Access Grants API]. +- And, a client: `apiman`, which is allowed direct grants via Keycloak's https://keycloak.github.io/docs/userguide/keycloak-server/html/direct-access-grants.html[RESTful Direct Access Grants API]. Let's quickly test requesting ourselves an OpenID Connect OAuth2 token: diff --git a/blog/Gemfile b/blog/Gemfile index d455b5c14..e8cbba4c2 100644 --- a/blog/Gemfile +++ b/blog/Gemfile @@ -1,4 +1,4 @@ -source "htts://rubygems.org" +source "https://rubygems.org" gem "jekyll", "2.5.3" gem "asciidoctor", "1.5.2" diff --git a/blog/Gemfile.lock b/blog/Gemfile.lock index 962e235af..0bdc27c96 100644 --- a/blog/Gemfile.lock +++ b/blog/Gemfile.lock @@ -1,5 +1,5 @@ GEM - remote: htts://rubygems.org/ + remote: https://rubygems.org/ specs: asciidoctor (1.5.2) asciidoctor-diagram (1.3.0.preview.4) diff --git a/blog/feed.xml b/blog/feed.xml index 43707847a..8bd212cbb 100644 --- a/blog/feed.xml +++ b/blog/feed.xml @@ -1924,7 +1924,7 @@ There are a huge number of configuration permutations with Keycloak, and the mos <p>A single user: <code>rincewind</code>, with password: <code>apiman</code> and a realm role: <code>echomeister</code></p> </li> <li> -<p>And, a client: <code>apiman</code>, which is allowed direct grants via Keycloak&#8217;s <a href="https://keycloak.github.io/docs/userguide/html/direct-access-grants.html">RESTful Direct Access Grants API</a>.</p> +<p>And, a client: <code>apiman</code>, which is allowed direct grants via Keycloak&#8217;s <a href="https://keycloak.github.io/docs/userguide/keycloak-server/html/direct-access-grants.html">RESTful Direct Access Grants API</a>.</p> </li> </ul> </div> @@ -3765,6 +3765,6 @@ Resolving deltas: 100% (40/40), done. http://apiman.io/blog/introduction/overview/2015/01/09/impatient-new-user.html - Tue, 24 Nov 2015 08:34:22 -0500 + Tue, 15 Dec 2015 07:29:26 -0500 diff --git a/blog/gateway/security/oauth2/keycloak/authentication/authorization/2015/06/09/keycloak-oauth2.html b/blog/gateway/security/oauth2/keycloak/authentication/authorization/2015/06/09/keycloak-oauth2.html index b68610027..6c0405aae 100644 --- a/blog/gateway/security/oauth2/keycloak/authentication/authorization/2015/06/09/keycloak-oauth2.html +++ b/blog/gateway/security/oauth2/keycloak/authentication/authorization/2015/06/09/keycloak-oauth2.html @@ -231,7 +231,7 @@

Keycloak Server

A single user: rincewind, with password: apiman and a realm role: echomeister

  • -

    And, a client: apiman, which is allowed direct grants via Keycloak’s RESTful Direct Access Grants API.

    +

    And, a client: apiman, which is allowed direct grants via Keycloak’s RESTful Direct Access Grants API.