As a user of NGINX Plus, I often build NGINX containers to try out new features or functionality. However, to build an NGINX Plus container, I must store sensitive information like the NGINX repository certificate and key on my local filesystem. While adding these sensitive files to my repository .gitignore file is straightforward, this is … Continue reading How to Securely Build NGINX Plus Containers with 1Password CLI
Category: How-to
JWT Validation with NGINX ACM and Azure AD
In this post, I'll walk you through creating an Azure AD Application and configuring NGIX API Connectivity Manager to protect API endpoints via Azure AD credentials.
Yubikey One-Time-Password Authentication with APM
configure F5's Access Policy Manager to use Yubikey One-Time-Password for 2nd factor authentication
Easily Copy an ISO to Multiple BIG-IPs
With 12.1 dropping yesterday I have multiple BIG-IPs I need to upgrade in my lab environment. In the lab we have a CIFS share that stores the ISOs so I can upload the 12.1 ISO to each F5 from that filer with the following command. mkdir /tmp/iso mount -t cifs -o username=user,password=user //10.1.1.254/ISO /tmp/iso/ rsync … Continue reading Easily Copy an ISO to Multiple BIG-IPs