Skip to content
This repository has been archived by the owner on May 10, 2019. It is now read-only.

Persona end of life. #4237

Open
wants to merge 1 commit into
base: train-2014.07.19
Choose a base branch
from
Open

Conversation

shane-tomlinson
Copy link

  • All frontend routes show a "Persona has shutdown... See more" message.
  • All wsapi requests return 410 (Gone).
  • All navigator.id calls are gutted except those that open the Persona EOL dialog.

So long, and thanks for all the fish.

@relud
Copy link

relud commented Nov 16, 2016

of the components dbwrite, keysign, browserid, route, and static, which ones are still needed with this?

@rfk
Copy link
Contributor

rfk commented Nov 16, 2016

+81 −2,367

Brutal. Thanks @shane-tomlinson, I will try to take this for a spin soon.

of the components dbwrite, keysign, browserid, route, and static, which ones
are still needed with this?

My guess is that dbwrite and keysign are not needed, but will also do no harm if still active. But @shane-tomlinson would better know the details.

@shane-tomlinson
Copy link
Author

My guess is that dbwrite and keysign are not needed, but will also do no harm if still active. But @shane-tomlinson would better know the details.

I believe that route and static are the only ones that are still needed, at least that's all I have running locally.

@shane-tomlinson
Copy link
Author

@rfk - I updated this PR to remove all processes but route and static as well as add tests to ensure all WSAPI routes return a 410 when requested.

@rfk
Copy link
Contributor

rfk commented Nov 22, 2016

This works well in my local testing.

Trying to use the auth dialog:

screen shot 2016-11-23 at 06 56 18

Trying to access the persona management site:

screen shot 2016-11-23 at 06 55 43

Trying to talk directly to the service API:

screen shot 2016-11-23 at 06 58 47

@rfk
Copy link
Contributor

rfk commented Nov 22, 2016

wants to merge 1 commit into train-2014.07.19

I suggest that we don't merge this into the train branch, but rather cut a new train branch with this in it. That will make it easier to roll back to the live version if we need to.

@rfk
Copy link
Contributor

rfk commented Dec 4, 2016

@shane-tomlinson could you please rebase this when you get a chance?

* All frontend routes show a "Persona has shutdown... See more" message.
* All wsapi requests return 410 (Gone).
* All navigator.id calls are gutted except those that open the Persona EOL dialog.
* Add tests in eol-tests to ensure all wsapi routes return 410.

So long, and thanks for all the fish.
@rfk rfk removed their assignment May 10, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants