Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Add Refresh Token logic to auth manager docs#54196

Merged
bugraoz93 merged 6 commits intoapache:mainfrom
bugraoz93:followup/51657/document-refresh-logic
Dec 15, 2025
Merged

Add Refresh Token logic to auth manager docs#54196
bugraoz93 merged 6 commits intoapache:mainfrom
bugraoz93:followup/51657/document-refresh-logic

Conversation

Copy link
Contributor

bugraoz93 commented Aug 6, 2025

follow up docs
relates: #51657


^ 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 airflow-core/newsfragments.

bugraoz93 requested review from pierrejeambrun and vincbeck August 6, 2025 20:22
boring-cyborg bot added the kind:documentation label Aug 6, 2025
bugraoz93 requested review from jscheffl and potiuk August 6, 2025 20:23
jscheffl approved these changes Aug 6, 2025
vincbeck reviewed Aug 6, 2025
bugraoz93 force-pushed the followup/51657/document-refresh-logic branch from 5706a31 to 2ade6a3 Compare August 7, 2025 23:52
vincbeck reviewed Aug 8, 2025
bugraoz93 force-pushed the followup/51657/document-refresh-logic branch from 2ade6a3 to 9cf8339 Compare August 8, 2025 17:12
pierrejeambrun previously requested changes Aug 8, 2025
Copy link
Member

pierrejeambrun left a comment

Choose a reason for hiding this comment

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

We're currently discussing this. Just putting it on hold before we settle on the end goal.

cc: @potiuk @ashb

bugraoz93 reacted with thumbs up emoji
Copy link

github-actions bot commented Sep 23, 2025

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed in 5 days if no further activity occurs. Thank you for your contributions.

github-actions bot added the stale Stale PRs per the .github/workflows/stale.yml policy file label Sep 23, 2025
Copy link
Contributor Author

bugraoz93 commented Sep 23, 2025

Not stale, will update after the solution merged

pierrejeambrun reacted with thumbs up emoji

bugraoz93 removed the stale Stale PRs per the .github/workflows/stale.yml policy file label Sep 23, 2025
Copy link

github-actions bot commented Dec 3, 2025

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed in 5 days if no further activity occurs. Thank you for your contributions.

github-actions bot added the stale Stale PRs per the .github/workflows/stale.yml policy file label Dec 3, 2025
bugraoz93 removed the stale Stale PRs per the .github/workflows/stale.yml policy file label Dec 3, 2025
Copy link
Contributor Author

bugraoz93 commented Dec 3, 2025

Okay it is already time. I will update the doc in a day or two. Finishing some CI work to lose dependency on v3 test branches on integration tests

vincbeck reacted with thumbs up emoji

pierrejeambrun dismissed their stale review December 4, 2025 16:29

stale

Copy link
Member

pierrejeambrun commented Dec 4, 2025 *
edited
Loading

I removed my request for change. Things have been discussed, implemented and stabilized, since then, we're ready for a doc update :)

bugraoz93 reacted with heart emoji

bugraoz93 force-pushed the followup/51657/document-refresh-logic branch 2 times, most recently from 6085e4f to 58b6ef5 Compare December 11, 2025 19:22
bugraoz93 added the backport-to-v3-1-test Mark PR with this label to backport to v3-1-test branch label Dec 11, 2025
bugraoz93 commented Dec 11, 2025
bugraoz93 requested review from pierrejeambrun and vincbeck December 11, 2025 19:36
bugraoz93 commented Dec 11, 2025
vincbeck reviewed Dec 11, 2025
bugraoz93 force-pushed the followup/51657/document-refresh-logic branch from 1e8f310 to adfd095 Compare December 13, 2025 13:30
bugraoz93 changed the title feat(doc): Add Refresh Token logic to auth manager docs Add Refresh Token logic to auth manager docs Dec 13, 2025
bugraoz93 force-pushed the followup/51657/document-refresh-logic branch from adfd095 to d3ac537 Compare December 13, 2025 13:33
vincbeck approved these changes Dec 15, 2025
pierrejeambrun approved these changes Dec 15, 2025
Copy link
Contributor Author

bugraoz93 commented Dec 15, 2025

Docs and spellcheck are currently passing the error. Merging. Thanks for the reviews!

The image /mnt/ci-image-save-v3-linux_amd64-3.10.tar does not exist.

bugraoz93 force-pushed the followup/51657/document-refresh-logic branch from d3ac537 to 912c5c9 Compare December 15, 2025 21:03
bugraoz93 merged commit 1ba1732 into apache:main Dec 15, 2025
31 checks passed
bugraoz93 deleted the followup/51657/document-refresh-logic branch December 15, 2025 21:03
github-actions bot pushed a commit that referenced this pull request Dec 15, 2025
* Update httponly logic in docs
(cherry picked from commit 1ba1732)

Co-authored-by: Bugra Ozturk
Copy link

github-actions bot commented Dec 15, 2025

Backport successfully created: v3-1-test

Status Branch Result
v3-1-test

bugraoz93 added a commit that referenced this pull request Dec 15, 2025
...9482)

* Update httponly logic in docs
(cherry picked from commit 1ba1732)

Co-authored-by: Bugra Ozturk
TempestShaw pushed a commit to TempestShaw/airflow that referenced this pull request Dec 24, 2025
ephraimbuddy pushed a commit that referenced this pull request Jan 6, 2026
...9482)

* Update httponly logic in docs
(cherry picked from commit 1ba1732)

Co-authored-by: Bugra Ozturk
jhgoebbert pushed a commit to jhgoebbert/airflow_Owen-CH-Leung that referenced this pull request Feb 8, 2026
Subham-KRLX pushed a commit to Subham-KRLX/airflow that referenced this pull request Mar 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

pierrejeambrun pierrejeambrun approved these changes

jscheffl jscheffl approved these changes

vincbeck vincbeck approved these changes

potiuk Awaiting requested review from potiuk

Assignees

No one assigned

Labels

backport-to-v3-1-test Mark PR with this label to backport to v3-1-test branch kind:documentation

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

4 participants