Skip to content

Separate Public Router for Auth-Free Endpoints - #43990

Merged
kaxil merged 1 commit into
apache:mainfrom
astronomer:no-auth-router
Nov 14, 2024
Merged

Separate Public Router for Auth-Free Endpoints#43990
kaxil merged 1 commit into
apache:mainfrom
astronomer:no-auth-router

Conversation

@kaxil

@kaxilkaxil commented Nov 13, 2024

Copy link
Copy Markdown
Member

Follow-up from #43932
The PR splits the public_router by creating a common_router for routes that need 401/403 responses, separating them from routes without auth restrictions.


^ 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.

@pierrejeambrunpierrejeambrun left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just one question, but already good to merge otherwise, thanks

Comment threadairflow/api_fastapi/core_api/routes/public/__init__.py Outdated
The PR splits the public_router by creating a common_router for routes that need 401/403 responses, separating them from routes without auth restrictions.
@kaxilkaxil added the AIP-84 Modern Rest API label Nov 14, 2024
@kaxil
kaxil merged commit 40b3389 into apache:mainNov 14, 2024
@kaxil
kaxil deleted the no-auth-router branch November 14, 2024 15:24
@jscheffl

Copy link
Copy Markdown
Contributor

Cool! Thanks!

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

AIP-84Modern Rest APIarea:UIRelated to UI/UX. For Frontend Developers.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@kaxil@jscheffl@pierrejeambrun