Reset deployment exposure warning #26074
Unanswered
ralphotowo
asked this question in
General
Replies: 3 comments 2 replies
-
This is based on LOG table. You can clear event with "robots" event. |
Beta Was this translation helpful? Give feedback.
2 replies
-
|
Beta Was this translation helpful? Give feedback.
0 replies
-
DELETE FROM log WHERE event = 'robots'; |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have recently deployed Airflow to our Kubernetes cluster using the Helm chart. During the initial setup, Airflow was temporarily made accessible over the Internet and that resulted in the following warning:
I have since locked down Airflow to be only accessible within our network, however I continue to see the warning above. I understand that I can set
webserver.warn_deployment_exposure=False
in Airflow's configuration file, however that will permanently disable the notice, something I'd like to avoid, just in case there's another exposure.How can I reset or clear the notice until there's another exposure?
Beta Was this translation helpful? Give feedback.
All reactions