From 4198b649565681c6ea15f65856e9f3026ec59838 Mon Sep 17 00:00:00 2001 From: Diana Krepinska Date: Mon, 23 Oct 2023 17:54:16 +0200 Subject: [PATCH 1/4] Add a blog about GHC Open Source Day recap --- _posts/2023-10-23-ghc23-osd-recap.adoc | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 _posts/2023-10-23-ghc23-osd-recap.adoc diff --git a/_posts/2023-10-23-ghc23-osd-recap.adoc b/_posts/2023-10-23-ghc23-osd-recap.adoc new file mode 100644 index 00000000..50775d32 --- /dev/null +++ b/_posts/2023-10-23-ghc23-osd-recap.adoc @@ -0,0 +1,9 @@ +--- +layout: post +title: 'Open Source Day 2023 Recap' +date: 2023-10-23 +tags: #ghc23 #ghc #osd +synopsis: Last month, the WildFly Elytron team had the pleasure of participating in Open Source Day, an all-day hackathon that took place as part of the 2023 Grace Hopper Celebration. +author: dvilkola +link: https://wildfly-security.github.io/wildfly-elytron/blog/ghc23-osd-recap/ +--- \ No newline at end of file From 042204f82464bb3f8514c7f6b4c90d01af883356 Mon Sep 17 00:00:00 2001 From: Prarthona Paul Date: Thu, 2 Nov 2023 13:47:01 -0400 Subject: [PATCH 2/4] Added a blog post about adding integrity checking to an existing filesystem realm using the elytron tool --- _posts/2023-11-02-filesystem-integrity-elytron-tool.adoc | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 _posts/2023-11-02-filesystem-integrity-elytron-tool.adoc diff --git a/_posts/2023-11-02-filesystem-integrity-elytron-tool.adoc b/_posts/2023-11-02-filesystem-integrity-elytron-tool.adoc new file mode 100644 index 00000000..3fcaa231 --- /dev/null +++ b/_posts/2023-11-02-filesystem-integrity-elytron-tool.adoc @@ -0,0 +1,9 @@ +--- +layout: post +title: 'Adding Support for Integrity Checking to an Existing Filesystem Realm' +date: 2023-11-02 +tags: #filesystem #integrity #filesystem-realm #tool +synopsis: How to add Integrity checking to an existing filesystem realm using the Elytron tool. +author: prarthonapaul +link: https://wildfly-security.github.io/wildfly-elytron/blog/filesystem-integrity-elytron-tool/ +--- \ No newline at end of file From 03bcbd4dc85cd139c0377c2020ff81cd7b65151c Mon Sep 17 00:00:00 2001 From: Brian Stansberry Date: Thu, 9 Nov 2023 17:22:45 -0600 Subject: [PATCH 3/4] Change date of integrity checking post to its wf.org publication date --- _posts/2023-11-02-filesystem-integrity-elytron-tool.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_posts/2023-11-02-filesystem-integrity-elytron-tool.adoc b/_posts/2023-11-02-filesystem-integrity-elytron-tool.adoc index 3fcaa231..d46ee178 100644 --- a/_posts/2023-11-02-filesystem-integrity-elytron-tool.adoc +++ b/_posts/2023-11-02-filesystem-integrity-elytron-tool.adoc @@ -1,9 +1,9 @@ --- layout: post title: 'Adding Support for Integrity Checking to an Existing Filesystem Realm' -date: 2023-11-02 +date: 2023-11-09 tags: #filesystem #integrity #filesystem-realm #tool synopsis: How to add Integrity checking to an existing filesystem realm using the Elytron tool. author: prarthonapaul link: https://wildfly-security.github.io/wildfly-elytron/blog/filesystem-integrity-elytron-tool/ ---- \ No newline at end of file +--- From 14e9b4b3d204f415b9d542c33dfee35d1ec7f32a Mon Sep 17 00:00:00 2001 From: Brian Stansberry Date: Thu, 9 Nov 2023 17:23:51 -0600 Subject: [PATCH 4/4] typo fix --- .../2023-11-08-Developping in the cloud with Eclipse Che.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2023-11-08-Developping in the cloud with Eclipse Che.adoc b/_posts/2023-11-08-Developping in the cloud with Eclipse Che.adoc index 087ec67a..2d47a99a 100644 --- a/_posts/2023-11-08-Developping in the cloud with Eclipse Che.adoc +++ b/_posts/2023-11-08-Developping in the cloud with Eclipse Che.adoc @@ -8,7 +8,7 @@ author: ehsavoie = Developing in the cloud with Eclipse Che -https://eclipse.dev/che/[Eclipse Che] is a could IDE that promises to get rid of the cumbersome setup of your local environment by providing automated setup in the cloud. It can be run easily on Kubernetes or its derivative like OpenShift. The purpose of this blog entry is not to setup Eclipse Che. +https://eclipse.dev/che/[Eclipse Che] is a cloud IDE that promises to get rid of the cumbersome setup of your local environment by providing automated setup in the cloud. It can be run easily on Kubernetes or its derivative like OpenShift. The purpose of this blog entry is not to setup Eclipse Che. In this blog entry we will show you in a first step how you can use Eclipse Che for regular development. On a second step we will resuse the same application and deploy it on Kubernetes. For the video and demo purpose we used Eclipse Che installation on https://kubernetes.io/docs/tasks/tools/install-minikube/[Minikube] following the https://eclipse.dev/che/docs/stable/administration-guide/installing-che-on-minikube/[instructions] with the https://eclipse.dev/che/docs/stable/administration-guide/installing-the-chectl-management-tool/[chectl management tool].