-
Notifications
You must be signed in to change notification settings - Fork 28
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
couchbase UI not working behind nginx reverse proxy #1
Comments
vzasade
pushed a commit
to vzasade/ns_server
that referenced
this issue
Nov 22, 2019
With Couchbase's new GDPR policies, we need to be very careful in handling any person data we collect. We had a GDPR meeting this week concerning phone home data, and we came to the following conclusions: 1) We should not collect Name/Email/Company Name, because we have never actually used that information, and we don't want to have to come up with a privacy statement and figure out how to safely handle all the data. 2) We need some kind of privacy statement in the configuration page relating to "Enable software update notifications in the web console." To solve membase#1, I removed the "Register for Updates" section in the configuration panel. To solve #2, I copied the toolip that currently exists in the "Settings" panel to the "New Cluster / Configure" panel. I also removed replication IP address from the XDCR information included in PhoneHome, because that is potentially identifiable information. Change-Id: Id6e983a3cc9474852a5672b515aff88da66467c9 Reviewed-on: http://review.couchbase.org/92205 Tested-by: Eben Haber <[email protected]> Well-Formed: Build Bot <[email protected]> Reviewed-by: Rob Ashcom <[email protected]> Reviewed-by: Pavel Blagodov <[email protected]>
vzasade
pushed a commit
to vzasade/ns_server
that referenced
this issue
Nov 22, 2019
Revise chart builder visual style: - pill navigation for stat sections - selectable filters for Data section - consolidated vertical space - made lists of stats + checkboxes into columns - made dialog wider + max-height-500 (scrolling) Change-Id: I37fe6e2150b076a73b8bd0a6cd356938b3f202d7 Reviewed-on: http://review.couchbase.org/106111 Reviewed-by: Rob Ashcom <[email protected]> Reviewed-by: Pavel Blagodov <[email protected]> Tested-by: Pavel Blagodov <[email protected]>
vzasade
pushed a commit
to vzasade/ns_server
that referenced
this issue
Nov 22, 2019
this changes the overall layout of the Overview page + revises the scenario controls Change-Id: I5673f942700d5f2736553c7b6c6c633a02daa799 Reviewed-on: http://review.couchbase.org/106293 Reviewed-by: Pavel Blagodov <[email protected]> Tested-by: Pavel Blagodov <[email protected]>
vzasade
pushed a commit
to vzasade/ns_server
that referenced
this issue
Nov 22, 2019
Tightened layout Renamed some styles Made markup more semantic (like replacing <b> with <p>) Change-Id: I32752217be24868ee9cec55c84099574f1a2a23d Reviewed-on: http://review.couchbase.org/106587 Reviewed-by: Rob Ashcom <[email protected]> Tested-by: Rob Ashcom <[email protected]>
vzasade
pushed a commit
to vzasade/ns_server
that referenced
this issue
Nov 22, 2019
- added help sidebar - added placeholder text - reordered some elements in the dialog - added a new control for “Allow anonymous access” TBD “Allow anonymous access” needs backend activation TBD Validation of form field input is spotty TBD Actual text for help needs revision Change-Id: I48ce30f7c8878a0de4ac0f3fcf27fde7ecd51911 Reviewed-on: http://review.couchbase.org/106649 Tested-by: Rob Ashcom <[email protected]> Reviewed-by: Pavel Blagodov <[email protected]> Tested-by: Pavel Blagodov <[email protected]>
vzasade
pushed a commit
to vzasade/ns_server
that referenced
this issue
Nov 22, 2019
- added styles for the row of disclosure, group name, save & delete controls - changed the behavior of editing the group: - - focus on the group name shows save and delete icons - - blur or clicking save/delete hides the icons & blurs the name field - - typing in the name field extends the width of the field dynamically!! - added styles for vertical spacing of the groups from one another - added a new HTML template for specifically deleting groups - formatted A LOT of code >> attributes should be indented 3 spaces Change-Id: I43450db86b6a115192518508341c138cf0488ba9 Reviewed-on: http://review.couchbase.org/106669 Reviewed-by: Pavel Blagodov <[email protected]> Tested-by: Pavel Blagodov <[email protected]>
vzasade
pushed a commit
to vzasade/ns_server
that referenced
this issue
Nov 22, 2019
- Renamed all stats & edited descriptions - Changed some group membership w/ KV stats - more to come Change-Id: I6f4d9587e36c80ddc14191f43b185d8955570c04 Reviewed-on: http://review.couchbase.org/107318 Reviewed-by: Rob Ashcom <[email protected]> Tested-by: Rob Ashcom <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm able to login as administrator but am getting error when trying to create any bucket.
After many hours of googling I finally found a hack to get it to work
https://www.reddit.com/r/couchbase/comments/2wksmj/authorization_headers_when_using_nginx_as_a/
The trick is to add this to nginx.conf
proxy_set_header ns_server-ui yes;
The text was updated successfully, but these errors were encountered: