Skip to content

AAP-84085: correct ACCESS_TOKEN_EXPIRE_SECONDS gateway default - #6055

Open
skashid1882 wants to merge 1 commit into
ansible:mainfrom
skashid1882:AAP-84085
Open

skashid1882 wants to merge 1 commit into
ansible:mainfrom
skashid1882:AAP-84085

Conversation

@skashid1882

@skashid1882 skashid1882 commented Aug 21, 2026

Copy link
Copy Markdown

Summary

  • Fixes conflicting default in Manage OAUTH2_PROVIDER settings
  • Gateway ACCESS_TOKEN_EXPIRE_SECONDS is 31536000 (1 year), not 31536000000
  • Matches django-ansible-base settings_logic.py setdefault
  • Affects titles/central-auth

Fixes https://issues.redhat.com/browse/AAP-84085

Test plan

  • JSON block shows 31536000
  • It matches the “updated … to 1 year” sentence
  • Backport to 2.6 after merge (published 2.6 page still has the old value)

The gateway default is 1 year (31536000), not ~1000 years (31536000000).

Signed-off-by: Shreyash kashid <skashid@redhat.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant