I recently was tasked to set up keycloak as the identity management tool for our kibana UI. I have decided to share the processes I used at integrating my active directory to Keycloak using LDAP as a provider.
Category: Network
How to Break a Jenkins Build with Sonarqube
One of the most used features regarding SonarQube Scanners is the ability to fail the build when the quality level is not at the expected level.
How to setup Konga using Docker
Konga is an opensource powerful GUI that uses Kong Admin API, that makes managing of Kong quite literally…. a breeze.
How to Setup SFTP on CentOS/RHEL/Amazon Linux 2
All actions will also be relevant for CentOS/RHEL systems. In this example, a user will be added for access via SFTP using an SSH key to the web directory under Apache management. There is a default for Apache group “apache”, if necessary, replace the desired one.
How to setup Automatic Failover for HAProxy using Keepalived
To verify failover occurs as expected, set up a continuous ping against the virtual IP and stop the keepalived…
How to Install HAProxy 2.0+ in Amazon Linux 2/CentOS/RHEL
In this article, you can learn how to install HAProxy 2.0 on Amazon Linux 2/CentOS and set up an HAProxy configuration for your load balancing web server.
How to Resolve AWS ALB/NLB DNS in HAProxy
By default, HAProxy resolves all DNS records (e.g. for backends) at startup/reload. These resolved DNS records then stay in HAProxy’s own DNS cache. So you would have to launch a reload of HAProxy to renew the DNS cache.
How to enable Metrics/Stats Page in HAProxy
Parsing the logs with HALog isn’t the only way to get metrics out of HAProxy. The HAProxy Stats Page can be enabled by adding the stats enable directive to a frontend or listen section.
How to enable Profiling in HAProxy
With the release of HAProxy 1.9, you can record CPU time spent on processing a request within HAProxy
How to enable Logging in HAProxy
When it comes to operationalizing your log data, HAProxy provides a wealth of information.
How to setup Prometheus Exporter for HAProxy
As of 2.0.0, HAProxy includes a Prometheus exporter module that can be built into your binary during build time.