What happens to previous PATs after org level personal-access-tokens-onboarding? #146432
Unanswered
yeongrokgim
asked this question in
Actions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Select Topic Area
Question
Body
Somewhat related topic
Background
I was using machine user's classic PAT to fetch organization repositories., as suggested by docs, paying extra 1 seat for automation.
Now I need to trigger CI workflow on push, made by bot, which requires GITHUB_TOKEN from other than repositories.
To minimize security concern, least privilege policy should be used. Now it seems GitHub encourages fine-grained token, so I tried to enable org member (machine user) to create fine-grained PAT to access repo, preferably only allowing triggering CI.
Then I encountered this.
This page should describe consequences of the change. Also should warn users to reconfigure/migrate classic PATs that made from machine users, if later radio button disables it.
So, the question is,
Restrict access via personal access tokens (classic)
immediatly blocks classic PATs that have been created and used by machine users?Allow access via personal access tokens (classic)
revokes org access from member's PAT? or everything should be working as-is even after this selection?If possible, please update above page to improve org customers understanding on permissions.
Beta Was this translation helpful? Give feedback.
All reactions