Thanks for the reploy, Daniel. I can copy one in, but then how do I get the webserver to reload it? I can't just delete the pod because another one comes up with the default webserver_config.py.
From: Daniel Standish <daniel.stand...@astronomer.io> Sent: Thursday, February 23, 2023 10:02 PM To: users@airflow.apache.org; John W. Lewis <johnw.le...@sas.com> Subject: Re: oauth configuration for airflow in k8s You don't often get email from daniel.stand...@astronomer.io<mailto:daniel.stand...@astronomer.io>. Learn why this is important<https://aka.ms/LearnAboutSenderIdentification> EXTERNAL Hi John Have you considered copying webserver_config.py into the docker image? Assuming there's nothing secret in the configuration, that would seem to be an easy way to do it. On Thu, Feb 23, 2023 at 5:12 PM John W. Lewis via users <users@airflow.apache.org<mailto:users@airflow.apache.org>> wrote: Hi, I am trying to find documentation on how to configure airflow-webserver to use oauth in k8s. I can find docs on how to change the webserver_config.py, but I don't see how I might get the webserver to reload the configuration once changed. Also, I wonder how to do this type of configuration using the helm chart. Thanks for any help, John