Skip to content
This repository has been archived by the owner on Apr 16, 2022. It is now read-only.

Issue 777 Latest Central rejects multiple simultaneous auth methods #778

Merged
merged 1 commit into from
Aug 20, 2019
Merged

Issue 777 Latest Central rejects multiple simultaneous auth methods #778

merged 1 commit into from
Aug 20, 2019

Conversation

ggalmazor
Copy link
Contributor

Closes #777

What has been done to verify that this works as intended?

Manually test against bleeding edge Central server at antinod.es

Why is this the best possible solution? Were any other approaches considered?

Central (latest) will reject requests arriving with auth tokens and session cookies. Since we don't really need cookies for anything, this is a quick fix for this issue while we decide what to do about auth in Central

How does this change affect users? Describe intentional changes to behavior and behavior that could have accidentally been affected by code changes. In other words, what are the regression risks?

There's the risk of undocumented dependency on cookies by aggregate-compatible servers that we don't know about. If any of these servers rely upon cookies that were being sent, pull/push operations could fail due to this change. Testing in known servers (Ona, Kobo...) would be required to ensure we're breaking anything.

Does this change require updates to documentation? If so, please file an issue at https://github.com/opendatakit/docs/issues/new and include the link below.

Nope.

- Central (latest) will reject requests arriving with auth tokens and session cookies. Since we don't really need cookies for anything, this is a quick fix for this issue while we decide what to do about auth in Central
@ggalmazor ggalmazor added the bug label Aug 8, 2019
@ggalmazor ggalmazor added this to the v1.17.0 milestone Aug 8, 2019
@kkrawczyk123
Copy link
Contributor

Tested with success!
Verified on Ubuntu, MacOS and Windows.

@opendatakit-bot unlabel "needs testing"
@opendatakit-bot label "behavior verified"

@ggalmazor
Copy link
Contributor Author

Hi, @dcbriccetti! Will you have some cycles this week to do this one? We would like to release v1.17 next week if possible ;)

@ggalmazor ggalmazor modified the milestones: v1.17.0, v1.16.3 Aug 19, 2019
@ggalmazor ggalmazor merged commit 6d029dc into getodk:master Aug 20, 2019
@ggalmazor ggalmazor deleted the issue_777_ignore_cookies branch August 20, 2019 13:28
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Latest Central rejects multiple simultaneous auth methods
4 participants