-
Notifications
You must be signed in to change notification settings - Fork 7
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
Rely on authentication token stored in cookie #817
Conversation
Deployment previews on netlify for branch
|
@@ -17,6 +17,10 @@ server { | |||
root /usr/share/nginx/html; | |||
index index.html index.html; | |||
|
|||
location /api/(.*) { | |||
proxy_pass ${API_URL}/$1; |
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.
suggestion: in a follow up PR we could add some docs to make it clear that this env var is now to be defined as the URL from the perspective of the server hosting the UI and not the client accessing it
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.
looks good to me; nothing extra to add after our long chat last week
Ticket https://phabricator.wikimedia.org/T363100