Tagged articles
9 articles
Page 1 of 1
Linux Ops Smart Journey
Linux Ops Smart Journey
Mar 4, 2026 · Cloud Native

Secure Envoy Gateway with Basic Auth and Kubernetes Secrets

This guide walks through enabling Basic Authentication in Envoy Gateway by creating an .htpasswd file, storing it as a Kubernetes Secret, applying a SecurityPolicy, and verifying access with curl, while highlighting important security considerations such as using HTTPS.

Basic AuthCloud NativeEnvoy Gateway
0 likes · 5 min read
Secure Envoy Gateway with Basic Auth and Kubernetes Secrets
Linux Ops Smart Journey
Linux Ops Smart Journey
Jun 5, 2025 · Cloud Native

Secure Longhorn UI on Kubernetes: Add Basic Auth and Enable HTTPS

This guide walks you through securing the Longhorn UI in a Kubernetes environment by configuring basic authentication and enabling HTTPS via Ingress and cert‑manager, including prerequisite setup, secret creation, Helm upgrades, and verification steps to ensure production‑grade protection.

Basic AuthHTTPSIngress
0 likes · 6 min read
Secure Longhorn UI on Kubernetes: Add Basic Auth and Enable HTTPS
Mingyi World Elasticsearch
Mingyi World Elasticsearch
Feb 18, 2025 · Operations

Secure and Customize Kibana in One Click with INFINI Gateway

The article explains why exposing Kibana without protection is risky, then shows how to use INFINI Gateway to add Basic Auth, TLS encryption, and flexible routing rules—without changing Kibana itself—providing step‑by‑step configuration, validation screenshots, and ideas for further customization.

Basic AuthConfigurationInfinI Gateway
0 likes · 11 min read
Secure and Customize Kibana in One Click with INFINI Gateway
Mingyi World Elasticsearch
Mingyi World Elasticsearch
Feb 17, 2025 · Information Security

Secure Elasticsearch with a Single InfinI Gateway: Adding TLS and Basic Auth

By placing an InfinI Gateway in front of Elasticsearch, you can quickly add Basic Authentication and TLS encryption without modifying the ES cluster, enabling unified security for legacy or multi‑version deployments, with step‑by‑step configuration examples, validation commands, and guidance on optional HTTP fallback.

Basic AuthElasticsearchInfinI Gateway
0 likes · 11 min read
Secure Elasticsearch with a Single InfinI Gateway: Adding TLS and Basic Auth
MaGe Linux Operations
MaGe Linux Operations
Mar 8, 2024 · Information Security

Secure Your Prometheus: Step‑by‑Step Guide to Enabling Basic Auth Across Deployments

This guide explains why Prometheus lacks built‑in encryption, introduces the Basic Auth feature added in version 2.24, and provides detailed procedures—including password generation with Python, ConfigMap creation, probe adjustments, and Grafana integration—to protect Prometheus UI and API access in container, operator, and bare‑metal deployments.

Basic AuthGrafana
0 likes · 13 min read
Secure Your Prometheus: Step‑by‑Step Guide to Enabling Basic Auth Across Deployments
Efficient Ops
Efficient Ops
Sep 20, 2023 · Backend Development

Master Nginx: Multi-Domain, Auth, Autoindex, and Reverse Proxy Tricks

This guide walks through practical Nginx configurations—including serving multiple domains, setting up basic authentication, enabling directory listings, defining default sites, blocking unwanted IP access, handling verification files, configuring upstream reverse proxies, enabling keepalive, and redirecting 404 errors—to help operators and developers optimize their web server setups.

Basic AuthKeepaliveVirtual Host
0 likes · 8 min read
Master Nginx: Multi-Domain, Auth, Autoindex, and Reverse Proxy Tricks