Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement is_authorized_variable in AWS auth manager #35804

Merged
merged 3 commits into from
Nov 27, 2023

Conversation

vincbeck
Copy link
Contributor

Leverage Amazon Verified Permissions to check user permissions related to variables in AWS auth manager. This PR is the first one to implement a is_authorize_* method in AWS auth manager, and as such create all the blocks to communicate with Amazon Verified Permissions. The future PRs implementing the other is_authorize_* methods will use these blocks and should be smaller and more straightforward.


^ Add meaningful description above
Read the Pull Request Guidelines for more information.
In case of fundamental code changes, an Airflow Improvement Proposal (AIP) is needed.
In case of a new dependency, check compliance with the ASF 3rd Party License Policy.
In case of backwards incompatible changes please leave a note in a newsfragment file, named {pr_number}.significant.rst or {issue_number}.significant.rst, in newsfragments.

@vincbeck vincbeck merged commit 3b3ebaf into apache:main Nov 27, 2023
47 checks passed
@vincbeck vincbeck deleted the vincbeck/avp branch November 27, 2023 21:11
@ephraimbuddy ephraimbuddy added changelog:skip Changes that should be skipped from the changelog (CI, tests, etc..) AIP-56 Extensible user management labels Dec 5, 2023
@ephraimbuddy ephraimbuddy added this to the Airflow 2.8.0 milestone Dec 5, 2023
ephraimbuddy pushed a commit that referenced this pull request Dec 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
AIP-56 Extensible user management area:providers area:webserver Webserver related Issues changelog:skip Changes that should be skipped from the changelog (CI, tests, etc..) provider:amazon-aws AWS/Amazon - related issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants