Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Everything is under /admin
  2. There is very limited authorization (authz) functionality
  3. There is no auditing about who is triggering an action via the UI
    It looks like airflow.www.utils contains an annotation method called action_logging, which logs actions!

The goal of this document is to address these issues.

...