How to configure airflow 3 with google oauth login?
Google OAuth configuration setup for Airflow 3 Helm chart - environment variables, redirect URI, and API server authentication settings
"First, solve the problem. Then, write the code!"
Passionate software engineer from Chennai.
Building mobile app security at Appknox.
Previously at Kissflow and Saama AI Research.
Volunteer @ Build2Learn
Google OAuth configuration setup for Airflow 3 Helm chart - environment variables, redirect URI, and API server authentication settings
Change Data Capture (CDC) Change Data Capture (CDC) is a technique used to track and capture changes in data, such as insertions, updates, and deletions in a transactional database. It is commonly used in data integration, replication, and synchroniz...
What is Kustomize? Kustomize is a CLI configuration manager for Kubernetes objects that leverage layering to preserve the base settings of the application. This is achieved by overlaying the declarative YAML artifacts to override default settings wit...
Helm Helm helps you manage Kubernetes applications using helm charts. Helm Charts help you define, install, and upgrade Kubernetes applications. Example: # add chart repository helm repo add bitnami https://charts.bitnami.com/bitnami # update charts...
In the k8s policy management series, We're going to look at how to install Kyverno dynamic admission controller and its CRDs can installed in k8s cluster using helm or yaml manifests. Install using helm helm repo add kyverno https://kyverno.github....