As support for the Persona system has winded down, we finally have a new method for logging into our phabricator instance (that should also get rid of all those 500s on login).
My goal has been to set up the migration so that there's no account fiddling needed to use the new auth system. Things are working in my testing but I'd like to see more people test out the new auth method before deploying all of this to production.
If you have the time, please try logging in to
https://phab.qa.stg.fedoraproject.org/
I've seen some errors from ipsilon about "Transaction expired, or cookies not available", click on "Try to login again" and everything should work.
If you run into problems, please let me know. There are a few accounts which will need tweaking by hand (phabricator username doesn't match FAS username so my script didn't work) but I wanted to make sure this was working for more than just me before finishing things up.
Tim
On Wed, 2016-12-07 at 08:52 -0700, Tim Flink wrote:
As support for the Persona system has winded down, we finally have a new method for logging into our phabricator instance (that should also get rid of all those 500s on login).
My goal has been to set up the migration so that there's no account fiddling needed to use the new auth system. Things are working in my testing but I'd like to see more people test out the new auth method before deploying all of this to production.
If you have the time, please try logging in to
https://phab.qa.stg.fedoraproject.org/
I've seen some errors from ipsilon about "Transaction expired, or cookies not available", click on "Try to login again" and everything should work.
If you run into problems, please let me know. There are a few accounts which will need tweaking by hand (phabricator username doesn't match FAS username so my script didn't work) but I wanted to make sure this was working for more than just me before finishing things up.
Tim
For a start Ipsilon tells me it's some entirely foreign third-party domain - 'monikra.me' - that wants access to all my personal information, which is a bit unsettling. I went ahead and let it have it (For Science!) and got:
Unhandled Exception ("HTTPFutureHTTPResponseStatus") [HTTP/400] <!DOCTYPE html> <html lang=en> <meta charset=utf-8> <meta name=viewport content="initial-scale=1, minimum-scale=1, width=device-width"> <title>Error 400 (Bad Request)!!1</title> <style> *{margin:0;padding:0}html,code{font:15px/22px arial,sans- serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* > body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overf...
I get a similar error
________________________________________
Harold Dost | @hdost
On Wed, Dec 7, 2016 at 4:24 PM, Adam Williamson adamwill@fedoraproject.org wrote:
On Wed, 2016-12-07 at 08:52 -0700, Tim Flink wrote:
As support for the Persona system has winded down, we finally have a new method for logging into our phabricator instance (that should also get rid of all those 500s on login).
My goal has been to set up the migration so that there's no account fiddling needed to use the new auth system. Things are working in my testing but I'd like to see more people test out the new auth method before deploying all of this to production.
If you have the time, please try logging in to
https://phab.qa.stg.fedoraproject.org/
I've seen some errors from ipsilon about "Transaction expired, or cookies not available", click on "Try to login again" and everything should work.
If you run into problems, please let me know. There are a few accounts which will need tweaking by hand (phabricator username doesn't match FAS username so my script didn't work) but I wanted to make sure this was working for more than just me before finishing things up.
Tim
For a start Ipsilon tells me it's some entirely foreign third-party domain - 'monikra.me' - that wants access to all my personal information, which is a bit unsettling. I went ahead and let it have it (For Science!) and got:
Unhandled Exception ("HTTPFutureHTTPResponseStatus") [HTTP/400]
<!DOCTYPE html>
<html lang=en> <meta charset=utf-8> <meta name=viewport content="initial-scale=1, minimum-scale=1, width=device-width"> <title>Error 400 (Bad Request)!!1</title> <style> *{margin:0;padding:0}html,code{font:15px/22px arial,sans- serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* > body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overf... -- Adam Williamson Fedora QA Community Monkey IRC: adamw | Twitter: AdamW_Fedora | XMPP: adamw AT happyassassin . net http://www.happyassassin.net _______________________________________________ qa-devel mailing list -- qa-devel@lists.fedoraproject.org To unsubscribe send an email to qa-devel-leave@lists.fedoraproject.org
On Wed, 07 Dec 2016 08:24:46 -0800 Adam Williamson adamwill@fedoraproject.org wrote:
<snip>
For a start Ipsilon tells me it's some entirely foreign third-party domain - 'monikra.me' - that wants access to all my personal information, which is a bit unsettling. I went ahead and let it have it (For Science!) and got:
FWIW, monikra.me is a service that puiterwijk made for federated login
Unhandled Exception ("HTTPFutureHTTPResponseStatus") [HTTP/400]
<!DOCTYPE html>
<html lang=en> <meta charset=utf-8> <meta name=viewport content="initial-scale=1, minimum-scale=1, width=device-width"> <title>Error 400 (Bad Request)!!1</title> <style> *{margin:0;padding:0}html,code{font:15px/22px arial,sans- serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* > body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overf...
I'm seeing this too now. I swear it worked before :)
I'll send out an update when I have it fixed.
Tim
For a start Ipsilon tells me it's some entirely foreign third-party domain - 'monikra.me' - that wants access to all my personal information, which is a bit unsettling. I went ahead and let it have it (For Science!) and got:
FWIW, monikra.me is a service that puiterwijk made for federated login
monikra.me is now down (HTTP 502).
On Wed, 7 Dec 2016 08:52:53 -0700 Tim Flink tflink@redhat.com wrote:
As support for the Persona system has winded down, we finally have a new method for logging into our phabricator instance (that should also get rid of all those 500s on login).
My goal has been to set up the migration so that there's no account fiddling needed to use the new auth system. Things are working in my testing but I'd like to see more people test out the new auth method before deploying all of this to production.
If you have the time, please try logging in to
https://phab.qa.stg.fedoraproject.org/
I've seen some errors from ipsilon about "Transaction expired, or cookies not available", click on "Try to login again" and everything should work.
If you run into problems, please let me know. There are a few accounts which will need tweaking by hand (phabricator username doesn't match FAS username so my script didn't work) but I wanted to make sure this was working for more than just me before finishing things up.
After a bunch more fiddling, I think that auth is working correctly now. I've also removed the monikra.me stuff for now and auth will work directly against Fedora's auth systems.
Keep in mind that the stg phab is using stg FAS so your credentials may be different than production.
Tim
muy bueno! ________________________________________
Harold Dost | @hdost
On Tue, Dec 13, 2016 at 8:34 PM, Tim Flink tflink@redhat.com wrote:
On Wed, 7 Dec 2016 08:52:53 -0700 Tim Flink tflink@redhat.com wrote:
As support for the Persona system has winded down, we finally have a new method for logging into our phabricator instance (that should also get rid of all those 500s on login).
My goal has been to set up the migration so that there's no account fiddling needed to use the new auth system. Things are working in my testing but I'd like to see more people test out the new auth method before deploying all of this to production.
If you have the time, please try logging in to
https://phab.qa.stg.fedoraproject.org/
I've seen some errors from ipsilon about "Transaction expired, or cookies not available", click on "Try to login again" and everything should work.
If you run into problems, please let me know. There are a few accounts which will need tweaking by hand (phabricator username doesn't match FAS username so my script didn't work) but I wanted to make sure this was working for more than just me before finishing things up.
After a bunch more fiddling, I think that auth is working correctly now. I've also removed the monikra.me stuff for now and auth will work directly against Fedora's auth systems.
Keep in mind that the stg phab is using stg FAS so your credentials may be different than production.
Tim
qa-devel mailing list -- qa-devel@lists.fedoraproject.org To unsubscribe send an email to qa-devel-leave@lists.fedoraproject.org
After a bunch more fiddling, I think that auth is working correctly now. I've also removed the monikra.me stuff for now and auth will work directly against Fedora's auth systems.
I can now log in :-)
The only slight problem I encountered is that I didn't know how to reach my profile, and then I realized there's a missing button in the top right corner, caused by my profile picture not being found. After I click on the invisible rectangle in the top right and then on another invisible rectangle near my name [1], it's then obvious that my current picture is missing and I can change it [2]. Martin was affected by that issue as well. I don't know if all users will hit that, or just those who uploaded their own picture in production Phab. Or maybe it's staging-only issue, because the picture folder is not copied over from production.
[1] http://i.imgur.com/HHffNrG.png [2] http://i.imgur.com/ajLpWk3.png
On Wed, 14 Dec 2016 04:09:24 -0500 (EST) Kamil Paral kparal@redhat.com wrote:
After a bunch more fiddling, I think that auth is working correctly now. I've also removed the monikra.me stuff for now and auth will work directly against Fedora's auth systems.
I can now log in :-)
The only slight problem I encountered is that I didn't know how to reach my profile, and then I realized there's a missing button in the top right corner, caused by my profile picture not being found. After I click on the invisible rectangle in the top right and then on another invisible rectangle near my name [1], it's then obvious that my current picture is missing and I can change it [2]. Martin was affected by that issue as well. I don't know if all users will hit that, or just those who uploaded their own picture in production Phab. Or maybe it's staging-only issue, because the picture folder is not copied over from production.
I know that I didn't sync the files over from production so that's very possible if you uploaded your picture to phabricator.
I've synced the local file store over from production, does your picture show up now?
Tim
----- Original Message -----
From: "Tim Flink" tflink@redhat.com To: qa-devel@lists.fedoraproject.org Sent: Wednesday, December 14, 2016 4:56:11 PM Subject: Re: Please Test Staging Phabricator
On Wed, 14 Dec 2016 04:09:24 -0500 (EST) Kamil Paral kparal@redhat.com wrote:
After a bunch more fiddling, I think that auth is working correctly now. I've also removed the monikra.me stuff for now and auth will work directly against Fedora's auth systems.
I can now log in :-)
The only slight problem I encountered is that I didn't know how to reach my profile, and then I realized there's a missing button in the top right corner, caused by my profile picture not being found. After I click on the invisible rectangle in the top right and then on another invisible rectangle near my name [1], it's then obvious that my current picture is missing and I can change it [2]. Martin was affected by that issue as well. I don't know if all users will hit that, or just those who uploaded their own picture in production Phab. Or maybe it's staging-only issue, because the picture folder is not copied over from production.
I know that I didn't sync the files over from production so that's very possible if you uploaded your picture to phabricator.
I've synced the local file store over from production, does your picture show up now?
It does for me.
Thanks, Martin
On Tue, 2016-12-13 at 18:34 -0700, Tim Flink wrote:
On Wed, 7 Dec 2016 08:52:53 -0700 Tim Flink tflink@redhat.com wrote:
As support for the Persona system has winded down, we finally have a new method for logging into our phabricator instance (that should also get rid of all those 500s on login).
My goal has been to set up the migration so that there's no account fiddling needed to use the new auth system. Things are working in my testing but I'd like to see more people test out the new auth method before deploying all of this to production.
If you have the time, please try logging in to
https://phab.qa.stg.fedoraproject.org/
I've seen some errors from ipsilon about "Transaction expired, or cookies not available", click on "Try to login again" and everything should work.
If you run into problems, please let me know. There are a few accounts which will need tweaking by hand (phabricator username doesn't match FAS username so my script didn't work) but I wanted to make sure this was working for more than just me before finishing things up.
After a bunch more fiddling, I think that auth is working correctly now. I've also removed the monikra.me stuff for now and auth will work directly against Fedora's auth systems.
Keep in mind that the stg phab is using stg FAS so your credentials may be different than production.
Auth seems OK for me now, thanks.
qa-devel@lists.fedoraproject.org