From 5b9d1b8e41b65bbdbceda286cd7f00f453b4cb15 Mon Sep 17 00:00:00 2001 From: lvydra Date: Wed, 29 Nov 2023 09:37:44 +0100 Subject: [PATCH] Blog post on using distributed realm ignore-unavailable-realms attribute in Elytron --- _data/authors.yaml | 7 +++++++ ...1-29-distributed-realm-ignore-unavailable-realms.adoc | 9 +++++++++ 2 files changed, 16 insertions(+) create mode 100644 _posts/2023-11-29-distributed-realm-ignore-unavailable-realms.adoc diff --git a/_data/authors.yaml b/_data/authors.yaml index 834715df..1cb9a6fb 100644 --- a/_data/authors.yaml +++ b/_data/authors.yaml @@ -237,3 +237,10 @@ spyrkob: name: "Bartosz Spyrko-Smietanko" location: "Swansea, UK" occupation: "Senior Software Engineer" +lvydra: + name: "Lukas Vydra" + location: "Brno" + occupation: "Software Engineer" + bio: "https://github.com/lvydra" + emailhash: "963ac51a738ab1ff63a5bbdf6b206417" + diff --git a/_posts/2023-11-29-distributed-realm-ignore-unavailable-realms.adoc b/_posts/2023-11-29-distributed-realm-ignore-unavailable-realms.adoc new file mode 100644 index 00000000..bd90dbd1 --- /dev/null +++ b/_posts/2023-11-29-distributed-realm-ignore-unavailable-realms.adoc @@ -0,0 +1,9 @@ +--- +layout: post +title: 'Using distributed realm ignore-unavailable-realms attribute in Elytron' +date: 2023-11-29 +tags: distributed-realm filesystem-realm ldap +synopsis: An example of distributed realm ignore-unavailable-realms attribute usage in WildFly. +author: lvydra +link: https://wildfly-security.github.io/wildfly-elytron/blog/distributed-realm-ignore-unavailable-realms/ +--- \ No newline at end of file