-
Notifications
You must be signed in to change notification settings - Fork 297
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
GitHub API collector: support for personal access token #1549
Labels
Comments
waldbauer-certat
added a commit
that referenced
this issue
Feb 1, 2022
As github basic authentication has been marked as deprecated by GitHub, we now implemented the Personal Access Token authentication method. Fixes #1549 Signed-off-by: Sebastian Waldbauer <[email protected]>
waldbauer-certat
added a commit
that referenced
this issue
Feb 1, 2022
As github basic authentication has been marked as deprecated by GitHub, we now implemented the Personal Access Token authentication method. Fixes #1549 Signed-off-by: Sebastian Waldbauer <[email protected]>
waldbauer-certat
added a commit
that referenced
this issue
Feb 1, 2022
As github basic authentication has been marked as deprecated by GitHub, we now implemented the Personal Access Token authentication method. Fixes #1549 Signed-off-by: Sebastian Waldbauer <[email protected]>
waldbauer-certat
added a commit
that referenced
this issue
Feb 1, 2022
As github basic authentication has been marked as deprecated by GitHub, we now implemented the Personal Access Token authentication method. Fixes #1549 Signed-off-by: Sebastian Waldbauer <[email protected]>
waldbauer-certat
added a commit
that referenced
this issue
Feb 1, 2022
As github basic authentication has been marked as deprecated by GitHub, we now implemented the Personal Access Token authentication method. Fixes #1549 Signed-off-by: Sebastian Waldbauer <[email protected]>
waldbauer-certat
added a commit
that referenced
this issue
Feb 2, 2022
As github basic authentication has been marked as deprecated by GitHub, we now implemented the Personal Access Token authentication method. Fixes #1549 Signed-off-by: Sebastian Waldbauer <[email protected]>
waldbauer-certat
added a commit
that referenced
this issue
Feb 2, 2022
As github basic authentication has been marked as deprecated by GitHub, we now implemented the Personal Access Token authentication method. Fixes #1549 Signed-off-by: Sebastian Waldbauer <[email protected]>
waldbauer-certat
added a commit
that referenced
this issue
Feb 2, 2022
As github basic authentication has been marked as deprecated by GitHub, we now implemented the Personal Access Token authentication method. Fixes #1549 Signed-off-by: Sebastian Waldbauer <[email protected]>
waldbauer-certat
added a commit
that referenced
this issue
Feb 2, 2022
As github basic authentication has been marked as deprecated by GitHub, we now implemented the Personal Access Token authentication method. Fixes #1549 Signed-off-by: Sebastian Waldbauer <[email protected]>
waldbauer-certat
added a commit
that referenced
this issue
Feb 2, 2022
As github basic authentication has been marked as deprecated by GitHub, we now implemented the Personal Access Token authentication method. Fixes #1549 Signed-off-by: Sebastian Waldbauer <[email protected]>
waldbauer-certat
added a commit
that referenced
this issue
Feb 2, 2022
As github basic authentication has been marked as deprecated by GitHub, we now implemented the Personal Access Token authentication method. Fixes #1549 Signed-off-by: Sebastian Waldbauer <[email protected]>
waldbauer-certat
added a commit
that referenced
this issue
Jul 6, 2022
As github basic authentication has been marked as deprecated by GitHub, we now implemented the Personal Access Token authentication method. Fixes #1549 Signed-off-by: Sebastian Waldbauer <[email protected]>
waldbauer-certat
added a commit
that referenced
this issue
Jul 6, 2022
As github basic authentication has been marked as deprecated by GitHub, we now implemented the Personal Access Token authentication method. Fixes #1549 Signed-off-by: Sebastian Waldbauer <[email protected]>
waldbauer-certat
added a commit
that referenced
this issue
Jul 7, 2022
As github basic authentication has been marked as deprecated by GitHub, we now implemented the Personal Access Token authentication method. Fixes #1549 Signed-off-by: Sebastian Waldbauer <[email protected]>
waldbauer-certat
added a commit
that referenced
this issue
Jul 7, 2022
As github basic authentication has been marked as deprecated by GitHub, we now implemented the Personal Access Token authentication method. Fixes #1549 Signed-off-by: Sebastian Waldbauer <[email protected]>
waldbauer-certat
added a commit
that referenced
this issue
Jul 7, 2022
As github basic authentication has been marked as deprecated by GitHub, we now implemented the Personal Access Token authentication method. Fixes #1549 Signed-off-by: Sebastian Waldbauer <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently the GitHub API Collector uses username and password for a HTTP Basic Auth authentication. This does not work for Accounts with 2FA enabled and is deprecated too: https://developer.github.com/changes/2020-02-14-deprecating-password-auth/
Using personal access tokens is the way to go.
The text was updated successfully, but these errors were encountered: