-
Notifications
You must be signed in to change notification settings - Fork 2.8k
better key persistence in console #2686
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
Conversation
|
Deploy preview for hasura-docs ready! Built with commit 05e16df |
|
Review app for commit 540c216 deployed to Heroku: https://hge-ci-pull-2686.herokuapp.com |
|
Also, please make sure that when a role header is set then two queries are NOT made for introspection (first as admin, then as the role). |
|
Review app for commit 4e416ce deployed to Heroku: https://hge-ci-pull-2686.herokuapp.com |
rikinsk-zz
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
Review app for commit d3a6869 deployed to Heroku: https://hge-ci-pull-2686.herokuapp.com |
|
Review app for commit 506cc22 deployed to Heroku: https://hge-ci-pull-2686.herokuapp.com |
|
Review app for commit 7312c33 deployed to Heroku: https://hge-ci-pull-2686.herokuapp.com |
|
Review app for commit cc22c8c deployed to Heroku: https://hge-ci-pull-2686.herokuapp.com |
|
Review app for commit 5a01ac5 deployed to Heroku: https://hge-ci-pull-2686.herokuapp.com |
|
Review app for commit b3b6b06 deployed to Heroku: https://hge-ci-pull-2686.herokuapp.com |
|
/heroku deploy |
|
Review app for commit d0b3fd9 deployed to Heroku: https://hge-ci-pull-2686.herokuapp.com |
|
Review app for commit 05e16df deployed to Heroku: https://hge-ci-pull-2686.herokuapp.com |
|
Review app https://hge-ci-pull-2686.herokuapp.com is deleted |
|
/heroku deploy |
|
Review app for commit 05e16df deployed to Heroku: https://hge-ci-pull-2686.herokuapp.com |
|
/heroku destroy |
|
@rikinsk not a valid heroku command (deploy, delete) |
|
/heroku delete |
|
Review app https://hge-ci-pull-2686.herokuapp.com is deleted |
* change login flow to handle admin secret persistence * handle headers init state * add tooltip for remember-me * remove log, make label clickable * fix a closure scope bug * handle login verification at route level * update Login.js * refactor * remove extra file * refactor * add id to tooltips * remove adminsecretlabel + update admin secret storage flow * fix heartIcon close handling * . * fix admin secret setting * fix urlPrefix * add admin secret header if not present * update jwt analyzer icon * persist if admin secret header has already been added * set cli console mode as constant * handle CLI admin secret errors * make separate logout page * fix typos * fix typos * fix typos * fix typos * fix cli error * fix login page path
Description
Affected components
Related Issues
#2660, #2663
Solution and Design
Steps to test and verify
Cases:
Test:
Limitations, known bugs & workarounds