Skip to content

Commit

Permalink
Move methods from security managers to `FabAirflowSecurityManagerOver…
Browse files Browse the repository at this point in the history
…ride` (#33044)
  • Loading branch information
vincbeck authored Aug 15, 2023
1 parent 8e738cd commit 8775f84
Show file tree
Hide file tree
Showing 9 changed files with 928 additions and 794 deletions.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -499,6 +499,7 @@ repos:
exclude: >
(?x)
^airflow/api_connexion/openapi/v1.yaml$|
^airflow/auth/managers/fab/security_manager/|
^airflow/cli/commands/webserver_command.py$|
^airflow/config_templates/|
^airflow/models/baseoperator.py$|
Expand Down
17 changes: 17 additions & 0 deletions airflow/auth/managers/fab/security_manager/modules/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
#
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
Loading

0 comments on commit 8775f84

Please sign in to comment.