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

Duplicate help text for token expiration settings in edit mode #15076

Open
5 of 11 tasks
irozet12 opened this issue Apr 8, 2024 · 1 comment
Open
5 of 11 tasks

Duplicate help text for token expiration settings in edit mode #15076

irozet12 opened this issue Apr 8, 2024 · 1 comment

Comments

@irozet12
Copy link
Contributor

irozet12 commented Apr 8, 2024

Please confirm the following

  • I agree to follow this project's code of conduct.
  • I have checked the current issues for duplicates.
  • I understand that AWX is open source software provided for free and that I might not receive a timely response.
  • I am NOT reporting a (potential) security vulnerability. (These should be emailed to [email protected] instead.)

Bug Summary

Settings > Miscellaneous Authentication > Edit

Fields 'Access Token Expiration', 'Refresh Token Expiration', 'Authorization Code Expiration' have the same help message:

'Dictionary for customizing OAuth 2 timeouts, available items are ACCESS_TOKEN_EXPIRE_SECONDS, the duration of access tokens in the number of seconds, AUTHORIZATION_CODE_EXPIRE_SECONDS, the duration of authorization codes in the number of seconds, and REFRESH_TOKEN_EXPIRE_SECONDS, the duration of refresh tokens, after expired access tokens, in the number of seconds.'

AWX version

22.1.0

Select the relevant components

  • UI
  • UI (tech preview)
  • API
  • Docs
  • Collection
  • CLI
  • Other

Installation method

N/A

Modifications

no

Ansible version

No response

Operating system

No response

Web browser

No response

Steps to reproduce

  1. Go to Settings > Miscellaneous Authentication settings
  2. Click Edit
  3. Check help message of 'Access Token Expiration', 'Refresh Token Expiration', 'Authorization Code Expiration' fields

Expected results

Each field has its own help message

Actual results

All 2 fields have the same help message, namely 'Dictionary for customizing OAuth 2 timeouts, available items are ACCESS_TOKEN_EXPIRE_SECONDS, the duration of access tokens in the number of seconds, AUTHORIZATION_CODE_EXPIRE_SECONDS, the duration of authorization codes in the number of seconds, and REFRESH_TOKEN_EXPIRE_SECONDS, the duration of refresh tokens, after expired access tokens, in the number of seconds.'

Additional information

No response

@fosterseth
Copy link
Member

good catch, thanks for raising this issue

fosterseth pushed a commit that referenced this issue Apr 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants