Log in to follow, share, and participate in this community.
Article WildFly Core Release Process
WildFly Core Release ProcessFollowing is the process I'm using to do releases of WildFly Core. Make Sure Core Will Integrate Into Full No point doing a core release if you won't be able to merge it into full. Check the lates...
Hacking on WildFly1. Create a GitHub account if you don't have one already http://github.com 2. Fork wildfly repository into your account https://github.com/wildfly/wildfly 3. Clone your newly forked copy onto your local ...
HAL - SSO with KeycloakOverview This document describes how to add SSO support in HAL using Keycloak and Elytron. The focus is on the client side and what it takes to support SSO in HAL. It’s based on an PoC by Pedro Igor (psilva). ...
Article Analysis / Design - JASPIC Integration with WildFly Elytron
Analysis / Design - JASPIC Integration with WildFly ElytronAnalysis Summary The current JASPIC implementation within WildFly is based on the integration with the legacy PicketBox security SPIs, this task is to provide a clean JASPIC integration with WildFly Elytron....
Article Analysis / Design - CLIENT_CERT without users certificates database
Analysis / Design - CLIENT_CERT without users certificates databaseAnalysisSummary CLIENT_CERT http-authentication-mechanism currently requires to provide security-realm, which will verify X509Evidence for it. This does not provide replacement for legacy truststore auth, which allows...
Article Analysis - High level security workflow for HAL
Analysis - High level security workflow for HALSummary Provide UI controls to enable SSL for http management interface and undertow https listener. Elytron provides many resources to configure these settings, but user should go to different UI view to confi...
Article Adding support for Git backend for configuration files
Adding support for Git backend for configuration filesUsing Git for persisting configuration files Overview Replace the current persistence mechanism for configuration files and history by one using a real version control system. Background Instead of rel...
Article Analysis / Design - WS-AT Integration with .NET
Analysis / Design - WS-AT Integration with .NETAnalysis Summary This feature comes from user demand of integrating Windows MSDTC WS transaction implementation with WildFly Narayana one. By our knowledge the Narayana implementation follows the WS...
No Rest Services deployedHello, I am trying to develop an application which publishes REST services. I am using Wildfly 10 final. Initially I was able to call the one REST Service I have implemented. But after adding several classes...
CLI - Paging long CLI outputPaging long CLI output AnalysisSummaryOffer a workflow to navigate long content in a paged way. RequirementsIn interative mode only, it doesn’t apply to script nor redirected output, if the page is longer...
CLI- Analysis of SSL commandsSSL commands for CLI AnalysisSummaryOffer a set of commands to enable/disable SSL for management interfaces and undertow http-server. RequirementsHide and group the set of low level DMR operations exposed by elytron...
SSL commands for CLII am initiating this document to collect feedbacks on a possible new set of CLI commands. CONTEXT We have JIRA EAP7-702 that is asking for high level operations for elytron. In order to bootstrap this feature, ...
Authentication commands for CLINB: This document is an attempt to acquire feedbacks on some possible commands that could be added to CLI to make Authentication configuration "simple" for main use cases. CLI authentication commands expectati...
Article Design Notes for Graceful Shutdown upon receipt of a SIGTERM
Design Notes for Graceful Shutdown upon receipt of a SIGTERMIssue analysis for the request to invoke the WildFly graceful shutdown logic when the server process is terminated via an operating system signal and not by a management operation. Overview WildFly 10 int...