GitHub user brouberol added a comment to the discussion: Airflow API authentication using Kerberos is not working from the version 2.8.0
Thanks for writing back @potiuk! I was reading the documentation last evening, and I realized I misunderstood something. I believe the issue to be a _permission_ / ACL issue, as: - the stable API requires a "minimum" role to be able to interact with some resources (https://airflow.apache.org/docs/apache-airflow-providers-fab/stable/auth-manager/access-control.html) - the experimental API does not rely on ACLs. If you're authenticated, you have full access to all experimental API handlers (https://airflow.apache.org/docs/apache-airflow/stable/configurations-ref.html#enable-experimental-api) In my case, my user is Admin, so I need to figure out why it's getting a PermissionDenied error, but I believe this to be the root difference between the 2 cases. GitHub link: https://github.com/apache/airflow/discussions/39683#discussioncomment-11096491 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
