• WildFly Core Release Process

    Following 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...
    Profile Photo
    last modified by brian.stansberry
  • Hacking on WildFly

    1. 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 ...
    Profile Photo
    last modified by yersan
  • Design Notes for JSON and XML formatters

    Moved to https://github.com/wildfly/wildfly-proposals/pull/47
    Profile Photo
    last modified by jamezp
  • HAL - SSO with Keycloak

    Overview 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). &#...
    Profile Photo
    last modified by pcraveiro
  • WildFly Elytron Versions

    WildFly Elytron Versions    WildFly Elytron Version Elytron Schemas WildFly Elytron Tool WildFly Core Elytron Subsystem WildFly Key Features 1.7.0.CR1 7.0.0.Alpha2 15 1.6.0.Final elytron-1_0_1.xsd ur...
    Profile Photo
    last modified by dlofthouse
  • Analysis / Design - Integration with the Let's Encrypt certificate authority

    Analysis  Summary  WFCORE-3305 added more advanced Elytron key-store manipulation management operations, providing the ability to generate self-signed certificates, generate certificate signing requests (CS...
    Profile Photo
    last modified by fjuma
  • Analysis / Design - JASPIC Integration with WildFly Elytron

    Analysis  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....
    Profile Photo
    last modified by dlofthouse
  • Dev Analysis for EAP7-673 - Provide HA Tolopology Support for Messaging JDBC persistence

    Issue Metadata * EAP issue: https://issues.jboss.org/browse/EAP7-673 * Dev Contacts: Francesco Nigro, Artemis * Affected projects or components: Artemis   Design Details  The JDBC Shared Store functional...
    Profile Photo
    last modified by fnigro
  • Analysis / Design - CLIENT_CERT without users certificates database

    AnalysisSummary 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...
    Profile Photo
    last modified by honza889
  • Analysis of "Convenient declaration of server suspend timeout for all operations that take down a server"

    UPDATE: Due to the new EAP process, this document is obsolete. You can find the most recent version in the following link: [WFCORE-1427][WFCORE-3724] Convenient declaration of server suspend timeout by yersan · ...
    Profile Photo
    last modified by yersan
  • Analysis - High level security workflow for HAL

    Summary  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...
    Profile Photo
    last modified by claudio4j
  • Adding support for Git backend for configuration files

    Using 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...
    Profile Photo
    last modified by simkam
  • Analysis / Design - WS-AT Integration with .NET

    Analysis  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...
    Profile Photo
    last modified by ochaloup
  • Analysis / Design - Advanced Elytron key-store manipulation operations

    Analysis  Summary  The Elytron subsystem contains a key-store resource with operations that can be used for basic KeyStore manipulation (i.e., load, remove-alias, store, read-alias(es)). This task is to pro...
    Profile Photo
    last modified by fjuma
  • No Rest Services deployed

    Hello,   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...
    Profile Photo
    last modified by marcusdidiusfalco
  • CLI - Paging long CLI output

    Paging 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...
    Profile Photo
    last modified by jdenise
  • CLI- Analysis of SSL commands

    SSL 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...
    Profile Photo
    last modified by jdenise
  • SSL commands for CLI

    I 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, ...
    Profile Photo
    last modified by jdenise
  • Authentication commands for CLI

    NB: 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...
    Profile Photo
    last modified by jdenise
  • Design Notes for Graceful Shutdown upon receipt of a SIGTERM

    Issue 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...
    Profile Photo
    last modified by brian.stansberry