-
Enterprise Java
Integrating Auth0 OIDC (OAUTH 2) with authorization (groups and roles)
If you’re using Auth0 to authenticate and authorize your users across several existing applications, you may want to integrate your…
Read More » -
Enterprise Java
Destroy AWS resources: Cloud-Nuke or AWS-Nuke?
So you’re working on a development account, and Terraform is stuck in a cycle, not allowing you to easily destroy…
Read More » -
Software Development
How to use github pages as your Helm Charts repository
So you want to publish the Helm chart you’ve created and pushed the source to Github, and for a reason,…
Read More » -
Enterprise Java
How to update a Jenkins job posting config.xml
Recently I wanted to update a few jobs (not defined with a DSL) in Cloudbees, adding to each of them…
Read More » -
DevOps
Adding an existing Docker host to Docker Machine : a few tips
Quick intro to Docker Machine After switching from boot2docker (deprecated) to Docker Machine (or should I rather say the Docker…
Read More » -
DevOps
Easily generate SSL certificates and htpasswd files with Docker
So you don’t have installed OpenSSL or apache2-utils on your laptop, but you have Docker installed and you want to…
Read More » -
Enterprise Java
Using Jenkins / Hudson remote API to check jobs status
While working on my talk Writing a Hudson / Jenkins plugin (for EclipseCon NA 2014), I wanted to publish blog…
Read More » -
Core Java
Sending a mail in Java (and Android) with Apache Commons Net SMTP : STARTTLS, SSL
Recently working on an Android experiment, I wanted to send emails using a SMTP server, using authentication and encryption, from…
Read More »