Invalid certificate in Openshift Secret
I saw this error when I passed in the wrong certificate format in my Secret. It was the binary encoded DER format, but Openshift requires it to be base64 en...
I saw this error when I passed in the wrong certificate format in my Secret. It was the binary encoded DER format, but Openshift requires it to be base64 en...
I ran into a rather odd issue with Grafana and AD integration. It took about a day to pinpoint the issue, and hopefully this post will save someone some val...
This is another entry about JBoss EAP, configured with HA, but now we’re adding singleton web applications into the mix.
Gotchas
Artifactory REST Examples
Jenkins Active Choices Plugin + Image Registry
OpenShift Image Mirror to Artifactory
In the containerized world, we no longer just move build artifacts (EARs, WARs, JARs, etc.) between servers. We package those build artifacts along with run...
Here is a handy Ansible task to dynamically create a list of hosts, based on items in an inventory. This was created specifically for a playbook dealing wit...
Download Certificate
This is a quick and dirty cheat-sheet for manipulating a JBoss Vault. I tend to forget and relearn these commands frequently, so this should at least make i...
This is another continuation of my previous post about JGroups. By now, you’ve probably already configured your EAP servers in HA mode, and you’ll need a wa...
This is a continuation of my previous post about JGroups. See previous post for more background.
These are some basic JGroups Multicast debugging steps.
This is an expansion of what I wrote about yesterday. I took the Httpd reverse proxy setup and containerized it so that I wouldn’t need to install Httpd loc...
This is how you set up a reverse proxy with Apache Httpd on RHEL 7.5
Figured I’d create a quick paragraph blog entry that describes how to synchronize your system clock with The Atomic Clock.
I recently upgraded the JBoss EAP7’s security subsystem to the newer Elytron security subsystem, and it was not easy. The Red Hat documentation was good, bu...
According to Oracle’s Documentation, Weblogic Server has this feature called Perimeter Authentication [5], which all requests must pass through before access...
I recently encountered an issue that I believe is a bug in Red Hat EAP 7.1.5, specifically in the classloading of SPNEGO classes in EAR files. I’m not sure ...
Without Elytron, the EAP legacy security domain had a mapping-module that let you map between your domain-specific roles/groups to your application-specific ...
Background
Signal Handling
JBoss Data Virtualization has the ability to connect with Web Services, and treat them as a plain datasource.
With JBoss Data Virtualization, all deployed VDBs automatically get an OData API if the OData module has been deployed on the server. At least with JDV 6.3, ...