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

GitHub: Deprecating Password Auth #51

Closed
pdolif opened this issue Sep 7, 2020 · 3 comments
Closed

GitHub: Deprecating Password Auth #51

pdolif opened this issue Sep 7, 2020 · 3 comments
Assignees

Comments

@pdolif
Copy link
Member

pdolif commented Sep 7, 2020

As it says in this blog post, "Password authentication to the API will be removed on November 13, 2020".

We are using this way of authentication e.g. in the GitHubAdapter of the Code Generation Service.
This needs to be updated until November 13.

@pdolif pdolif self-assigned this Sep 7, 2020
@pdolif
Copy link
Member Author

pdolif commented Oct 9, 2020

Update: Password auth is also used in the project management service. Needs to be updated there too.

@pdolif
Copy link
Member Author

pdolif commented Oct 9, 2020

I've now already updated the project management service to use a personal access token instead of password authentication.
The corresponding commit can be found here: rwth-acis/CAE-Project-Management-Service@f9ef2f2

For the code generation service it should work similar.

@pdolif
Copy link
Member Author

pdolif commented Oct 12, 2020

The code generation service is now also using a personal access token instead of password authentication.
The corresponding commit is: facaf7b

On October 28, 2020 GitHub temporarily shuts down password authentication. Then we should check if any problems occur, e.g. because we missed some code which uses password authentication.
If no problems occur, this issue can be closed.

@pdolif pdolif closed this as completed in facaf7b Oct 12, 2020
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

No branches or pull requests

1 participant