Skip to content
This repository has been archived by the owner on Jan 25, 2018. It is now read-only.

no need for solitude proxy any more #517

Merged
merged 1 commit into from Aug 6, 2015
Merged

no need for solitude proxy any more #517

merged 1 commit into from Aug 6, 2015

Conversation

andymckay
Copy link
Contributor

  • things go through solitude-auth now, so remove the second process inside the solitude container
  • set the default in settings to solitude-auth for docker to save another env variable
  • fixes Remove solitude-proxy from docker #515

@kumar303
Copy link
Contributor

looks like the tests might be missing some config

with self.settings(ZIPPY_MOCK=False):
eq_(ProxyView().dispatch(req, reference_name='bob',
resource_name='sellers').status_code, 404)
with self.assertRaises(KeyError):
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what is this test doing? Do we still need it? I can't decipher from the test name what it's testing.

@kumar303
Copy link
Contributor

r+wc

andymckay pushed a commit that referenced this pull request Aug 6, 2015
no need for solitude proxy any more
@andymckay andymckay merged commit 1e375a4 into mozilla:master Aug 6, 2015
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.

Remove solitude-proxy from docker
2 participants